summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-02
| | | | 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-02
| | | | | | padding > frame bits Originally committed as revision 11131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealVideo 3 decoder functionsKostya Shishkov2007-12-02
| | | | Originally committed as revision 11130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
| | | | Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some spelling mistakes.Diego Biurrun2007-12-02
| | | | Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 common VLC tablesKostya Shishkov2007-12-02
| | | | Originally committed as revision 11124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alignment broke by my last patchVitor Sessak2007-12-01
| | | | Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF may omit compression tag.Kostya Shishkov2007-12-01
| | | | | | This fixes issue 276. Originally committed as revision 11121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* succes --> success typoDiego Biurrun2007-12-01
| | | | Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger2007-12-01
| | | | | | | | nodes[nb_codes*2-2].count (thus making that invalid as well) in ff_huff_build_tree. Might fix some (hard to reproduce) crashes in VP6 decoder. Originally committed as revision 11119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* senseless cast and ()Michael Niedermayer2007-12-01
| | | | Originally committed as revision 11118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-30
| | | | | | | | sure we actually consume exactly that amount. Fixes sound artefacts (mostly blips) that mysteriously disappeared after e.g. remuxing with mencoder. Originally committed as revision 11115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders, #include <inttypes.h> was missing.Diego Biurrun2007-11-30
| | | | Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with interlaced h.264Michael Niedermayer2007-11-29
| | | | Originally committed as revision 11113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD parserIan Caulfield2007-11-28
| | | | | | | Patch by Ian Caulfield, ian D caulfield <at> gmail D com Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26 Originally committed as revision 11109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify documentation for avcodec_encode_audio.Stefano Sabatini2007-11-28
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-27
| | | | Originally committed as revision 11103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_ prefix for extern varsAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-11-27
| | | | Originally committed as revision 11098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2007-11-27
| | | | Originally committed as revision 11097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync message with modern ffmpeg bitrate option syntax.D Richard Felker III2007-11-27
| | | | | | | | note: this message should probably be tweaked; i'm not sure that it's a good idea for lavc to be recommending ffmpeg command line options as it's a general-purpose library. Originally committed as revision 11094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-25
| | | | | | patch by Alex Originally committed as revision 11093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-25
| | | | Originally committed as revision 11091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo fix. Previous version had some picture error building up until next ↵Christophe Gisquet2007-11-25
| | | | | | | | | keyframe. Now MMX version decodes 1:1 what the C version does patch by Christophe GISQUET %christophe P gisquet A free P fr% Originally committed as revision 11090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Data tables for future RV30/40 decoderKostya Shishkov2007-11-24
| | | | Originally committed as revision 11089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe ↵Christophe Gisquet2007-11-24
| | | | | | | | | | P gisquet A free P fr% Original thread: date: Nov 24, 2007 3:09 PM subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c Originally committed as revision 11088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* main() --> main(void)Diego Biurrun2007-11-23
| | | | Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
| | | | | | | | | patch by Christophe GISQUET %christophe P gisquet A free P fr% original thread: date: Jul 7, 2007 12:52 PM subject: [FFmpeg-devel] [PATCH] VC-1 MMX DSP functions Originally committed as revision 11074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
| | | | Originally committed as revision 11063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check region depth for validityMichael Niedermayer2007-11-19
| | | | | | | (32/64/128 would crash at least due to 1<<depth allocation later, and no i do not have a sample file) Originally committed as revision 11062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
| | | | Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
| | | | | | | | to clear last_picture_ptr, next_picture_ptr for proper picture management. Prevents crashes in error concealer following seeks. Fixes Roundup issue 189. Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
| | | | | | | snow.c:1163: warning: 'spatial_compose53i' defined but not used snow.c:1313: warning: 'spatial_compose97i' defined but not used Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
| | | | Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
| | | | | | snow.c:4142: warning: #halfpel_interpol# defined but not used Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
| | | | Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
| | | | | | | Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5) Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1 Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk