Mercurial > libavcodec.hg
graph
-
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodec2002-06-09, by michaelni
-
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodec2002-06-07, by arpi_esp
-
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodec2002-06-05, by bellard
-
* implemented remaing avg_ pixel functions (these are not used offen) libavcodec2002-06-03, by kabi
-
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodec2002-06-02, by michaelni
-
* 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