summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-16
| | | | 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-15
| | | | | | 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-15
| | | | 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-15
| | | | Originally committed as revision 11221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-15
| | | | Originally committed as revision 11220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-15
| | | | Originally committed as revision 11219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-14
| | | | | | | | 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-14
| | | | | | | | 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-14
| | | | | | | | 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-14
| | | | | | | | | | 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-13
| | | | | | 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-13
| | | | | | | | 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-12
| | | | Originally committed as revision 11211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
| | | | | | enumerations. Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo/clarificationDiego Biurrun2007-12-11
| | | | Originally committed as revision 11201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-09
| | | | Originally committed as revision 11199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 4x4 IDCTKostya Shishkov2007-12-09
| | | | Originally committed as revision 11198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 decoder variablesJustin Ruggles2007-12-09
| | | | Originally committed as revision 11197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
| | | | Originally committed as revision 11196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical align after last commitJustin Ruggles2007-12-09
| | | | Originally committed as revision 11195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
| | | | Originally committed as revision 11194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
| | | | Originally committed as revision 11193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
| | | | Originally committed as revision 11192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitKostya Shishkov2007-12-08
| | | | Originally committed as revision 11191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-08
| | | | Originally committed as revision 11190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-08
| | | | Originally committed as revision 11189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-08
| | | | Originally committed as revision 11188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename some tablesKostya Shishkov2007-12-08
| | | | Originally committed as revision 11187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use existing function for VLC readingKostya Shishkov2007-12-07
| | | | Originally committed as revision 11185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check decoded dimensions for validityKostya Shishkov2007-12-07
| | | | Originally committed as revision 11184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-07
| | | | Originally committed as revision 11183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flagsKostya Shishkov2007-12-07
| | | | Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace table with its H.263 counterpartKostya Shishkov2007-12-07
| | | | Originally committed as revision 11181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update tables for RV40 decoderKostya Shishkov2007-12-06
| | | | Originally committed as revision 11175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-06
| | | | Originally committed as revision 11174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-06
| | | | | | | | | | | | | | keep the functions below as they are usefull for debugging, testing, experiments and development revert r11048 | diego | 2007-11-17 00:15:39 +0100 (Sat, 17 Nov 2007) | 4 lines Remove unused functions, fixes the warnings: snow.c:1163: warning: 'spatial_compose53i' defined but not used snow.c:1313: warning: 'spatial_compose97i' defined but not used Originally committed as revision 11173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-05
| | | | Originally committed as revision 11171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-05
| | | | | | | Closes issue 290 Patch by Alexander Strange: astrange ithinksw com Originally committed as revision 11170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-05
| | | | Originally committed as revision 11169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-05
| | | | | | | | potential error return from decode_slice_header. Fixes issue 284. Originally committed as revision 11168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder specific functionsKostya Shishkov2007-12-04
| | | | Originally committed as revision 11163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling fixesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename function to reflect its actionKostya Shishkov2007-12-03
| | | | Originally committed as revision 11146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-03
| | | | Originally committed as revision 11140 to svn://svn.ffmpeg.org/ffmpeg/trunk