log libmpcodecs/ae_lavc.c @ 34172:5761a9a31bcb

age author description
Sun, 23 Oct 2011 12:12:43 +0000 reimar Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
Sat, 27 Aug 2011 11:04:53 +0000 reimar Only use non-deprecated code in lavc encoders.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sun, 12 Jun 2011 00:28:51 +0000 reimar Pass "native" filter chain sample format to audio encoder.
Sun, 12 Jun 2011 00:04:43 +0000 reimar Remove outdated message.
Sun, 12 Jun 2011 00:03:35 +0000 reimar Fix encoding to formats taking input other than 16 bits per sample.
Sat, 11 Jun 2011 23:36:52 +0000 reimar Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
Sun, 27 Mar 2011 21:25:58 +0000 cehoyos Cosmetics: Fix typo.
Sun, 27 Mar 2011 10:24:11 +0000 reimar Warn when audio encoder requires an input format different from S16,
Tue, 01 Mar 2011 21:50:57 +0000 reimar Start adding support for lavc audio encoders that use other formats
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Sat, 01 Jan 2011 19:39:19 +0000 reimar Set sample_fmt before trying to open an audio codec.
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Wed, 08 Sep 2010 19:51:57 +0000 diego Move lavc_param_* extern declarations to ve.h.
Wed, 08 Sep 2010 19:40:20 +0000 diego Replace mp_wav_taglists extern declaration by proper #include.
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sat, 10 Jul 2010 07:25:44 +0000 reimar Make it possible to set all options for lavc audio encoder.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Fri, 25 Sep 2009 09:43:59 +0000 reimar Set codec_type and codec_id in codec context for lavc encoders.
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, 15 Mar 2009 16:37:06 +0000 reimar Avoid ridiculously small decode_buffer_size (e.g. 4 with acodec=pcm_s16le)
Sat, 21 Feb 2009 21:03:57 +0000 diego Set time_base to 1/samplerate, like FFmpeg does, instead of leaving it at the
Sat, 20 Dec 2008 10:18:15 +0000 reimar Fix imaadpcm extradata with lavc encoder.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
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