Mercurial > libavcodec.hg
graph
-
- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for libavcodec2002-04-09, by pulento
-
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. libavcodec2002-04-09, by pulento
-
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting libavcodec2002-04-09, by pulento
-
- Added force_pts to av_write_packet() to be able to force PTS, this helps libavcodec2002-04-07, by pulento
-
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
-
* continue after error in msmpeg4_decode_mb - helps for some movie samples libavcodec2002-02-18, by kabi
-
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 libavcodec2002-02-15, by michaelni
-
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) libavcodec2002-02-13, by michaelni
-
aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) libavcodec2002-02-12, by michaelni
-
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) libavcodec2002-02-12, by michaelni
-
- More work on preliminary bit rate control, just to be able to get an libavcodec2002-02-10, by pulento
-
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> libavcodec2002-01-26, by arpi_esp
-
Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec2002-01-21, by nickols_k
-
Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> libavcodec2002-01-20, by nickols_k
-
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> libavcodec2002-01-20, by nickols_k
-
(commited by michael / arpi was crazy enough to give me his password) libavcodec2002-01-12, by arpi_esp
-
different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-11, by arpi_esp
-
This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> libavcodec2002-01-11, by arpi_esp
-
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at> libavcodec2002-01-11, by arpi_esp
-
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec2002-01-10, by uid46427
-
qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <steve@daviesfam.org> libavcodec2002-01-08, by arpi_esp
-
fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu> libavcodec2002-01-08, by arpi_esp
-
minor brightness/contrast bugfix / moved some global vars into ppMode libavcodec2001-12-28, by michael
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec2001-12-09, by arpi_esp
-
compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound libavcodec2001-11-27, by michael
-
use fastmemcpy for chrominance if no chrominance filtering is done libavcodec2001-11-24, by michael
-
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version libavcodec2001-11-14, by michael
-
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. libavcodec2001-11-13, by pulento
-
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between libavcodec2001-11-06, by michael
-
minor changes (fixed some warnings, added attribute aligned(8) stuff) libavcodec2001-11-06, by michael
-
postprocessing array increased to handle HDTV resolutions (1920x1152) libavcodec2001-11-05, by arpi_esp
-
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> libavcodec2001-11-03, by arpi_esp
-
fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 versions libavcodec2001-10-25, by michael
-
much better horizontal filters (transpose & use the vertical ones) :) libavcodec2001-10-24, by michael
-
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look libavcodec2001-10-15, by michael
-
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb) libavcodec2001-10-13, by michael
-
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes libavcodec2001-09-17, by glantau