summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* detect availability of -rdynamic and -export-dynamicMåns Rullgård2006-06-29
| | | | Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
| | | | Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-29
| | | | Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
| | | | Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29
| | | | | | Patch by Reimar Doeffinger. Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-29
| | | | Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-29
| | | | Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun2006-06-29
| | | | Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set the image depthLuca Abeni2006-06-28
| | | | Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
| | | | Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-27
| | | | | | | | | | | | | | | | | | | | | | | 1) search for optimal rice parameters and partition order. i also modified the stereo method estimation to use this to calculate estimated bit count instead of using just the pure sums. 2) search for the best fixed prediction order 3) constant subframe mode (good for encoding silence) Note that the regression test for the decoded wav file also changed. This is due to FFmpeg's FLAC decoder truncating the file, which it did before anyway...just at a different cutoff point. The generated FLAC files are still 100% lossless. With this update, FFmpeg's FLAC encoder has speed and compression somewhere between "flac -1" and "flac -2". On my machine, it's about 15% faster than "flac -2", and about 10% slower than "flac -1". The encoding parameters are identical to "flac -2" (fixed predictors, 1152 blocksize, partition order 0 to 3). Originally committed as revision 5536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added loop filtering as ersatz for overlap filter (improves picture quality ↵Kostya Shishkov2006-06-27
| | | | | | for coarse quantization). Originally committed as revision 5535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-27
| | | | Originally committed as revision 5534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-27
| | | | | | | Does not make a difference with any of my samples, but current code does not make much sense. Originally committed as revision 5533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-27
| | | | | | http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv Originally committed as revision 5532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install into $PROGRAMFILES instead of a hardcoded path on MinGW.Ramiro Polla2006-06-27
| | | | | | patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com Originally committed as revision 5531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-27
| | | | Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
| | | | Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-26
| | | | Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2006-06-25
| | | | Originally committed as revision 5527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
| | | | Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make debug work early on ffplayLuca Barbato2006-06-25
| | | | Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-25
| | | | Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-25
| | | | Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaned up buffer managementMåns Rullgård2006-06-25
| | | | Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check only existing streamsBaptiste Coudurier2006-06-25
| | | | Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -logg needs to be after -lvorbisMåns Rullgård2006-06-24
| | | | Originally committed as revision 5520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a silly typo (1l to myself)Måns Rullgård2006-06-24
| | | | Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor cleanupLuca Barbato2006-06-24
| | | | Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-06-24
| | | | Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify & optimize things a littleMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac regression testMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac ↵Michael Niedermayer2006-06-24
| | | | | | encoder Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-24
| | | | Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Produce correct version string even when not run in a Subversion working copy.Diego Biurrun2006-06-23
| | | | | | based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .depend needs version.h, noticed by Uoti UrpalaDiego Biurrun2006-06-22
| | | | Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable logging in configure by default, and print some advice on failureMåns Rullgård2006-06-22
| | | | Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow recent libfaad versions with new function namesMåns Rullgård2006-06-21
| | | | Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-21
| | | | Originally committed as revision 5507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-20
| | | | Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
| | | | Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for ↵Luca Barbato2006-06-20
| | | | | | pointing the issue Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused FFMPEG_VERSION_INT.Diego Biurrun2006-06-20
| | | | | | Note: If this is useful I'll put it in version.sh/version.h. Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused VERSION definition from config.mak.Diego Biurrun2006-06-20
| | | | Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid binary stripping rule code duplication.Diego Biurrun2006-06-19
| | | | Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-19
| | | | Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk