Mercurial > libavcodec.hg
graph
-
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
-
VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodec2006-06-27, by kostya
-
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodec2006-06-26, by michael
-
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodec2006-06-24, by michael
-
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net libavcodec2006-06-24, by michael
-
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> libavcodec2006-06-21, by lu_zero
-
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue libavcodec2006-06-20, by lu_zero
-
Add const to (mostly) char* and make some functions static, which aren't used libavcodec2006-06-18, by diego
-
The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodec2006-06-16, by mru
-
support doing motion estimation and compensation without any residual transform or coding libavcodec2006-06-04, by michael
-
Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodec2006-05-30, by lorenm
-
Snow: scale predicted mv based on which reference frame the neighbors used. libavcodec2006-05-30, by lorenm