Mercurial > libavcodec.hg
graph
-
* reenabled original xy2 put routine - rounding error is really bad with libavcodec2002-05-29, by kabi
-
Add an av_abort macro that aborts, but also prints out the location of the abort. libavcodec2002-05-24, by philipjsg
-
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodec2002-05-21, by michaelni
-
fixed incorrect global gain - slightly increased precision of n^(4/3) table libavcodec2002-05-21, by glantau
-
removed unused stuff - added dsputil_set_bit_exact() support for easier testing libavcodec2002-05-20, by glantau
-
put all integer init code to compute n^(4/3) - memory alloc and header fixes libavcodec2002-05-18, by glantau
-
- repeat_pict meaning changed, now it signals the extra delay for the libavcodec2002-05-14, by pulento
-
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. libavcodec2002-05-14, by philipjsg
-
- repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec2002-05-12, by pulento
-
there are divx5? encoded files without a userdata section but with b-frames :( libavcodec2002-05-06, by michaelni
-
3dnow temporal denoiser bugfix by RĂ©mi Guyomarch <rguyom@pobox.com> libavcodec2002-05-05, by michael
-
ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear libavcodec2002-05-03, by arpi_esp
-
C4=16383 for the c version too and even for some outcommented code libavcodec2002-05-02, by michaelni
-
- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec2002-05-02, by pulento
-
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> libavcodec2002-05-01, by arpi_esp
-
- ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec2002-04-14, by pulento
-
- 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
-
suppressed nasm dependancy - rewrote forward DCT and motion estimation code libavcodec2001-08-15, by glantau
-
fixed last zero mv for field - fixed mismatch handling for intra coefs libavcodec2001-08-11, by glantau
-
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion libavcodec2001-08-11, by glantau
-
return dummy quality to avoid bug in -sameq case - forgot emms in error case libavcodec2001-08-08, by glantau
-
fixed mpeg1 first block bug (pb with black picture optimisation for B frames) libavcodec2001-08-08, by glantau
-
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) libavcodec2001-08-08, by glantau
-
added forgotten emms() - fix various segmentation faults when using mjpeg libavcodec2001-08-08, by glantau
-
fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodec2001-08-07, by glantau
-
permuted coefs in normal IDCT to avoid having different cases there libavcodec2001-08-07, by glantau
-
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodec2001-08-06, by glantau
-
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... libavcodec2001-08-03, by arpi_esp
-
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec2001-08-03, by arpi_esp
-
- removed #include ../config.h, because it's included from common.h libavcodec2001-08-02, by arpi_esp
-
added external cpuid code to solve -fPIC and gcc unclear constraints problems libavcodec2001-07-30, by glantau
-
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff libavcodec2001-07-30, by glantau
-
use block[] in structure to have it aligned on 8 bytes for mmx optimizations libavcodec2001-07-30, by glantau
-
added skip macroblock optimization (big perf win on black regions for example) libavcodec2001-07-24, by glantau
-
added emms_c() macro which should can used in c code in both mmx/non mmx cases libavcodec2001-07-24, by glantau
-
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) libavcodec2001-07-23, by glantau