Mercurial > libavcodec.hg
graph
-
remove "Advanced Prediction Mode not supported" spam libavcodecThu, 26 Jul 2007 15:47:43 +0000, by michael
-
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
-
create colorspace.h and use it where appropriate libavcodecTue, 17 Jul 2007 12:33:14 +0000, by benoit
-
fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodecTue, 17 Jul 2007 11:06:12 +0000, by mhoffman
-
Don't segfault if an empty codebook gets used. libavcodecTue, 17 Jul 2007 07:12:40 +0000, by benoit
-
* making profile selection a bit more tolerant to the badly broken streams libavcodecTue, 17 Jul 2007 04:06:03 +0000, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodecTue, 17 Jul 2007 00:36:47 +0000, by mhoffman
-
remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodecMon, 16 Jul 2007 21:05:16 +0000, by mru
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodecMon, 16 Jul 2007 13:24:43 +0000, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodecMon, 16 Jul 2007 12:32:41 +0000, by mhoffman
-
fixpoint: separate windowing arithmetic imlt_window_float libavcodecMon, 16 Jul 2007 11:52:46 +0000, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodecMon, 16 Jul 2007 11:25:56 +0000, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodecMon, 16 Jul 2007 01:28:58 +0000, by mhoffman
-
moving automatic allocation of joint_decode/decode_buffer libavcodecSun, 15 Jul 2007 22:06:08 +0000, by mhoffman
-
cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodecSun, 15 Jul 2007 21:48:17 +0000, by mhoffman
-
hardly anything in PNGContext is shared; split it libavcodecSun, 15 Jul 2007 19:23:55 +0000, by mru
-
fix visual painting of MVs from h264: they are painted twice too long libavcodecSun, 15 Jul 2007 19:03:12 +0000, by gpoirier
-
no need for the decoder to have the license as a prefix libavcodecSun, 15 Jul 2007 01:38:13 +0000, by jbr
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodecSun, 15 Jul 2007 01:35:46 +0000, by jbr
-
move some common values to ac3.h and utilize them libavcodecSun, 15 Jul 2007 01:31:09 +0000, by jbr
-
revise license header for simplicity and consistency libavcodecSat, 14 Jul 2007 18:53:56 +0000, by jbr
-
AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodecSat, 14 Jul 2007 16:06:14 +0000, by jbr
-
AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:39 +0000, by jbr
-
AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:05:13 +0000, by jbr
-
AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:40 +0000, by jbr
-
AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:04:17 +0000, by jbr
-
AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodecSat, 14 Jul 2007 16:03:47 +0000, by jbr
-
AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:03:14 +0000, by jbr
-
AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:32 +0000, by jbr
-
AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:02:08 +0000, by jbr
-
AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:44 +0000, by jbr
-
AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:01:14 +0000, by jbr
-
AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:38 +0000, by jbr
-
AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 16:00:05 +0000, by jbr
-
AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:59:25 +0000, by jbr
-
AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:58:42 +0000, by jbr
-
AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:57:51 +0000, by jbr
-
AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:56:55 +0000, by jbr
-
AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:51:00 +0000, by jbr
-
AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:49:12 +0000, by jbr
-
AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:48:28 +0000, by jbr
-
AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:42:15 +0000, by jbr
-
AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:41:27 +0000, by jbr
-
AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodecSat, 14 Jul 2007 15:38:39 +0000, by jbr
-
The mpegaudio parser depends on mpegaudiodata.o. libavcodecSat, 14 Jul 2007 13:23:26 +0000, by aurel
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodecSat, 14 Jul 2007 13:11:15 +0000, by aurel
-
Replace non-existing @fixme doxygen tags with @todo. libavcodecFri, 13 Jul 2007 13:04:55 +0000, by diego
-
Make "channels" variable mean the number of channels, not the number of libavcodecFri, 13 Jul 2007 00:06:46 +0000, by vitor
-
map warning levels between libx264 and libavutil libavcodecThu, 12 Jul 2007 08:22:28 +0000, by benoit
-
license header consistency: Remove redundant "all rights reserved" statement libavcodecThu, 12 Jul 2007 00:23:53 +0000, by diego