summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-221-0/+42
| | | | Originally committed as revision 11303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-221-2/+1
| | | | Originally committed as revision 11302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-221-32/+28
| | | | Originally committed as revision 11301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code (almost cosmetic)Luca Barbato2007-12-221-46/+31
| | | | Originally committed as revision 11300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2007-12-221-3/+3
| | | | Originally committed as revision 11299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-213-8/+31
| | | | | | | | | patch by Christophe GISQUET %christophe P gisquet A free P fr% original thread: date: Nov 25, 2007 12:35 AM subject: Re: [FFmpeg-devel] MMX version for put_no_rnd_h264_chroma_mc8_c Originally committed as revision 11298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-213-12/+12
| | | | Originally committed as revision 11296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-212-5/+5
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More consistent { placement.Michael Niedermayer2007-12-211-12/+6
| | | | Originally committed as revision 11292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-211-29/+29
| | | | Originally committed as revision 11291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-211-0/+26
| | | | | | of array reads. Originally committed as revision 11290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-211-0/+18
| | | | | | array read. Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-211-2/+2
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-0/+6
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-1/+5
| | | | Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-203-1/+11
| | | | | | applied by the audio decoder, and use that option in the AC3 decoder. Originally committed as revision 11280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-191-1/+1
| | | | | | Patch by Reinhard Nissl: rnissl gmx de Originally committed as revision 11275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some more entries.Diego Biurrun2007-12-191-11/+11
| | | | Originally committed as revision 11265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little more doxygenization.Michael Niedermayer2007-12-181-9/+9
| | | | Originally committed as revision 11263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document Motion_Est_IDs.Michael Niedermayer2007-12-181-6/+6
| | | | Originally committed as revision 11262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-181-0/+2
| | | | Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-183-29/+40
| | | | Originally committed as revision 11260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-181-0/+2
| | | | Originally committed as revision 11259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another comment ->doxyMichael Niedermayer2007-12-171-2/+4
| | | | Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-171-1/+1
| | | | Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change some normal comments to doxy onesMichael Niedermayer2007-12-171-8/+12
| | | | Originally committed as revision 11255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-173-4/+20
| | | | | | and add its version that does not rely on down left neighbour subblock. Originally committed as revision 11252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify FIXMEMichael Niedermayer2007-12-171-1/+1
| | | | Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-172-0/+43
| | | | Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-171-1/+5
| | | | | | | Patch by "wg": video06 malloc de See Issue298 Originally committed as revision 11249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-171-16/+4
| | | | | | not currently a clean way to pass the value to the user. Originally committed as revision 11246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-171-34/+13
| | | | | | downmixed output that I can't quite figure out. Originally committed as revision 11245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-163-120/+146
| | | | Originally committed as revision 11244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment typo fixesDiego Biurrun2007-12-161-1/+1
| | | | Originally committed as revision 11232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-161-1/+1
| | | | Originally committed as revision 11231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder should use availability cacheKostya Shishkov2007-12-161-4/+4
| | | | Originally committed as revision 11230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 decoding coreKostya Shishkov2007-12-162-0/+1396
| | | | Originally committed as revision 11229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-161-13/+34
| | | | Originally committed as revision 11228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-151-6/+6
| | | | | | inferred from arguments. Fixes compilation with Intel compiler Originally committed as revision 11227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '\n' to log format textAndreas Öman2007-12-151-2/+2
| | | | Originally committed as revision 11224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-151-14/+3
| | | | Originally committed as revision 11221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-151-16/+5
| | | | Originally committed as revision 11220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-152-88/+122
| | | | Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-141-2/+4
| | | | | | | | Actually unreference removed pics And check for too many reference frames as originally intended, not equal to max reference frames. Originally committed as revision 11218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-141-0/+23
| | | | | | | | max frame count, which is limited to less than the size of the reference buffers, thereby preventing overflow. Part of fix for issue 281. Originally committed as revision 11216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-141-1/+2
| | | | | | | | many reference frames. Also check max num ref frames against our internal ref buffer sizes. Part of fix for roundup issue 281 Originally committed as revision 11215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-141-0/+5
| | | | | | | | | | Namely, that it should not be called if you are starting to decode a B frame without any reference pictures. Prevents an endless allocation cycle in MPV_frame_start that will end in picture buffer overflow and abort. Fixes roundup issue 216. Originally committed as revision 11214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-131-0/+1
| | | | | | FF_OPT_TYPE_RATIONAL options instead of the corresponding AVOption Originally committed as revision 11213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-131-2/+3
| | | | | | | | Based on original patch by Martin Zlomek martin.zlomek a email D cz ffmpeg-devel thread: H264: Fix non_zero_count_cache for deblocking in fields Fri, 30 Nov 2007 9:58:23 Originally committed as revision 11212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add required include to make this file self-containedAurelien Jacobs2007-12-121-0/+2
| | | | Originally committed as revision 11211 to svn://svn.ffmpeg.org/ffmpeg/trunk