Mercurial > libavcodec.hg
graph
-
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >) libavcodecTue, 28 Feb 2006 21:55:18 +0000, by aurel
-
Assign class 2 to most macroblocks by default, instead of a more conservative libavcodecTue, 28 Feb 2006 02:54:48 +0000, by romansh
-
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch libavcodecMon, 27 Feb 2006 12:17:20 +0000, by banan
-
Not that we're that far from being an *initial* implementation, but libavcodecMon, 27 Feb 2006 05:04:05 +0000, by romansh
-
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The libavcodecMon, 27 Feb 2006 04:50:06 +0000, by romansh
-
size[0-3] are not initialized (and can get random negative trash libavcodecSat, 25 Feb 2006 22:58:26 +0000, by michael
-
Give a hint about what is the expected the data type of command line options. libavcodecThu, 23 Feb 2006 10:07:41 +0000, by gpoirier
-
print a big warning if we mess up and run out of space ... libavcodecThu, 23 Feb 2006 00:16:45 +0000, by michael
-
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE) libavcodecTue, 21 Feb 2006 22:05:13 +0000, by alex
-
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not libavcodecMon, 20 Feb 2006 23:22:02 +0000, by diego
-
Increase maximum number of B-frames, necessary for H.264 encoding. libavcodecSun, 19 Feb 2006 22:44:35 +0000, by diego
-
Change license header to LGPL for consistency. libavcodecFri, 17 Feb 2006 19:48:11 +0000, by mellum
-
complete AVS playback system (from Creature Shock computer game), libavcodecFri, 17 Feb 2006 03:17:42 +0000, by melanson
-
increase audio buffer to 1second of 48khz float audio libavcodecMon, 13 Feb 2006 12:00:27 +0000, by alex
-
make TSCC endian-safe, PPC testing courtesy of Diego B. libavcodecSun, 12 Feb 2006 16:56:06 +0000, by melanson
-
dosbox native ZMBV decoder, courtesy of Kostya libavcodecSun, 12 Feb 2006 08:53:29 +0000, by melanson
-
complete American Laser Games MM playback system, courtesy of Peter Ross libavcodecSun, 12 Feb 2006 06:49:40 +0000, by melanson
-
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE) libavcodecSun, 12 Feb 2006 02:15:19 +0000, by alex
-
Move libpostproc compilation to the top-level Makefile. libavcodecSat, 11 Feb 2006 21:42:11 +0000, by diego
-
Quote all installation paths to protect against spaces in the path. libavcodecSat, 11 Feb 2006 20:54:40 +0000, by diego
-
libpostproc installs into a different directory that needs to be created. libavcodecSat, 11 Feb 2006 20:53:55 +0000, by diego
-
Separate library install into static and shared installation. libavcodecSat, 11 Feb 2006 18:50:45 +0000, by diego
-
Separate header file installation from the general install target. libavcodecSat, 11 Feb 2006 17:44:06 +0000, by diego
-
Add installlib and install-headers targets like everywhere else. libavcodecSat, 11 Feb 2006 16:50:45 +0000, by diego
-
Install static libpostproc if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:46:09 +0000, by diego
-
Install libpostproc headers if CONFIG_PP is set. libavcodecSat, 11 Feb 2006 16:17:27 +0000, by diego
-
Don't use pow/powf functions where we just need integer arithmetic. libavcodecFri, 10 Feb 2006 11:59:38 +0000, by al
-
h264: special case dc-only idct. ~1% faster overall libavcodecFri, 10 Feb 2006 06:55:25 +0000, by lorenm
-
use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodecFri, 10 Feb 2006 01:19:54 +0000, by mru
-
bump version numbers and update docs for adts aac support libavcodecWed, 08 Feb 2006 01:11:48 +0000, by mru
-
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set libavcodecWed, 08 Feb 2006 01:10:07 +0000, by mru