log

age author description
Sat, 21 Sep 2013 00:03:09 +0000 cehoyos Do not try to build FFmpeg protocols depending on external libraries.
Thu, 19 Sep 2013 17:54:59 +0000 reimar Fix possible crash when mpi is NULL.
Mon, 16 Sep 2013 18:35:46 +0000 reimar Add hack/workaround for FFmpeg offering pixfmts not valid
Mon, 16 Sep 2013 01:46:25 +0000 compn codecs.conf: ffg7231 decodes vivo 7231 in asf and viv
Sun, 15 Sep 2013 20:45:55 +0000 reimar Fix compilation when VDPAU is disabled.
Sun, 15 Sep 2013 11:34:54 +0000 reimar Restore VDPAU codecs using non-hwaccel interface with "old" suffix.
Sun, 15 Sep 2013 11:29:03 +0000 reimar Restore support for old-style VDPAU.
Sat, 14 Sep 2013 10:57:24 +0000 cehoyos Do not suppress FFmpeg deprecated warnings with pragma.
Mon, 09 Sep 2013 19:40:56 +0000 reimar Disable UNIX protocol when not supported.
Tue, 03 Sep 2013 20:36:41 +0000 reimar Support ffmpeg://dummy:// in muxer_lavf.
Tue, 03 Sep 2013 20:28:25 +0000 reimar Quick hack to allow using ffmpeg's image2 demuxer.
Tue, 03 Sep 2013 20:05:29 +0000 reimar muxer_lavf: partially support formats creating files own their own.
Tue, 03 Sep 2013 20:05:28 +0000 reimar ve_lavc: simplify and support more colorspace formats.
Tue, 03 Sep 2013 13:03:35 +0000 compn codecs.conf: add 0x64 to g726, works on g726-test1.wav
Sat, 31 Aug 2013 06:49:56 +0000 reimar avidemux: try reading ODML index if the default one is
Fri, 30 Aug 2013 19:41:38 +0000 reimar libmad: try decoding buffered data after EOF.
Fri, 30 Aug 2013 19:41:37 +0000 reimar ad_libmad: simplify code a bit.
Fri, 30 Aug 2013 19:25:11 +0000 reimar Fix channel reordering for ac3_fixed encoder.
Sun, 25 Aug 2013 17:57:25 +0000 reimar Support -alang and -slang for bluray://
Sun, 25 Aug 2013 17:23:22 +0000 reimar Fix disabling subtitles by switching through them.
Sun, 25 Aug 2013 11:30:45 +0000 reimar Quick an inefficient hack to enable planar encoding.
Sun, 25 Aug 2013 11:30:43 +0000 reimar Extract audio encoding code into a separate helper function.
Sun, 25 Aug 2013 11:30:42 +0000 reimar lavcac3enc: avoid code duplication.
Wed, 21 Aug 2013 18:08:37 +0000 reimar Avoid reinitializing VDPAU on e.g. simple aspect changes.
Wed, 21 Aug 2013 18:08:25 +0000 michael configure: add config_exif for ffmpeg
Thu, 15 Aug 2013 19:43:30 +0000 reimar Add define to reduce warnings.
Wed, 14 Aug 2013 16:54:11 +0000 reimar Leave it to FFmpeg to disable multithreading with hwaccel.
Wed, 14 Aug 2013 10:21:30 +0000 al vo png: Error handling and clean up
Wed, 14 Aug 2013 10:16:46 +0000 al vo png: Switch to avcodec_encode_video2
Tue, 13 Aug 2013 20:45:51 +0000 reimar Extract some setup code into a separate function.