summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-23
* fixing MV range in h263Michael Niedermayer2002-03-23
* more aspect stuffMichael Niedermayer2002-03-22
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-22
* mpeg1 & epzs fixMichael Niedermayer2002-03-22
* oopsMichael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-19
* msmpeg4 bugfix (wrong frame displayed if some frames are skipped)Michael Niedermayer2002-03-18
* fixing 4MVMichael Niedermayer2002-03-18
* scene change detectionMichael Niedermayer2002-03-17
* 10lMichael Niedermayer2002-03-17
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-17
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
* optimizationMichael Niedermayer2002-03-15
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-15
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
* generate even more complete mpeg4 headersMichael Niedermayer2002-03-13
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
* - Bug fix on output sample rate for lame MP3 encoding.Juanjo2002-03-10
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* divx5 draw_edges bugfixMichael Niedermayer2002-03-10
* q-pel mc fixedMichael Niedermayer2002-03-09
* divx5-gmc supportMichael Niedermayer2002-03-09
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-07
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext...Michael Niedermayer2002-02-22
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-22
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* * some modifications to allow gcc to compile same code for -fPICZdenek Kabelac2002-02-18
* * simplified indexingZdenek Kabelac2002-02-18
* * simplified indexingZdenek Kabelac2002-02-18
* * eliminating duplicated code from MPV_common_endZdenek Kabelac2002-02-18
* * using static instead of externZdenek Kabelac2002-02-18
* * continue after error in msmpeg4_decode_mb - helps for some movie samplesZdenek Kabelac2002-02-18
* avoid overflow of picturenumber*fps*10000Michael Niedermayer2002-02-18
* block_last_index was too large (in mpeg1 decoding)Michael Niedermayer2002-02-18
* - Minor changes on bitrate controlJuanjo2002-02-15
* optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer2002-02-15
* optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2002-02-13
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-13
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-12