summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* get_xbits() optimizationMichael Niedermayer2006-03-31
* remove useless codeMichael Niedermayer2006-03-31
* simplify loop a littleMichael Niedermayer2006-03-31
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
* warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)Steve L'Homme2006-03-31
* Proper typecast for vector boolLuca Barbato2006-03-31
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
* reverting 1.31->1.33Michael Niedermayer2006-03-30
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-30
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
* Ignore apiexample and test programs.Diego Biurrun2006-03-29
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-29
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
* minor optimization of decode_block()Michael Niedermayer2006-03-29
* optimizations by arpiMichael Niedermayer2006-03-29
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* Use a more descriptive error message.Benjamin Larsson2006-03-26
* Don't use get_vlc2() when tree is one symbol. This fixes audio decodingKostya Shishkov2006-03-25
* 10l in 1.199 (write_back_motion with B-pyramid + spatial)Loren Merritt2006-03-25
* simplified and slightly faster h264_chroma_mc8_mmxLoren Merritt2006-03-25
* ST16 is undefined for non-GNU compilers.Steve L'Homme2006-03-24
* prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decodi...Loren Merritt2006-03-23
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
* 10lLoren Merritt2006-03-22
* added mmx implementation of h264_chroma_mc2Loren Merritt2006-03-22
* 1.5x faster write_back_motion, 1-3% overallLoren Merritt2006-03-22
* add MMX and SSE versions of ff_snow_inner_add_yblockRobert Edele2006-03-22
* snow mmx+sse2 optimizations, part 4Robert Edele2006-03-21
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
* since Michael prefers to keep dsputil.h private to libavcodecMåns Rullgård2006-03-20
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-20
* Snow mmx + sse2 part 2Robert Edele2006-03-20
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-20
* various fixes for xvid_rcMichael Niedermayer2006-03-19
* fix frametypes with xvid_rcMichael Niedermayer2006-03-18
* fixing bquant_offsetMichael Niedermayer2006-03-18
* segfault fixMichael Niedermayer2006-03-18
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-17
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ...Oded Shimon2006-03-17
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* dont pass intra flag if its always 0Michael Niedermayer2006-03-14
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr...Michael Niedermayer2006-03-13