log libmpcodecs/ad_ffmpeg.c @ 33586:ae9746a552dd

age author description
Sat, 19 Mar 2011 11:53:32 +0000 reimar FFmpeg's AC-3 decoder will do byte-swapping on its own, so no
Sat, 05 Mar 2011 12:27:15 +0000 reimar Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.
Tue, 01 Mar 2011 21:48:04 +0000 reimar Use samplefmt2affmt helper function in ad_ffmpeg.c
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Sat, 05 Feb 2011 13:58:36 +0000 reimar Use av_get_bits_per_sample_fmt instead of deprecated
Sat, 06 Nov 2010 15:48:21 +0000 reimar Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
Sat, 09 Oct 2010 17:52:35 +0000 reimar Avoid printing AAC with SBR warning on every decode call, instead print
Sat, 09 Oct 2010 15:46:17 +0000 reimar Fix typo in error message: ACC -> AAC
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Wed, 08 Sep 2010 17:38:52 +0000 diego Remove duplicated audio_output_channels extern variable declaration.
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sun, 22 Aug 2010 23:38:40 +0000 diego Remove pointless casts of avcodec_find_decoder_by_name() return value.
Thu, 15 Jul 2010 17:59:46 +0000 reimar Add support for parameter changes (e.g. channel count) during playback.
Sun, 30 May 2010 16:46:31 +0000 reimar Use the -a52drc option also for the libavcodec decoder.
Tue, 20 Apr 2010 20:24:01 +0000 reimar Cosmetics/indentation fixes.