Mercurial > libavcodec.hg
graph
-
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