Michael Niedermayer
ed0d3048c0
Merge declaratio and initialization.
...
Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
11362767b8
Merge declaration and initialization.
...
Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9b7ca3b71d
Decode stuff from extradata as well.
...
Originally committed as revision 12675 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7f8ef97534
Factorize code a little.
...
Originally committed as revision 12674 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
60080b0805
10l typo, restore forgotten $.
...
Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a27c8d5fa9
Improve AVFilterFormats doxy.
...
Originally committed as revision 12672 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7bfacd4e75
use common aac sample rate tables
...
Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b2fec0fc25
Remove unused variable.
...
Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b885e0dbe6
Add a point to the checklist about checking new demuxers/decoders
...
against damaged input.
Originally committed as revision 12669 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
d299be08ee
Add IFF demuxer and 8SVX audio decoder to changelog and documentation.
...
patch by Jai Menon, realityman gmx net
Originally committed as revision 12668 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
73e17cdb8c
Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.
...
Closes issue 418, patch by Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12667 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6ea7e6516a
Do not use the mlib IDCT by default. We do not want videos which are only
...
decodable with the mlib IDCT. If anyone knows of other IDCTs which are not
binary identical to a widely available one, ensure that they are not used
by default. Such IDCTs should never have been default anyway, but possibly
something slipped through the reviews ...
Originally committed as revision 12666 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bac47ae6ca
use mpeg4audio common code in aac parser
...
Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
83edd50917
update ogg seek reg tests because of r12630
...
Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
e11bc2c663
Send context to ffplay.c:opt_seek
...
Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12663 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4d34bb19c1
mpeg4audio common code
...
Originally committed as revision 12662 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Loren Merritt
ce53144bac
h264 chroma mc ssse3
...
width8: 180->92, width4: 78->63 cycles (core2)
Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Eli Friedman
4e0af031f1
Remove flexible array member from Escape 124
...
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12660 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
2d1cb02588
check return value of matroska_find_track_by_num (fix a segfault)
...
Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4477dedc4f
minor typo fixes
...
Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1b41f26045
cosmetics: Write some Doxygen comments in a more compact fashion.
...
Originally committed as revision 12657 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7a74e06796
Fix a bunch of typos in comments.
...
Originally committed as revision 12656 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d8c0e9d588
Remove redundant #ifdef around the complete file.
...
Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
dd9c773bd9
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
...
Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
85362796be
Make ffplay.c:opt_seek use parse_time_or_die
...
Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1354fa6442
help gcc-2.95
...
Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cea0ac526e
cosmetics: alphabetical order for temporary filenames
...
Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
edd08265fc
Use a different filename that ends in .sh for temporary shell scripts.
...
Apparently some Windows command interpreters have trouble executing
shell scripts with an .exe suffix.
inspired by a patch from Axel Holzinger, aholzinger gmx de
Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Eli Friedman
4fd51ee39a
ARMovie/RPL demuxer
...
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Eli Friedman
40d2627306
Escape 124 (RPL) decoder
...
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
7542157d8a
Export parse_time_or_die from ffmpeg.c to cmdutils.c
...
Patch by Stefano Sabatini (stefano sabatini-lala poste it)
Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
2ccf0a4290
Add a comment about missing entries
...
Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
87cb064359
Use the correct size for the enc_name field (removing the arbitrary "50" size)
...
Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
19faa9f469
Remove useless entries from AVRtpPayloadTypes
...
Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
e4ed1fbf91
Support mp3 audio in the RTP muxer
...
Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
42ceeb5f3c
remove redundant context variable
...
Originally committed as revision 12642 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c23a0ac8da
cosmetics: Write some trivial C test programs in a more compact form.
...
Originally committed as revision 12641 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
fbef871dad
Make MMX2 depend on MMX.
...
Originally committed as revision 12640 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3a71577f87
homogenous regression tests output for image formats
...
Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3251f24be7
missed one
...
Originally committed as revision 12638 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
7261f9bd25
cosmetics, remove leading whitespaces
...
Originally committed as revision 12637 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
b371539a3d
prevent writing empty stss atom
...
Originally committed as revision 12636 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5e788d588b
support mp4 fragmented files without any samples in the moov atom
...
Originally committed as revision 12635 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
44e43aab03
check frag track id before setting st
...
Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
3a027f5e66
IFF demuxer
...
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
cb21e0a715
8SVX decoder
...
Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e516d3488a
change rle encoder to count up to 127, sgi does not support 128
...
Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
fe790f89e8
Use 15-bit LPC precision by default. This generally gives better compression
...
results. Also update Ogg regression test.
Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
55727a835b
Altivec and SSE2 require 16-byte alignment, so make sure they get it
...
patch by Alexander Strange %astrange A ithinksw P com%
Originally committed as revision 12629 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
3794b92819
check mm_flags for each DCT and skips the ones that can't be run
...
patch by Alexander Strange %astrange A ithinksw P com%
Originally committed as revision 12628 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago