log libmpcodecs/ad_ffmpeg.c @ 37110:4e00eb3f4c76

age author description
Tue, 20 May 2014 19:29:31 +0000 reimar ad_ffmpeg: Set up audio format already during init.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated avcodec_alloc_frame.
Sun, 16 Feb 2014 16:30:05 +0000 reimar ad_ffmpeg: avoid deprecated request_channels.
Wed, 01 Jan 2014 22:17:01 +0000 cehoyos Set audio channel_layout from container when using FFmpeg decoder.
Sat, 26 Oct 2013 08:30:29 +0000 reimar Add ARM NEON optimization of common channel interleave cases.
Wed, 16 Oct 2013 17:20:31 +0000 reimar ad_ffmpeg: fix commit fixing sample rate changes to actually work.
Tue, 15 Oct 2013 18:44:08 +0000 reimar Handle files with sample rate changes correctly.
Tue, 12 Mar 2013 21:46:01 +0000 cehoyos Define AVCODEC_MAX_AUDIO_FRAME_SIZE.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Wed, 21 Nov 2012 12:02:52 +0000 upsuper Use size_t instead of unsigned in address arithmetic.
Wed, 21 Nov 2012 11:37:24 +0000 upsuper Add missing break.
Mon, 05 Nov 2012 21:02:38 +0000 reimar Fix potential NULL dereference.
Thu, 04 Oct 2012 18:04:42 +0000 cigaes ad_ffmpeg: basic support for planar formats.
Sat, 24 Mar 2012 20:24:44 +0000 reimar AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on
Fri, 03 Feb 2012 20:33:32 +0000 reimar Fix format string for -a52drc option.
Sat, 28 Jan 2012 12:15:38 +0000 reimar Fix avcodec_open2 options argument.
Sat, 28 Jan 2012 10:40:55 +0000 reimar Use AVDictionary to set some special options.
Sat, 27 Aug 2011 11:02:04 +0000 reimar Updated usage of some deprecated functions in FFmpeg audio decoder.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
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.
Tue, 20 Apr 2010 20:22:49 +0000 reimar Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Fri, 15 Jan 2010 21:01:31 +0000 reimar We only need to disable seeking back in ad_ffmpeg when we actually _use_
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Sat, 28 Nov 2009 18:01:54 +0000 attila when using -v, print also which lavc codec has been used, not
Sun, 22 Nov 2009 13:14:39 +0000 reimar Switch ad_ffmpeg to avcodec_decode_audio3
Sun, 22 Nov 2009 13:08:43 +0000 reimar Remove unused variable.
Wed, 04 Nov 2009 00:54:46 +0000 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
Wed, 23 Sep 2009 19:21:38 +0000 reimar Make sure avctx->codec_type and codec_id are set, since libavcodec
Wed, 26 Aug 2009 19:06:14 +0000 reimar Reindent
Wed, 26 Aug 2009 19:05:36 +0000 reimar Retry deciding to get audio parameters several times on errors, this avoids
Tue, 18 Aug 2009 22:24:36 +0000 tack Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 12 Apr 2009 21:28:45 +0000 diego Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,
Wed, 18 Mar 2009 12:50:17 +0000 reimar Support FFmpeg codecs that decode to other formats than S16.
Thu, 09 Oct 2008 07:46:20 +0000 ulion Fix channel order for ffmpeg flac codec.
Mon, 08 Sep 2008 17:02:32 +0000 uau Fix compilation after libavcodec major version 52 changes
Sat, 07 Jun 2008 12:57:36 +0000 ulion rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
Wed, 05 Mar 2008 02:46:50 +0000 ulion Fix ffvorbis decoder's output channel order with channel reordering function.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Mon, 10 Dec 2007 16:53:30 +0000 ulion Fix all current known multi-channel wrong order problems by adding
Mon, 27 Aug 2007 15:51:04 +0000 reimar Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wf
Thu, 23 Aug 2007 20:29:57 +0000 reimar Use new request_channels