Commit Graph

75 Commits

Author SHA1 Message Date
Johns 6dfa88aecf Preparations for new ffmpeg VDPAU API. 2015-11-03 11:39:41 +01:00
Johns 5dc5601576 Fix comment spelling. 2015-10-01 15:46:38 +02:00
Johns 396d5fac05 Fix bug: wrong version number check for av_frame_alloc(), ... 2015-06-19 01:06:52 +02:00
Johns f0d31ad33c Fixed typing error. 2015-04-22 12:35:42 +02:00
Johns e0f4a99b99 Workaround for ffmpeg 2.6 artifacts. 2015-04-22 12:14:15 +02:00
jinx 73ce4ba803 Enable toggle AC3 downmix. 2015-02-16 10:02:27 +01:00
Johns 8b7402a397 Support ffmpeg new AVFrame API in the audio codec. 2014-08-13 12:04:39 +02:00
Johns 37f409cb9a Use GCC built-in functions for atomic operations. 2014-06-25 15:17:00 +02:00
Johns ac7672053a Fix out of sync with ffmpeg >= 2.2.
This workaround for some special ffmpeg versions, conflicts with latest ffmpeg.
2014-05-30 10:18:20 +02:00
Johns 42bbb763fd Fix compile with newer libav. 2014-02-27 14:20:25 +01:00
Johns d8e96c7871 Generalize GetVaapiContext to GetHwAccelContext. 2013-08-03 17:27:52 +02:00
Johns 171a3f4dc9 Fix bug #1410: wrong spelled AC-3 and E-AC-3. 2013-07-26 16:55:33 +02:00
Johns c646007db1 Use ffmpeg new names AVCodecID, AV_CODEC_... . 2013-07-18 17:08:47 +02:00
Johns 238224efc8 Better to unlock after the free and zero. 2013-04-10 15:04:09 +02:00
Johns 7db63875d0 Adds optional only complete mpeg packets support. 2013-03-06 10:30:27 +01:00
Johns 746746d5b7 Workaround for ffmpeg 1.1.2 bug. 2013-02-25 16:32:52 +01:00
Johns 7b2caac901 Fix bug: still old CodecPassthroughAC3 used. 2013-02-12 22:03:52 +01:00
Johns 54255e7b57 Try to use HBR (High Bit-Rate) for EAC3. 2013-02-11 23:40:09 +01:00
Johns 2cd667fb44 Improved pass-through (PCM+EAC3) support. 2013-02-11 16:53:51 +01:00
Johns d4535a34c9 Fix xcb deadlock while closing PIP decoder.
Close video decoder from inside the decoder thread,
otherwise xcb hangs in a lock.
2013-02-07 16:54:16 +01:00
Johns 8b22585748 Never trust the docs: fix ffmpeg downsample. 2013-01-26 00:18:59 +01:00
Johns f9998e7664 Add audio compatibility with >=ffmpeg 1.1. 2013-01-24 21:42:39 +01:00
Johns 04286fb2ad Add video compatibility with >=ffmpeg 1.1. 2013-01-23 21:54:56 +01:00
Johns 6e9e641453 Comment how to change the error recognition. 2012-10-30 12:11:25 +01:00
Johns 30952face4 Fix bug #1089: vdpau wrong number of mpeg refs. 2012-10-24 15:38:09 +02:00
Johns e9fbe6b54f Need get_format for software decoder. 2012-08-17 10:35:52 +02:00
Johns c07ec82e6d Fix bug: Can't use software decoder with VDPAU. 2012-08-13 16:57:36 +02:00
Johns 15583a79c4 FreeBSD compatibility fix. 2012-07-09 17:17:16 +02:00
Johns 2d6d151b85 Fix compiler warnings. 2012-07-05 23:59:28 +02:00
Johns a2311748ca Removed gcc 4.6 warnings.
avcodec_flush_buffers crash fix.
2012-06-22 19:28:48 +02:00
Johns d26c34f34f Always compile audio drift correction.
Add audio drift correction configuration to the setup.
2012-04-20 18:28:25 +02:00
Johns 79e78bf235 Show black picture, if no video stream available.
New audio ring code.
New audio filters (first part).
2012-04-17 16:45:27 +02:00
Johns 7b570c507c Cleanups. 2012-03-12 17:58:19 +01:00
Johns 1acdeee913 Adds ffmpeg 0.8.7 bug workaround:
Single nal end seq aren't consumed and an endless loop entered.
2012-03-09 21:47:06 +01:00
Johns 7931909e28 Workaround should be for abs. 2012-03-06 15:39:29 +01:00
Johns d6c6818ecf Workaround for av_resample_compensate ffmpeg bug.
FFmpeg commit a67cb012e6947fb238193afc0f18114f6e20818c or
1b9ca38d9d06d319fffd61d27e4eb385d6572ba8 breaks av_resample_compensate.
Only big sample_delta compensation_distance ratios are now working.
2012-03-05 20:38:43 +01:00
Johns 7e1a42f7ed Experimental ac3 audio drift correction support. 2012-03-03 16:45:59 +01:00
Johns 5aa868c296 Don't change correction value during pass-through. 2012-02-29 17:40:58 +01:00
Johns 43b48224b5 Improved audio drift correction support. 2012-02-29 16:35:49 +01:00
Johns 144f22314f Experimental audio drift correction support. 2012-02-27 23:13:53 +01:00
Johns e977007dd3 Removed old cruft. 2012-02-26 14:30:46 +01:00
Johns b2cab00599 Remove AVDictionary. 2012-02-24 18:16:24 +01:00
Johns 762959fbb4 Only a single frame is supported. 2012-02-24 15:38:04 +01:00
Johns 2f869884ba Support downmix of AC-3 to stero. 2012-02-21 22:36:10 +01:00
Johns 5d8dea1b6b New audio PES handling.
New easier and more flexible audio PES packet parser, which includes own
codec parser.
Removed av_parser use.
Reduced audio buffer time, faster channel switch.
New audio transport stream parser (not enabled as default).
2012-02-21 20:55:28 +01:00
Johns 807b4df381 Release Version 0.4.7. 2012-02-13 23:21:11 +01:00
Johns 24a065e5de Fix bug: audible glitch toggling AC-3 pass-through 2012-02-12 17:50:10 +01:00
Johns a91533f6d1 Detect audio stream type only after stream switch. 2012-02-11 18:22:48 +01:00
Johns ced54a5cf1 Fix bug: LFE moved to wrong position. 2012-02-09 00:46:02 +01:00
Johns 918170d00b Add support for AAC LATM audio streams. 2012-02-08 15:19:18 +01:00