|
|
|
@585dac65
|
17 years |
baptiste.coudurier |
only print debug info when sample is actually added
Originally …
|
|
|
@285a3da
|
17 years |
baptiste.coudurier |
warn about multiple fourcc
Originally committed as revision 13201 to …
|
|
|
@978677a7
|
17 years |
baptiste.coudurier |
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, …
|
|
|
@3c16e03d
|
17 years |
mike |
correct build documentation for qt-faststart utility
Originally …
|
|
|
@47abbd3
|
17 years |
vitor1001 |
Cosmetics: move function to remove forward declarations
Originally …
|
|
|
@f1bf6ba3
|
17 years |
vitor1001 |
Minor simplification of rotate_block()
Originally committed as …
|
|
|
@f54b4273
|
17 years |
vitor1001 |
Cosmetics: indentation
Originally committed as revision 13196 to …
|
|
|
@0c62d04e
|
17 years |
vitor1001 |
Cosmetics: rename variable
Originally committed as revision 13195 to …
|
|
|
@37e77035
|
17 years |
vitor1001 |
Simplify ra144_decode_frame()
Originally committed as revision 13194 …
|
|
|
@0bd134ab
|
17 years |
michaelni |
Simplify vsad16_mmx2().
Originally committed as revision 13193 to …
|
|
|
@e1a51a57
|
17 years |
vitor1001 |
Remove a useless temporary buffer
Originally committed as revision …
|
|
|
@6bf6a930
|
17 years |
michaelni |
Simplify vsad16_mmx().
Originally committed as revision 13191 to …
|
|
|
@b8caf9bf
|
17 years |
vitor1001 |
Convert ra144.h tables from hex to decimal
Originally committed as …
|
|
|
@e1381022
|
17 years |
michaelni |
Simplify vsad_intra16_mmx2()
Originally committed as revision 13189 …
|
|
|
@06bb35f9
|
17 years |
michaelni |
Simplify vsad_intra16_mmx()
Originally committed as revision 13188 to …
|
|
|
@1472b7dd
|
17 years |
diego |
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
…
|
|
|
@8f898434
|
17 years |
diego |
The MPEG4AAC codec is provided by an external library and will be …
|
|
|
@9f4aa353
|
17 years |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala …
|
|
|
@ee83232a
|
17 years |
michaelni |
Avoid using log2() freebsd does not support it.
Originally committed …
|
|
|
@ba321adb
|
17 years |
diego |
Store license value in a variable for later use.
patch by Jeremy Kolb, …
|
|
|
@e6375662
|
17 years |
diego |
cosmetics: Make 'ffserver -h' output consistent with other ff* tools. …
|
|
|
@51c86db5
|
17 years |
diego |
Fix big-endian vs. little-endian typo.
Originally committed as …
|
|
|
@6823d427
|
17 years |
diego |
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste …
|
|
|
@44caa86d
|
17 years |
diego |
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala …
|
|
|
@bcea99bb
|
17 years |
mans |
set $logfile before use
Originally committed as revision 13178 to …
|
|
|
@54dddf09
|
17 years |
Aurélien Jacobs |
matroskadec: add support for bzlib compressed tracks
Originally …
|
|
|
@e8214e0e
|
17 years |
Aurélien Jacobs |
cosmetics: alignment
Originally committed as revision 13176 to …
|
|
|
@f402916e
|
17 years |
Aurélien Jacobs |
Add a check for bzlib; used in the Matroska demuxer.
Originally …
|
|
|
@26c52021
|
17 years |
diego |
cosmetics: Use C-style comment delimiters with #endif directives.
…
|
|
|
@bcdab7e
|
17 years |
diego |
cosmetics: Fix typos in ADPCM codec long names.
Originally committed …
|
|
|
@88c52162
|
17 years |
diego |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. …
|
|
|
@3f60afad
|
17 years |
baptiste.coudurier |
try to demux even if codec is not recognized, should demux …
|
|
|
@0a1bd250
|
17 years |
baptiste.coudurier |
do not fail if correct is not recognized
Originally committed as …
|
|
|
@24c1d3b5
|
17 years |
baptiste.coudurier |
cosmetics, remove space before opening parenthesis
Originally …
|
|
|
@0ba20fa5
|
17 years |
vitor1001 |
Remove useless buffers
Originally committed as revision 13168 to …
|
|
|
@be4488dc
|
17 years |
vitor1001 |
Simplify rotate_block()
Originally committed as revision 13167 to …
|
|
|
@177fa453
|
17 years |
vitor1001 |
Do not pass the context to functions that do not use it
Originally …
|
|
|
@e9de4f56
|
17 years |
vitor1001 |
Declare vars as const when possible
Originally committed as revision …
|
|
|
@4aa485a3
|
17 years |
vitor1001 |
Do not copy tables to a context var, use them directly
Originally …
|
|
|
@bd0d10c2
|
17 years |
vitor1001 |
Remove unneeded fields from the decoder context
Originally committed …
|
|
|
@ae9b8019
|
17 years |
vitor1001 |
Read the bitstream where the data is actually needed instead of doing …
|
|
|
@ab5e652
|
17 years |
vitor1001 |
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it …
|
|
|
@cf408d88
|
17 years |
vitor1001 |
Cosmetics: remove useless parenthesis
Originally committed as …
|
|
|
@dbef8b1c
|
17 years |
vitor1001 |
The first table of decodetable[] is unrelated to the other. Rename it. …
|
|
|
@2270b4b2
|
17 years |
diego |
cosmetics: Add whitespace around redirection operators.
Originally …
|
|
|
@d349334a
|
17 years |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala …
|
|
|
@0f3af710
|
17 years |
diego |
DPCM codec long names, patch by Stefano Sabatini, …
|
|
|
@5cec11b6
|
17 years |
benoit.fouet |
Make av_set_string() fail when number could not be set.
Patch by …
|
|
|
@7c55e71d
|
17 years |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala …
|
|
|
@9203741a
|
17 years |
benoit.fouet |
Update offset in the option string later, to have a better error …
|
|
|
@2f79b4e8
|
17 years |
Aurélien Jacobs |
add missing \n in av_log message
Originally committed as revision …
|
|
|
@fbb878ce
|
17 years |
Aurélien Jacobs |
matroskadec: add support for zlib compressed tracks
Originally …
|
|
|
@40a655e3
|
17 years |
mans |
acelp_filters.h needs stdint.h
Originally committed as revision 13150 …
|
|
|
@7cf6af27
|
17 years |
revol |
Fix non-debug build.
Originally committed as revision 13149 to …
|
|
|
@e4e69e0b
|
17 years |
mans |
set temporary filenames before using them
Originally committed as …
|
|
|
@dcc01c0
|
17 years |
ramiro.polla |
Add more support for Win64:
- Export .lib files for x64 instead of …
|
|
|
@b24dbcbd
|
17 years |
ramiro.polla |
Move arch check before OS check.
Originally committed as revision …
|
|
|
@738a89b9
|
17 years |
Carl Eugen Hoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Fixes icc warning …
|
|
|
@696c306
|
17 years |
Carl Eugen Hoyos |
Fix icc warning #188: enumerated type mixed with another type
…
|
|
|
@e3227b3f
|
17 years |
Carl Eugen Hoyos |
Add MATROSKA_TRACK_TYPE_NONE.
Fixes icc warning #188: enumerated type …
|
|
|
@54d2d4f6
|
17 years |
diego |
Make 'ffmpeg -formats' print codec long names.
patch by Stefano …
|
|
|
@0eeb52f9
|
17 years |
diego |
Use pkg-config for libschroedinger libs, not only for CFLAGS.
patch by …
|
|
|
@0be2f1e3
|
17 years |
benoit.fouet |
Fix a typo.
Patch by Stefano Sabatini …
|
|
|
@3f8adf26
|
17 years |
Carl Eugen Hoyos |
Correct type for pcx_rle_decode().
Fixes icc warning #120: return …
|
|
|
@4c25d159
|
17 years |
ramiro.polla |
Also install .lib files with versioned filename.
Originally committed …
|
|
|
@d59868d8
|
17 years |
ramiro.polla |
Create .lib files in the subdirs.
Patch by JonY <10walls at gmail dot …
|
|
|
@88a50f6c
|
17 years |
Carl Eugen Hoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
Fixes icc warning …
|
|
|
@d9133126
|
17 years |
Carl Eugen Hoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
Fixes icc warning …
|
|
|
@d9481eb7
|
17 years |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since …
|
|
|
@b1d966a0
|
17 years |
Carl Eugen Hoyos |
Do not use variable frame_info before its value is set.
Originally …
|
|
|
@3375a6a5
|
17 years |
benoit.fouet |
Use strcasecmp() instead of re-inventing it.
Patch by Diego …
|
|
|
@5da1ab1a
|
17 years |
astrange |
Previous commit missed an initialization - this fixes FATE's test …
|
|
|
@eacced45
|
17 years |
Carl Eugen Hoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
Fixes icc warning …
|
|
|
@488aca9b
|
17 years |
astrange |
Set and use h->mb_xy in SVQ3 too.
Originally committed as revision …
|
|
|
@e6303192
|
17 years |
gpoirier |
Add some initial optimizations for ARM VFP (floating
point coprocessor …
|
|
|
@bff2266a
|
17 years |
astrange |
Remove newly unused variables.
Originally committed as revision 13127 …
|
|
|
@d2b54ec
|
17 years |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
Originally …
|
|
|
@64514ee8
|
17 years |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
…
|
|
|
@1d46ba66
|
17 years |
astrange |
Simplify do_voice().
Patch by Vitor Sessak (vitor1001 gmail com)
…
|
|
|
@0d493edd
|
17 years |
astrange |
Replace some hardcoded swapping with FFSWAP.
Patch by Vitor Sessak …
|
|
|
@cd780422
|
17 years |
astrange |
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 …
|
|
|
@6827f6f2
|
17 years |
justin.ruggles |
cosmetics: indent after last commit. patch by matthieu castet <castet …
|
|
|
@e5838c90
|
17 years |
justin.ruggles |
simplify decoding of uncompressed samples. patch by matthieu castet …
|
|
|
@907eb3b
|
17 years |
Carl Eugen Hoyos |
Allow icc to compile with optimizations (pentium3, pentium4 or core2). …
|
|
|
@504a64b9
|
17 years |
Carl Eugen Hoyos |
Silence useless icc warnings.
Originally committed as revision 13118 …
|
|
|
@ce9eac79
|
17 years |
voroshil |
Implement bidirectional (positive offset - left, negative - right) …
|
|
|
@0a1b29de
|
17 years |
diego |
sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo …
|
|
|
@5fcc4a23
|
17 years |
diego |
Document AVCodecContext channels field.
patch by Stefano Sabatini, …
|
|
|
@397db8ac
|
17 years |
Carl Eugen Hoyos |
Fix type of dest_addr_len to respect return value of udp_set_url. …
|
|
|
@542c064d
|
17 years |
voroshil |
Update comment to version, negotiated with Diego, and
fix missing …
|
|
|
@7c96587c
|
17 years |
voroshil |
Fix compilation error.
It was introduced after changing input …
|
|
|
@59d598b9
|
17 years |
justin.ruggles |
fix reading of samples-per-frame
Originally committed as revision …
|
|
|
@a52000f2
|
17 years |
voroshil |
various filters for ACELP-based codecs
Originally committed as …
|
|
|
@f863bee8
|
17 years |
diego |
Simplify a list of array allocations with a loop.
patch by Vitor …
|
|
|
@3f3865d3
|
17 years |
voroshil |
Replace hardcoded LP filter order with parameter.
This will allow to …
|
|
|
@bf21a10f
|
17 years |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
…
|
|
|
@57ecbbbb
|
17 years |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 …
|
|
|
@47eb8187
|
17 years |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, …
|
|
|
@f211662c
|
17 years |
benoit.fouet |
Add missing path to #include.
Originally committed as revision 13104 …
|
|
|
@a12b44d7
|
17 years |
diego |
Add missing required header directly.
Originally committed as …
|
|
|