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