summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* typoLuca Barbato2006-11-24
| | | | Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement DELTA_FLI opcodes correctly. Patch by Steven JohnsonSteven Johnson2006-11-24
| | | | Originally committed as revision 7165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support byte_run=0 case in DELTA_FLI (this case means only skip pixels)Alex Beregszaszi2006-11-23
| | | | Originally committed as revision 7164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l memory corruption bug found by Steven JohnsonAlex Beregszaszi2006-11-23
| | | | Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac: allow reading of full metadata headers from extradataAurelien Jacobs2006-11-23
| | | | Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bring AC3 encoder output up to input volume levelBill O'Shaughnessy2006-11-23
| | | | | | | | | | patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com % + reg tests update gruntwork by me Original thread: date: Nov 21, 2006 11:36 PM subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sigfpe with intra only encodingBaptiste Coudurier2006-11-22
| | | | Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
| | | | Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
| | | | Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with VC-1 decoder disabled.Diego Biurrun2006-11-21
| | | | Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frames + -mbd rd without -psnr (yes that was seriously buggy and ↵Michael Niedermayer2006-11-21
| | | | | | probably hasnt been noticed as everyone who tested stuff used -psnr) Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l infinite loop fixMichael Niedermayer2006-11-21
| | | | Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode non-interleaved scansKostya Shishkov2006-11-21
| | | | Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration and code thingieGuillaume Poirier2006-11-20
| | | | Originally committed as revision 7140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-20
| | | | | | | | | Patch by Martin % marthi A graphics P cs P uni - sb P de % Original thread: date: Nov 20, 2006 6:20 PM subject: Re: [Ffmpeg-devel] [PATCH] Re: AMR bitrate Originally committed as revision 7139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking with H.261 support disabled.Tom Harper2006-11-20
| | | | | | patch by Tom Harper, d.thomas.harper gmail com Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infiinit loop fix for CBR + adaptive quantMichael Niedermayer2006-11-20
| | | | Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l qprd fix 2nd tryMichael Niedermayer2006-11-20
| | | | Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some progressive JPEG supportKostya Shishkov2006-11-20
| | | | Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* testing all dquant for qp_rd fixes the qp runaway to 31 bugMichael Niedermayer2006-11-19
| | | | Originally committed as revision 7126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add useful Altivec types, taken from with permission from x264 authorsGuillaume Poirier2006-11-19
| | | | Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
| | | | | | | This slightly simplifies decoder and removes potential audio buffer overrun. Originally committed as revision 7121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed one log2().Benjamin Larsson2006-11-17
| | | | Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize overlappingKostya Shishkov2006-11-17
| | | | | | Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF) Originally committed as revision 7113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix commentsKostya Shishkov2006-11-17
| | | | Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
| | | | Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR555 has never been working as alpha supporting format. Remove the false ↵Alex Beregszaszi2006-11-16
| | | | | | setting. Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
| | | | Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
| | | | | | make pickyness of the decoder user selectable through error_resilience param like for video decoders Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making decoding more error robustMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset internal buffer during seekingMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks and error messagesMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formats (see ↵Alex Beregszaszi2006-11-14
| | | | | | r7066 too) Originally committed as revision 7067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove log2() usage.Benjamin Larsson2006-11-14
| | | | Originally committed as revision 7063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-14
| | | | | | if that condition holds anyway. Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
| | | | | | it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
| | | | Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give error about planar RGBKostya Shishkov2006-11-13
| | | | Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update error messageKostya Shishkov2006-11-13
| | | | Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use table for determining type sizesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
| | | | Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
| | | | Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8-bit images support for TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk