Mercurial > libavcodec.hg
graph
-
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodecSun, 05 Aug 2007 13:41:44 +0000, by bcoudurier
-
Remove AVCodecContext parameter from parse_timecode function libavcodecSun, 05 Aug 2007 12:11:31 +0000, by reimar
-
Colours except background should not be transparent libavcodecSun, 05 Aug 2007 12:11:24 +0000, by reimar
-
get rid of av_rescale_q, it does not work as intended. libavcodecSun, 05 Aug 2007 12:11:22 +0000, by reimar
-
get rid of xsubdec array and calculate value instead libavcodecSun, 05 Aug 2007 12:11:20 +0000, by reimar
-
Add the handling of the INT32INFO block to the WavPack decoder. libavcodecSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodecSun, 05 Aug 2007 00:29:02 +0000, by lorenm
-
use dsputil for float to signed 16-bit sample conversion libavcodecSat, 04 Aug 2007 20:59:22 +0000, by jbr
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodecSat, 04 Aug 2007 20:49:39 +0000, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodecSat, 04 Aug 2007 19:19:48 +0000, by jbr
-
cosmetics: use more appropriate names for iterator variables. libavcodecSat, 04 Aug 2007 13:52:56 +0000, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodecSat, 04 Aug 2007 13:26:46 +0000, by jbr
-
no need to duplicate cid table vars in context libavcodecSat, 04 Aug 2007 13:09:08 +0000, by bcoudurier
-
add coding unit size for interlaced decoding libavcodecSat, 04 Aug 2007 12:59:49 +0000, by bcoudurier
-
cosmetics: use braces when it makes the code easier to read. libavcodecSat, 04 Aug 2007 12:04:41 +0000, by jbr
-
change AC3DecodeContext variable to local variable libavcodecSat, 04 Aug 2007 11:55:10 +0000, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodecSat, 04 Aug 2007 11:01:11 +0000, by michael
-
use table for converting dynamic range codes to scale factors libavcodecSat, 04 Aug 2007 03:27:05 +0000, by jbr
-
use floating-point mantissa dequantization tables libavcodecSat, 04 Aug 2007 03:21:17 +0000, by jbr
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodecSat, 04 Aug 2007 01:13:08 +0000, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodecSat, 04 Aug 2007 00:04:17 +0000, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodecFri, 03 Aug 2007 23:53:53 +0000, by jbr
-
output last frame if seq end code is encountered libavcodecThu, 02 Aug 2007 20:49:42 +0000, by michael
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodecWed, 01 Aug 2007 22:12:52 +0000, by michael
-
exchange for() and if() order in the MT_FRAME case libavcodecWed, 01 Aug 2007 21:05:58 +0000, by michael
-
merge another 2 if() to save a few cpu cycles libavcodecWed, 01 Aug 2007 20:04:12 +0000, by michael
-
reorder if() so that the condition can be simplified libavcodecWed, 01 Aug 2007 19:37:28 +0000, by michael
-
use buf_ptr to correctly decode second field libavcodecWed, 01 Aug 2007 13:18:23 +0000, by bcoudurier
-
make grayscale only decoding checks in inner loops compiletime killable libavcodecWed, 01 Aug 2007 00:39:39 +0000, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodecTue, 31 Jul 2007 21:39:09 +0000, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodecTue, 31 Jul 2007 20:44:48 +0000, by michael
-
Identifiers starting with underscores are reserved. libavcodecTue, 31 Jul 2007 06:55:48 +0000, by diego
-
fix cabac decoding with some Blue-Ray sources libavcodecMon, 30 Jul 2007 21:19:36 +0000, by gpoirier
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodecMon, 30 Jul 2007 18:05:46 +0000, by romansh
-
support silly PCM variant used by zork nemesis libavcodecMon, 30 Jul 2007 02:05:16 +0000, by michael
-
prevent assert failure with negative quant_offset libavcodecSun, 29 Jul 2007 21:34:31 +0000, by michael
-
make the reference code use double instead of float where it is easy libavcodecSun, 29 Jul 2007 10:11:12 +0000, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodecSat, 28 Jul 2007 20:50:25 +0000, by jbr
-
remove broken downmixing. will add new implementation later. libavcodecSat, 28 Jul 2007 19:33:19 +0000, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodecSat, 28 Jul 2007 18:26:43 +0000, by takis
-
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