log libmpcodecs/ad_ffmpeg.c @ 17096:c7f6ba8fb63c

age author description
Mon, 01 Aug 2005 20:16:56 +0000 al Support new static libavcodec (depends on libavutil).
Sun, 06 Mar 2005 17:55:31 +0000 rtognimp alac support via lavc decoder
Tue, 01 Feb 2005 19:19:40 +0000 alex pass wave extradata to the codec..
Sat, 08 Jan 2005 19:16:21 +0000 reimar change malloc and free to av_ variants where needed.
Tue, 21 Sep 2004 20:34:47 +0000 reimar setting samplesize to 2 in decoders where neccessary.
Tue, 06 Apr 2004 16:15:57 +0000 alex inttypes
Wed, 18 Feb 2004 15:23:41 +0000 michael flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
Sat, 08 Mar 2003 02:05:14 +0000 michael merging fourcc with codec_tag
Sat, 28 Dec 2002 00:40:11 +0000 arpi ffmp2 (with mpeg files) sig11 fixed
Mon, 04 Nov 2002 23:15:01 +0000 rtognimp Fix stereo MACE files
Mon, 04 Nov 2002 18:46:53 +0000 arpi MACE fix
Tue, 29 Oct 2002 16:40:45 +0000 alex 10l - fixed wma version misdetection
Mon, 28 Oct 2002 00:40:42 +0000 arpi pass extradata to the codec
Sat, 31 Aug 2002 13:09:23 +0000 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Wed, 14 Aug 2002 21:43:49 +0000 arpi dynamic libavcodec.so support updated by
Wed, 03 Apr 2002 21:01:15 +0000 arpi removed useless contect struct -> code simplified
Mon, 01 Apr 2002 13:10:03 +0000 alex using sh->context
Mon, 25 Mar 2002 22:03:33 +0000 arpi argh... Nick messed up driver names too
Mon, 25 Mar 2002 21:06:01 +0000 arpi imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added