Mercurial > libavcodec.hg
graph
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodecTue, 24 Jul 2007 14:17:13 +0000, by takis
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodecTue, 24 Jul 2007 13:03:13 +0000, by takis
-
help some gcc version to optimize out those functions libavcodecTue, 24 Jul 2007 08:54:56 +0000, by aurel
-
set bit allocation parameters directly instead of copying libavcodecTue, 24 Jul 2007 01:35:25 +0000, by jbr
-
use enum value instead of numerical value for acmod libavcodecMon, 23 Jul 2007 22:47:49 +0000, by jbr
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodecMon, 23 Jul 2007 22:23:37 +0000, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodecSat, 21 Jul 2007 16:28:12 +0000, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodecSat, 21 Jul 2007 13:56:04 +0000, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodecFri, 20 Jul 2007 15:09:10 +0000, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodecFri, 20 Jul 2007 15:08:10 +0000, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodecThu, 19 Jul 2007 15:56:56 +0000, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodecThu, 19 Jul 2007 08:47:07 +0000, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodecThu, 19 Jul 2007 08:46:28 +0000, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodecThu, 19 Jul 2007 02:16:20 +0000, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodecThu, 19 Jul 2007 00:50:31 +0000, by jbr
-
Set the step index correctly for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:40:03 +0000, by banan
-
Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodecWed, 18 Jul 2007 18:35:03 +0000, by banan
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodecWed, 18 Jul 2007 14:45:01 +0000, by vitor
-
Remove more code duplication. Based on a patch by Matthieu Castet. libavcodecWed, 18 Jul 2007 06:06:21 +0000, by vitor
-
Move var. declaration to allow further clean up libavcodecTue, 17 Jul 2007 23:51:34 +0000, by vitor
-
Remove code duplication. Based on a patch by Matthieu Castet. libavcodecTue, 17 Jul 2007 22:05:33 +0000, by vitor