Mercurial > libavcodec.hg
graph
-
Rename ff_log_missing_feature() to av_log_missing_feature(). libavcodecMon, 29 Jun 2009 19:07:04 +0000, by rbultje
-
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: libavcodecSat, 27 Jun 2009 08:39:56 +0000, by cehoyos
-
Replace pitch_delay_int array with single variable. libavcodecFri, 26 Jun 2009 17:42:25 +0000, by voroshil
-
LSF (Line Spectral Frequencies) decoding routine. libavcodecWed, 24 Jun 2009 04:38:48 +0000, by voroshil
-
Make documentation better match the code. Now AVCodecContext.sample_fmt libavcodecTue, 23 Jun 2009 18:17:15 +0000, by vitor
-
Edge emulation should be used in B-frame MC in mspel mode with libavcodecTue, 23 Jun 2009 07:41:38 +0000, by kostya
-
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name libavcodecSun, 21 Jun 2009 21:37:05 +0000, by stefano
-
Fetch timestamp for the first frame of field only if frame_offset and libavcodecSun, 21 Jun 2009 03:50:26 +0000, by bcoudurier
-
Revert r19239: It broke four conformance tests. libavcodecSat, 20 Jun 2009 14:47:38 +0000, by cehoyos
-
Convertion of LSF values to coefficients of linear prediction filter libavcodecSat, 20 Jun 2009 13:36:21 +0000, by voroshil
-
Make remaining run level decode comments doxygen comments libavcodecSat, 20 Jun 2009 11:22:25 +0000, by faust3
-
Add support for escape coded wmapro run level coefficients libavcodecSat, 20 Jun 2009 10:28:55 +0000, by faust3
-
Introduce WMACoef typedef for decoded coefficients libavcodecSat, 20 Jun 2009 09:05:28 +0000, by faust3
-
Add support for encoding XSUB subtitles. Muxing support is still missing. libavcodecFri, 19 Jun 2009 09:56:35 +0000, by reimar
-
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder libavcodecFri, 19 Jun 2009 08:28:07 +0000, by reimar
-
G.729 decoding routine (skeleton, including parameters decoding). libavcodecThu, 18 Jun 2009 18:14:38 +0000, by voroshil
-
ARM: slightly faster NEON H264 horizontal loop filter libavcodecWed, 17 Jun 2009 22:33:04 +0000, by mru
-
VC-1/WMV: Remove redundant ff_init_block_index() calls. libavcodecWed, 17 Jun 2009 05:54:42 +0000, by darkshikari
-
H.264: Fix memory leaks with multithreading. libavcodecTue, 16 Jun 2009 21:50:36 +0000, by astrange
-
VC-1/WMV3 decoding: don't clear blocks unless they're actually used. libavcodecTue, 16 Jun 2009 09:09:03 +0000, by darkshikari
-
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. libavcodecTue, 16 Jun 2009 09:00:55 +0000, by darkshikari
-
Fix typo in vc1.c, make capitalization in warning/error messages more consistent. libavcodecTue, 16 Jun 2009 00:48:07 +0000, by darkshikari
-
Fix unaligned accesses by doing bytewise access until aligned, then libavcodecMon, 15 Jun 2009 14:38:30 +0000, by heydowns
-
print error when dv frame profile cannot be found libavcodecSun, 14 Jun 2009 22:41:30 +0000, by bcoudurier
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavcodecSun, 14 Jun 2009 22:34:28 +0000, by bcoudurier
-
Initialise MAD decode_block_intra() loop iterator to zero. libavcodecSun, 14 Jun 2009 09:55:28 +0000, by pross
-
G.729 decoder initialization routine (skeleton) libavcodecSun, 14 Jun 2009 02:31:06 +0000, by voroshil
-
Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, libavcodecSun, 14 Jun 2009 02:29:39 +0000, by voroshil
-
Do not guess the channel layout when getting its string value. libavcodecSat, 13 Jun 2009 22:33:13 +0000, by jbr
-
Remove the 3-front-channel layout from the list of channel layout libavcodecSat, 13 Jun 2009 18:57:54 +0000, by jbr
-
Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits). libavcodecSat, 13 Jun 2009 06:41:51 +0000, by kostya
-
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be libavcodecFri, 12 Jun 2009 21:14:45 +0000, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavcodecFri, 12 Jun 2009 17:39:56 +0000, by darkshikari
-
Move run level decode functionality to ff_wma_run_level_decode libavcodecFri, 12 Jun 2009 16:00:26 +0000, by faust3
-
Add additional sample rates to the frame len bits calculation code libavcodecFri, 12 Jun 2009 15:38:11 +0000, by faust3
-
Move frame len bits calculation to ff_wma_get_frame_len_bits libavcodecFri, 12 Jun 2009 15:21:43 +0000, by faust3
-
cosmetics: Prettyprint and reformat wma.c closer to K&R style. libavcodecFri, 12 Jun 2009 13:12:13 +0000, by diego
-
The internal header libavutil/internal.h should not be used outside libavutil. libavcodecThu, 11 Jun 2009 20:18:29 +0000, by diego
-
10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. libavcodecThu, 11 Jun 2009 09:40:24 +0000, by diego
-
Split decoder-specific code off from vc1.c into vc1dec.c and keep code libavcodecThu, 11 Jun 2009 09:31:31 +0000, by diego