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
-
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
-
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodec2006-05-30, by lorenm
-
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. libavcodec2006-05-14, by gpoirier
-
decoders should (IMHO) not duplicate frames, the application can do this if it wants libavcodec2006-05-10, by michael
-
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodec2006-05-09, by michael
-
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> libavcodec2006-05-07, by bcoudurier
-
reinit quant matrices if pps is overwritten by another of the same pps_id. libavcodec2006-05-05, by lorenm
-
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. libavcodec2006-04-27, by diego
-
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does libavcodec2006-04-27, by diego
-
Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodec2006-04-23, by rtognimp
-
dtsdec.c copies one input packet at a time to a (static) buffer of size libavcodec2006-04-20, by rtognimp
-
make "size" variable in avpicture_alloc signed, since avpicture_get_size libavcodec2006-04-19, by reimar
-
gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> libavcodec2006-04-18, by gpoirier
-
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin. libavcodec2006-04-15, by diego
-
ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodec2006-04-14, by michael
-
100l to loren. at least this fixes the compile error, but the code is still broken (decoding buggy/crashing) libavcodec2006-04-09, by rfelker
-
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ libavcodec2006-04-07, by kostya
-
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>) libavcodec2006-03-31, by michael
-
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding libavcodec2006-03-25, by kostya
-
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp). libavcodec2006-03-23, by lorenm
-
Add the mmx and sse2 implementations of ff_snow_vertical_compose(). libavcodec2006-03-20, by gpoirier
-
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't libavcodec2006-03-17, by corey
-
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled libavcodec2006-03-17, by gpoirier
-
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios) libavcodec2006-03-13, by michael
-
fixing out of array access (only cosmetic, this should never have had a end user vissible effect) libavcodec2006-03-10, by michael
-
Init simplification and 2% faster wma_decode_block on amd64 with tables use libavcodec2006-03-08, by banan
-
Proper mangling information for symbols in OS X Mach-O shared objects. libavcodec2006-03-06, by diego