Mercurial > libavcodec.hg
graph
-
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
-
I still don't think this should be here. Note: without this code DV encoder libavcodec2006-03-06, by romansh
-
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors. libavcodec2006-03-05, by gpoirier
-
Make -xy help output consistent, output an empty line before and after. libavcodec2006-03-04, by diego
-
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodec2006-02-28, by aurel
-
Assign class 2 to most macroblocks by default, instead of a more conservative libavcodec2006-02-28, by romansh
-
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodec2006-02-27, by banan
-
Not that we're that far from being an *initial* implementation, but libavcodec2006-02-27, by romansh
-
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodec2006-02-27, by romansh
-
Give a hint about what is the expected the data type of command line options. libavcodec2006-02-23, by gpoirier
-
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodec2006-02-20, by diego
-
complete AVS playback system (from Creature Shock computer game), libavcodec2006-02-17, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavcodec2006-02-12, by melanson
-
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodec2006-02-12, by alex
-
libpostproc installs into a different directory that needs to be created. libavcodec2006-02-11, by diego