Mercurial > libavcodec.hg
graph
-
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec2006-07-06, by stefang
-
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec2006-07-06, by michael
-
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec2006-07-04, by michael
-
check cbp for validity, avoids possible out of array reads / segfaults libavcodec2006-07-04, by michael
-
Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec2006-07-04, by kostya
-
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec2006-07-03, by lucabe
-
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodec2006-07-02, by michael
-
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodec2006-07-02, by michael
-
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodec2006-07-01, by michael
-
0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodec2006-07-01, by kostya
-
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodec2006-06-30, by gpoirier
-
spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com libavcodec2006-06-30, by diego
-
This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodec2006-06-29, by kostya
-
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodec2006-06-27, by michael
-
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodec2006-06-27, by kostya