Sun, 22 Dec 2013 20:36:52 +0000 |
reimar |
Only update aspect when there was an actual change.
|
Tue, 19 Nov 2013 18:10:47 +0000 |
reimar |
Avoid resetting fields when we will never have set them in the first place.
|
Sat, 16 Nov 2013 23:23:46 +0000 |
reimar |
Code changes to avoid additional unnecessary re-inits.
|
Sat, 16 Nov 2013 08:10:04 +0000 |
reimar |
Display messages that can be confusing only with -v.
|
Sat, 16 Nov 2013 08:07:08 +0000 |
reimar |
Avoid message spam by not trying formats that will not work.
|
Sat, 16 Nov 2013 07:54:17 +0000 |
reimar |
Fix hardware acceleration notification for VDPAU.
|
Sat, 16 Nov 2013 07:37:32 +0000 |
reimar |
Try enabling DR for FFmpeg VP8 decoder.
|
Fri, 25 Oct 2013 19:59:58 +0000 |
reimar |
vd_ffmpeg: disable DR also for HEVC.
|
Wed, 16 Oct 2013 17:47:16 +0000 |
reimar |
vd_ffmpeg: catch invalid aspect from FFmpeg.
|
Tue, 15 Oct 2013 18:44:09 +0000 |
reimar |
Set skip_alpha, we currently have no use for alpha values.
|
Sun, 22 Sep 2013 08:34:08 +0000 |
reimar |
Fix a few memleaks.
|
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
|
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().
|