Mercurial > libavcodec.hg
graph
-
fix qtrle encoding when previous frame linesize differs, fix #998 libavcodecSat, 23 May 2009 05:55:29 +0000, by bcoudurier
-
Set progressive_sequence before MPV_common_init which cares about it when libavcodecSat, 23 May 2009 01:22:43 +0000, by bcoudurier
-
Move ALIGN macro to libavutil/common.h and use it in various places libavcodecFri, 22 May 2009 21:32:13 +0000, by conrad
-
Move eatgq blocks array from the stack to the codec context and make sure libavcodecFri, 22 May 2009 18:39:00 +0000, by reimar
-
eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodecThu, 21 May 2009 00:15:44 +0000, by jbr
-
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodecThu, 21 May 2009 00:09:23 +0000, by jbr
-
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodecWed, 20 May 2009 07:26:09 +0000, by serge
-
Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodecWed, 20 May 2009 07:24:38 +0000, by serge
-
Support for testing (i)MDCT output scale factor in fft-test tool. libavcodecWed, 20 May 2009 07:23:09 +0000, by serge
-
The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodecTue, 19 May 2009 22:58:09 +0000, by diego
-
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. libavcodecTue, 19 May 2009 21:29:21 +0000, by darkshikari
-
Add missing libavformat dependencies on mpeg4audio.o libavcodecTue, 19 May 2009 18:02:06 +0000, by alexc
-
Move AMR-WB-specific code to the AMR-WB section of the file. libavcodecTue, 19 May 2009 17:31:56 +0000, by diego
-
cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. libavcodecTue, 19 May 2009 17:30:27 +0000, by diego
-
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodecSun, 17 May 2009 16:12:07 +0000, by banan
-
Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. libavcodecSun, 17 May 2009 10:29:40 +0000, by banan
-
Make TMV decoder check packet sizes before reading from it. libavcodecSun, 17 May 2009 09:48:12 +0000, by vitor
-
Add a forward declaration of mpeg1_decode_block_intra to fix compilation libavcodecSun, 17 May 2009 09:09:07 +0000, by reimar
-
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is libavcodecSun, 17 May 2009 06:53:24 +0000, by jbr
-
ac3dec: fix coupling range check. the start subband must be less than libavcodecSat, 16 May 2009 17:02:44 +0000, by jbr
-
Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodecSat, 16 May 2009 14:17:08 +0000, by serge
-
Fix off-by-one error in MS RLE decoder which may result into writing past libavcodecSat, 16 May 2009 06:39:08 +0000, by kostya
-
cosmetics: K&R coding style, indent correctly, break overly long lines libavcodecFri, 15 May 2009 22:46:29 +0000, by diego
-
Surround AMR_WB encoding code by appropriate #ifdefs. libavcodecFri, 15 May 2009 19:03:45 +0000, by diego
-
cosmetics: Move some more code around to avoid #ifdeffery. libavcodecFri, 15 May 2009 18:54:36 +0000, by diego
-
cosmetics: Move functions around so that encoding and decoding functions are libavcodecFri, 15 May 2009 17:34:26 +0000, by diego
-
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after libavcodecFri, 15 May 2009 17:22:41 +0000, by diego
-
Add av_cold attribute to amr_nb decoding/encoding initialization functions. libavcodecFri, 15 May 2009 17:15:12 +0000, by diego
-
Bugfix for bug introduced in the multichannel cook patchset. libavcodecFri, 15 May 2009 16:25:54 +0000, by banan
-
mlp: Simplify adressing of state and coeffs arrays for both filters by making libavcodecFri, 15 May 2009 15:34:22 +0000, by ramiro
-
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. libavcodecFri, 15 May 2009 15:30:43 +0000, by ramiro
-
Ensure that we don't read from invalid memory with B-frame qpel libavcodecFri, 15 May 2009 07:49:59 +0000, by conrad
-
decode mpeg-2 closed gop first b frames, fix issue #824 libavcodecFri, 15 May 2009 05:39:44 +0000, by bcoudurier
-
change pic type to Picture* and remove casts libavcodecFri, 15 May 2009 02:01:53 +0000, by bcoudurier
-
Document av_set_string3() returned error codes. libavcodecThu, 14 May 2009 19:03:22 +0000, by stefano
-
Make av_set_string3() print a message in case of unknown option. libavcodecThu, 14 May 2009 18:50:58 +0000, by stefano
-
Provide a context to av_log() calls in av_set_number2() and libavcodecThu, 14 May 2009 18:43:43 +0000, by stefano
-
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") libavcodecThu, 14 May 2009 06:38:49 +0000, by serge
-
Subroutine to copy an AAC Program Config Element (PCE) libavcodecWed, 13 May 2009 22:57:30 +0000, by alexc