Mercurial > libavcodec.hg
graph
-
Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, libavcodec2009-06-14, by voroshil
-
Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). libavcodec2009-06-13, by kostya
-
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be libavcodec2009-06-12, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavcodec2009-06-12, by darkshikari
-
The internal header libavutil/internal.h should not be used outside libavutil. libavcodec2009-06-11, by diego
-
Split decoder-specific code off from vc1.c into vc1dec.c and keep code libavcodec2009-06-11, by diego
-
Disable native Vorbis encoder; quality is much worse than libvorbis and libavcodec2009-06-11, by conrad
-
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine libavcodec2009-06-09, by cehoyos