summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* use av_log_get/set_level()Måns Rullgård2007-12-121-1/+1
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-124-3/+24
| | | | 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-121-0/+1
| | | | | | enumerations. Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo/clarificationDiego Biurrun2007-12-111-1/+1
| | | | Originally committed as revision 11201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-091-1/+1
| | | | Originally committed as revision 11199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 4x4 IDCTKostya Shishkov2007-12-092-0/+15
| | | | Originally committed as revision 11198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 decoder variablesJustin Ruggles2007-12-091-162/+162
| | | | Originally committed as revision 11197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-094-111/+111
| | | | Originally committed as revision 11196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical align after last commitJustin Ruggles2007-12-091-6/+6
| | | | Originally committed as revision 11195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-095-192/+193
| | | | Originally committed as revision 11194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-096-55/+55
| | | | Originally committed as revision 11193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-087-27/+27
| | | | Originally committed as revision 11192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitKostya Shishkov2007-12-081-16/+16
| | | | Originally committed as revision 11191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-081-29/+23
| | | | Originally committed as revision 11190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-081-0/+3
| | | | Originally committed as revision 11189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-084-62/+54
| | | | Originally committed as revision 11188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename some tablesKostya Shishkov2007-12-081-4/+4
| | | | Originally committed as revision 11187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use existing function for VLC readingKostya Shishkov2007-12-072-3/+5
| | | | Originally committed as revision 11185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check decoded dimensions for validityKostya Shishkov2007-12-071-0/+2
| | | | Originally committed as revision 11184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-072-3/+3
| | | | Originally committed as revision 11183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flagsKostya Shishkov2007-12-072-0/+2
| | | | Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace table with its H.263 counterpartKostya Shishkov2007-12-071-6/+8
| | | | Originally committed as revision 11181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update tables for RV40 decoderKostya Shishkov2007-12-062-3/+2
| | | | Originally committed as revision 11175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-061-2/+2
| | | | 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-061-0/+14
| | | | | | | | | | | | | | 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-051-1/+1
| | | | Originally committed as revision 11171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-051-3/+4
| | | | | | | 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-051-1/+1
| | | | Originally committed as revision 11169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-051-8/+8
| | | | | | | | 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-041-0/+275
| | | | Originally committed as revision 11163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-032-16/+16
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment spelling fixesDiego Biurrun2007-12-032-6/+6
| | | | Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling fixesDiego Biurrun2007-12-031-5/+5
| | | | Originally committed as revision 11155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-031-1/+1
| | | | Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename function to reflect its actionKostya Shishkov2007-12-031-3/+3
| | | | Originally committed as revision 11146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-12-031-3/+1
| | | | Originally committed as revision 11141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-031-2/+2
| | | | Originally committed as revision 11140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some spelling fixes in commentsReimar Döffinger2007-12-021-3/+3
| | | | Originally committed as revision 11138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-021-3/+3
| | | | Originally committed as revision 11136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-021-1/+1
| | | | | | Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type" Originally committed as revision 11135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-12-021-13/+13
| | | | Originally committed as revision 11134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-022-2/+127
| | | | Originally committed as revision 11133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-021-2/+2
| | | | Originally committed as revision 11132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix corner case when qscale 1 bits < frame bits but max bits with worst ↵Baptiste Coudurier2007-12-021-4/+4
| | | | | | padding > frame bits Originally committed as revision 11131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealVideo 3 decoder functionsKostya Shishkov2007-12-021-0/+145
| | | | Originally committed as revision 11130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-027-15/+15
| | | | Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some spelling mistakes.Diego Biurrun2007-12-022-3/+3
| | | | Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 common VLC tablesKostya Shishkov2007-12-021-0/+4054
| | | | Originally committed as revision 11124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alignment broke by my last patchVitor Sessak2007-12-012-3/+3
| | | | Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-0119-28/+28
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk