summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-26
* fix decoding of qp<6Michael Niedermayer2004-03-26
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* huge vbv buffer size + CBR fixMichael Niedermayer2004-03-26
* always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer2004-03-26
* * some significant clean-up of the dv_decode_ac (it looks realRoman Shaposhnik2004-03-25
* warning patrolFalk Hüffner2004-03-24
* 1000l for iiveMichael Niedermayer2004-03-22
* Compile fix by (Chip <szarlada at freemail dot hu>)Michael Niedermayer2004-03-22
* 1000l in av_mallocz_static()Michael Niedermayer2004-03-22
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
* do loop filter immediatly after each macroblock is decoded instead of after a...Michael Niedermayer2004-03-20
* h264 loop filter optimizationsMichael Niedermayer2004-03-20
* h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...Michael Niedermayer2004-03-19
* h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot l...Michael Niedermayer2004-03-18
* * removing casualties of battle of the wits and English languageRoman Shaposhnik2004-03-18
* moving f/b_code init to where it should beMichael Niedermayer2004-03-16
* 1000000l (using uninitalized variable for initalizing bits per MV table)Michael Niedermayer2004-03-16
* init cleanupMichael Niedermayer2004-03-16
* use pan_scan to remove some weight, proper pan_scan offset readingIvan Kalvachev2004-03-16
* mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info...Ivan Kalvachev2004-03-15
* update the API for the idct functionMike Melanson2004-03-15
* move MPV_common_init after parsing stream parameters, matrix rebuildIvan Kalvachev2004-03-15
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-14
* * DV decoder simplifications. Now it looks to be 6% faster. At leastRoman Shaposhnik2004-03-14
* alignment fixMichael Niedermayer2004-03-14
* width,height%16!=0 fixMichael Niedermayer2004-03-14
* don't fetch the size of SEQH unless SEQH was foundMike Melanson2004-03-14
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* removing broken mpeg_decode_gop()Michael Niedermayer2004-03-13
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* be smarter about the variable size of the extra SVQ3 dataMike Melanson2004-03-13
* smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson2004-03-13
* credit updateMike Melanson2004-03-13
* * moving some of the commonly used bit reading/writing functionsRoman Shaposhnik2004-03-12
* 10lMichael Niedermayer2004-03-11
* mb stuffing in partitioned frames fixMichael Niedermayer2004-03-10
* h263+ custom pcf supportMichael Niedermayer2004-03-10
* disable lames leading zero "feature", fixes a few more flv encoding issuesMichael Niedermayer2004-03-10
* find_start_code() optimization (about 2x faster now) this may improve decodin...Michael Niedermayer2004-03-09
* * missing opts for make depZdenek Kabelac2004-03-09
* use optimized VP3 functions where appropriateMike Melanson2004-03-08
* cut over to using new VP3 DSP functions and remove the old ones; bringMike Melanson2004-03-08
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08
* h263 framerate & aspect ratio fixesMichael Niedermayer2004-03-06
* fix motion compensation with (x+1/2,y+1/2) MVsMichael Niedermayer2004-03-05
* 10lMichael Niedermayer2004-03-05
* * more constsZdenek Kabelac2004-03-05
* * const warn eliminationZdenek Kabelac2004-03-05