log libmpcodecs/vd_ffmpeg.c @ 36353:46bc86e725af

age author description
Mon, 16 Sep 2013 18:35:46 +0000 reimar Add hack/workaround for FFmpeg offering pixfmts not valid
Sun, 15 Sep 2013 20:45:55 +0000 reimar Fix compilation when VDPAU is disabled.
Sun, 15 Sep 2013 11:29:03 +0000 reimar Restore support for old-style VDPAU.
Wed, 14 Aug 2013 16:54:11 +0000 reimar Leave it to FFmpeg to disable multithreading with hwaccel.
Tue, 13 Aug 2013 20:45:51 +0000 reimar Extract some setup code into a separate function.
Mon, 12 Aug 2013 19:56:34 +0000 reimar Fix a possible crash when DRI failed.
Sun, 11 Aug 2013 18:28:58 +0000 reimar Make VDPAU support work again with latest FFmpeg.
Fri, 09 Aug 2013 20:10:54 +0000 reimar Const correctness fix.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Wed, 07 Aug 2013 18:21:06 +0000 reimar Factor out some common code.
Tue, 07 May 2013 20:39:14 +0000 reimar Split init_vo and call only the necessary part from get_buffer.
Sun, 05 May 2013 07:27:33 +0000 reimar Update calculation of allocation size for direct rendering.
Sun, 05 May 2013 07:27:32 +0000 reimar Less strict check for width/height.
Sun, 05 May 2013 07:27:31 +0000 reimar Remove pointless cast.
Sun, 05 May 2013 07:27:29 +0000 reimar Add more information to error message.
Fri, 05 Apr 2013 14:24:54 +0000 reimar Ensure we call init_vo at the end of get_format to ensure the vo is properly initialized.
Fri, 05 Apr 2013 13:46:51 +0000 reimar Detect invalid data from FFmpeg.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Tue, 12 Mar 2013 21:37:44 +0000 cehoyos Do not set AVCodecContext->sub_id: It does not exist anymore.
Sun, 03 Feb 2013 18:42:56 +0000 reimar Correctly disable dr for H.264.
Mon, 21 Jan 2013 23:05:14 +0000 diego vd_ffmpeg: Define potentially unavailable error resilience values
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Sun, 20 Jan 2013 18:18:33 +0000 diego Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
Mon, 24 Dec 2012 14:22:46 +0000 reimar Disable direct rendering for non-ref frames only again, it still
Mon, 05 Nov 2012 21:37:25 +0000 reimar Check for NULL before using the pointer.
Sat, 29 Sep 2012 20:16:48 +0000 reimar Quick fix for slices not working with some filter combinations.
Fri, 31 Aug 2012 20:08:44 +0000 reimar Detect broken mpi usage count also in decoder.
Thu, 23 Aug 2012 18:20:47 +0000 cehoyos Direct rendering with FFmpeg lagarith decoder works fine.
Sun, 12 Aug 2012 18:15:13 +0000 reimar Re-enable nonref DR again.
Sat, 21 Jul 2012 11:02:50 +0000 reimar Set AV_PKT_FLAG_KEY correctly based on demuxer keyframe flag.
Sat, 14 Jul 2012 11:37:22 +0000 reimar Initialize a few more AVFrame fields to avoid FFmpeg errors.
Tue, 12 Jun 2012 17:55:52 +0000 reimar Fix swapped condition in previous commit.
Tue, 12 Jun 2012 17:49:49 +0000 reimar Fix skip_frame condition, AVDISCARD_DEFAULT is not the same
Sat, 02 Jun 2012 15:00:52 +0000 reimar Temporarily disable nonref_dr until release, it is still too unreliable
Mon, 21 May 2012 20:00:03 +0000 reimar Only try to get a "numbered" mpi for nonref DR.
Mon, 21 May 2012 19:59:58 +0000 reimar Change MP_IMGTYPE_NUMBERED semantics.
Thu, 17 May 2012 21:45:24 +0000 reimar Fix hardware-acceleration broken by nonref_dr support.
Wed, 16 May 2012 14:27:55 +0000 reimar Do not keep b_count/ip_count stuck at large numbers.
Tue, 15 May 2012 21:18:39 +0000 reimar Do not return void type and remove broken duplicate code.
Tue, 15 May 2012 21:18:37 +0000 reimar Do not provide multiple B-frames for direct rendering.
Tue, 15 May 2012 17:54:31 +0000 reimar Fix direct rendering for H.264.
Mon, 14 May 2012 18:11:24 +0000 reimar Allow direct rendering for non-reference frames in H.264.
Sun, 06 May 2012 08:44:28 +0000 reimar Fix A-V desync with skipframe and H.264.
Sun, 15 Apr 2012 15:25:26 +0000 reimar Allow using up to 16 threads, that should be the maximum safe value.
Sun, 15 Apr 2012 15:01:09 +0000 reimar Decode last frames for codecs with delay.
Sat, 28 Jan 2012 13:59:17 +0000 reimar Translate level-based to flag-based error recognition values.
Sat, 28 Jan 2012 10:44:08 +0000 reimar Remove some nonsensical uses of CODEC_FLAG_PART.
Sat, 28 Jan 2012 10:40:55 +0000 reimar Use AVDictionary to set some special options.
Sat, 28 Jan 2012 10:32:49 +0000 reimar palctrl exists no longer and has been unused a long time,
Sat, 28 Jan 2012 10:31:24 +0000 reimar Switch to using AV_PICTURE_TYPE.
Sat, 28 Jan 2012 10:28:45 +0000 reimar Remove unused AVFrame "age" handling code.
Tue, 06 Dec 2011 19:59:16 +0000 reimar Try harder to extract a sensible palette from extradata.
Mon, 05 Dec 2011 18:08:29 +0000 reimar Discard frames where the size does not match the AVCodecContext width/height.
Sat, 03 Dec 2011 22:29:25 +0000 cboesch vd_ffmpeg: fix comment typo (sepcified вк specified)
Sat, 03 Dec 2011 18:43:54 +0000 reimar Finally apply forgotten patch to fix VDCTRL_QUERY_UNSEEN_FRAMES result for vd_ffmpeg.
Wed, 09 Nov 2011 01:41:44 +0000 diego vd_ffmpeg: Conditionally declare lavc_param_wait_keyframe to fix warning.
Tue, 08 Nov 2011 20:24:35 +0000 reimar Detect codecs requiring too many references for DR also when they
Sun, 06 Nov 2011 00:26:16 +0000 reimar Do not create a 0-sized palette side data from extradata.
Sat, 05 Nov 2011 23:12:16 +0000 reimar RoQ decoder seems to work fine with DR.
Sat, 05 Nov 2011 19:11:21 +0000 reimar Improve support for reget_buffer, this fixes DR1 with C93 FFmpeg decoder.