Commit Graph

256 Commits

Author SHA1 Message Date
Johns acc35fe30c Video cleanup.
Add noop video output module.
Move VideoThread check into lock/unlock functions.
Add support for choosing video output module.
2012-03-07 15:31:43 +01:00
Johns ee5804fed7 Handle snd_pcm_wait timeouts. 2012-03-07 15:13:07 +01:00
Johns 1cbaddf75c Need extra space in ring buffer for sequence end. 2012-03-06 18:37:40 +01:00
Johns 226760490b VADisplayAttribDirectSurface removed. 2012-03-06 16:56:26 +01:00
Johns 7931909e28 Workaround should be for abs. 2012-03-06 15:39:29 +01:00
Johns 129c139ed7 Fix fast backward with some h264 streams. 2012-03-06 15:38:30 +01:00
Johns 340816d763 Make soft start sync setup menu configurable. 2012-03-06 12:16:47 +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 181a0bb372 Move grab unsupported warning to low-level. 2012-03-05 20:10:23 +01:00
Johns f2d4163899 Fix bug: NAL end of sequence is 10 and not 0x10.
Cleanup, remove old cruft.
Add support for pes recordings.
2012-03-05 20:05:56 +01:00
Johns 4cc98d7937 Move time-stamp printing to misc.h. 2012-03-05 17:34:10 +01:00
Johns 3812fa8d38 Fix bug: AudioEnqueue crash without sound card. 2012-03-05 15:06:46 +01:00
Johns da5c5cd5fd Version 0.4.9 released. 2012-03-04 22:36:14 +01:00
Johns 74a62e3649 Makes audio ts parser default. Suspend fixes. 2012-03-03 18:47:07 +01:00
Johns 7e1a42f7ed Experimental ac3 audio drift correction support. 2012-03-03 16:45:59 +01:00
Johns dda9011abc Removes LPCM detection from TS parser. 2012-03-03 16:11:38 +01:00
Johns de79e9211f Disabled audio drift correction as default. 2012-03-02 18:17:51 +01:00
Johns b0d9f41020 Rewrote video/audio start code. 2012-03-02 18:16:20 +01:00
Johns 4d1a516c80 Fix Bug: PES audio buffer not correct reset. 2012-03-02 16:06:45 +01:00
Johns 995f1286bd Fix attach. 2012-03-02 00:38:52 +01:00
Johns fd0ae12f24 Fix warning. 2012-03-02 00:28:53 +01:00
Johns db258a0fbd Detach/Attach on MakePrimaryDevice. 2012-03-02 00:22:08 +01:00
Johns 0df8e8a5fc Handle initial suspend mode like normal suspend. 2012-03-02 00:05:03 +01:00
Johns 6a28064dce Add support for attach/detach plugin. 2012-03-01 22:12:22 +01:00
Johns b5e9077c74 Increase AudioBufferTime for OSS. 2012-03-01 17:50:57 +01:00
Johns 3b4ace14cf Add ac3 to info message for pass-through. 2012-02-29 18:21:28 +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 51eb720265 VideoSetFullscreen needs X11 connection. 2012-02-26 20:54:31 +01:00
Johns e977007dd3 Removed old cruft. 2012-02-26 14:30:46 +01:00
Johns 769f00b4f6 Try to restart alsa after underrun. 2012-02-25 18:10:19 +01:00
Johns aa426cd8b2 Add SVDRP HOTK command support and cleanup. 2012-02-25 13:02:15 +01:00
Johns b2cab00599 Remove AVDictionary. 2012-02-24 18:16:24 +01:00
Johns b54d62ef35 Video background color documentation. 2012-02-24 15:42:32 +01:00
Johns 9b68248a3e Increased audio buffer time for PES packets. 2012-02-24 15:41:17 +01:00
Johns 762959fbb4 Only a single frame is supported. 2012-02-24 15:38:04 +01:00
Johns 07b426f2b5 Fix bug in new audio ts parser: hangup. 2012-02-24 15:22:26 +01:00
Johns 668a6ec277 Support configuration and set of video background. 2012-02-24 15:15:50 +01:00
Johns 82f61de117 Include GIT version, when build from git. 2012-02-23 23:33:00 +01:00
Johns 67e571f02b Survive lost X11 display. 2012-02-23 17:57:21 +01:00
Johns c17af0e958 Fix bug: 100% cpu use with plugins like mp3. 2012-02-23 15:32:43 +01:00
Johns 2561214c3e Info time should be 1 minute and not ~1 second. 2012-02-22 18:37:50 +01:00
Johns 7382bd60ff VA-API branch staging support. 2012-02-22 16:50:35 +01:00
Johns 73b93f1aba Makes A/V sync info time configurable. 2012-02-22 16:32:40 +01:00
Johns 0243b1c8a7 Fix bug: No OSD until valid video stream shown. 2012-02-22 15:10:47 +01:00
Johns 6ce760ccd8 60Hz display mode configurable with setup.conf. 2012-02-22 15:06:05 +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 1f232db5b4 Nicer debug output when clock out of range. 2012-02-19 22:45:29 +01:00