ffmpeg/libavcodec
Juanjo e0d2714adc - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for
AC3 set avcodec_context->channels to the desired number channels, if the
setting is 0 AC3 decoder will set it to the channels found in the
stream.
- Changed ffmpeg to cope with the new "way" of AC3 decoding.
- ASF muxer now uses Tickers for PTS calculations.

Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-04-09 04:52:49 +00:00
..
alpha Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-20 14:48:02 +00:00
armv4l arm specific code 2001-08-13 21:38:25 +00:00
i386 mpeg4 mpeg quantizer support 2002-04-07 02:03:32 +00:00
libac3 win32 fixes 2001-08-13 21:48:05 +00:00
mlib copyright change 2001-09-17 21:19:35 +00:00
Makefile - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek. 2002-03-10 14:51:20 +00:00
ac3dec.c - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 2002-04-09 04:52:49 +00:00
ac3enc.c * encoding of AC3 with more than 2 channels 2002-04-08 12:08:03 +00:00
ac3enc.h * encoding of AC3 with more than 2 channels 2002-04-08 12:08:03 +00:00
ac3tab.h Initial revision 2001-07-22 14:18:56 +00:00
apiexample.c changed opendivx to mpeg4 2001-08-15 13:12:23 +00:00
avcodec.h - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. 2002-04-09 00:37:06 +00:00
common.c new motion estimation (epzs) not complete yet but allready pretty good :) 2002-03-22 02:21:17 +00:00
common.h dump_stream support (nicely formated 0s and 1s) 2002-04-04 20:04:10 +00:00
dct-test.c updated dct-test to test IDCTs too 2001-08-07 22:42:45 +00:00
dsputil.c mpeg4 mpeg quantizer support 2002-04-07 02:03:32 +00:00
dsputil.h sizeof(s->block) isnt 64*6*2 anymore bugfix 2002-03-28 13:41:04 +00:00
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 2001-08-02 08:29:38 +00:00
fdctref.c added idct reference code 2001-08-07 22:43:37 +00:00
h263.c mpeg4 mpeg quantizer support 2002-04-07 02:03:32 +00:00
h263data.h msmpeg4v2 decoding (no encoding yet) 2002-04-05 04:09:04 +00:00
h263dec.c wmv1 header parser (unfinished) 2002-04-06 22:29:37 +00:00
imgconvert.c * using pixtype as enum - by Philip Gladstone 2002-04-08 21:03:35 +00:00
imgresample.c - removed #include ../config.h, because it's included from common.h 2001-08-02 18:46:26 +00:00
jfdctfst.c Initial revision 2001-07-22 14:18:56 +00:00
jrevdct.c permuted coefs in normal IDCT to avoid having different cases there 2001-08-07 22:45:35 +00:00
libavcodec.dsp win32 fixes 2001-08-13 21:48:05 +00:00
mangle.h Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> 2002-01-20 14:30:34 +00:00
mjpeg.c alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 2002-02-12 15:43:16 +00:00
motion_est.c fixing MVs in hq mode 2002-04-01 17:40:42 +00:00
motion_test.c motion test 2001-08-15 22:31:26 +00:00
mp3lameaudio.c - Fixes on MPEG demuxer to handle VOBs without System Header. 2002-03-17 17:44:45 +00:00
mpeg4data.h mpeg4 mpeg quantizer support 2002-04-07 02:03:32 +00:00
mpeg12.c - Added force_pts to av_write_packet() to be able to force PTS, this helps 2002-04-07 21:44:29 +00:00
mpeg12data.h optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) 2002-02-13 15:26:28 +00:00
mpegaudio.c alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 2002-02-12 15:43:16 +00:00
mpegaudio.h merged code and tables between encoder and decoder 2001-09-15 22:42:25 +00:00
mpegaudiodec.c - Added force_pts to av_write_packet() to be able to force PTS, this helps 2002-04-07 21:44:29 +00:00
mpegaudiodectab.h added mpeg audio decoder tables 2001-09-15 22:41:10 +00:00
mpegaudiotab.h merged code and tables between encoder and decoder 2001-09-15 22:42:25 +00:00
mpegvideo.c * using pixtype as enum - by Philip Gladstone 2002-04-08 21:03:35 +00:00
mpegvideo.h mpeg4 mpeg quantizer support 2002-04-07 02:03:32 +00:00
msmpeg4.c wmv1 header parser (unfinished) 2002-04-06 22:29:37 +00:00
msmpeg4data.h msmpeg4v2 decoding (no encoding yet) 2002-04-05 04:09:04 +00:00
pcm.c added pcm codecs 2001-09-23 17:16:51 +00:00
resample.c win32 fixes 2001-08-13 21:48:05 +00:00
rv10.c moved matrix init away from MPV_common_init() 2001-08-12 00:52:37 +00:00
simple_idct.c Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 2002-01-21 17:46:42 +00:00
simple_idct.h new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable 2001-12-09 12:39:54 +00:00
utils.c - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 2002-04-09 04:52:49 +00:00