log ac3dec.c @ 12508:750ff18b7394 libavcodec

age author description
Thu, 13 May 2010 20:41:36 +0000 cehoyos Fix compilation of AC3 decoder if E-AC3 decoder was disabled. libavcodec
Thu, 22 Apr 2010 21:43:36 +0000 jbr ac3dec: return smaller of buf_size and frame_size instead of always returning libavcodec
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 30 Mar 2010 22:09:14 +0000 cehoyos Add spectral extension to the E-AC-3 decoder. libavcodec
Thu, 28 Jan 2010 23:19:33 +0000 jbr Simplify error handling by processing header errors separate from CRC and libavcodec
Sun, 24 Jan 2010 23:55:33 +0000 jbr Only check frame size if the header is valid. libavcodec