Mercurial > libavcodec.hg
graph
-
multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) libavcodec2002-04-01, by michaelni
-
fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> libavcodec2002-03-24, by michaelni
-
seems the old intra/inter decission is slightly better with a threshold, than the new one libavcodec2002-03-24, by michaelni
-
new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec2002-03-22, by michaelni
-
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek libavcodec2002-03-20, by pulento
-
use the width & height from the mpeg4 header ... in the case that its complete libavcodec2002-03-19, by michaelni
-
msmpeg4 bugfix (wrong frame displayed if some frames are skipped) libavcodec2002-03-18, by michaelni
-
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine) libavcodec2002-03-16, by pulento
-
use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) libavcodec2002-03-15, by michaelni
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. libavcodec2002-03-10, by pulento
-
gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec2002-03-07, by michaelni
-
parsing more of the mpeg4 header & print some "not supported" stuff libavcodec2002-03-05, by michaelni
-
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm libavcodec2002-02-26, by pulento
-
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) libavcodec2002-02-22, by michaelni
-
- Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. libavcodec2002-02-22, by pulento