summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* - 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
* fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer2006-03-13
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-13
* obey vqscale in 2nd passLoren Merritt2006-03-13
* reset interlaced_dct flagMichael Niedermayer2006-03-12
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-11
* av_free -> av_freepMichael Niedermayer2006-03-11
* fix %8 != 0 w/hMichael Niedermayer2006-03-11
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-10
* out of array read fixMichael Niedermayer2006-03-10
* out of array read fixMichael Niedermayer2006-03-10
* cleanup picture / debug output codeMichael Niedermayer2006-03-10
* fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer2006-03-10