Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This workaround for some special ffmpeg versions, conflicts with latest ffmpeg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Close video decoder from inside the decoder thread,
otherwise xcb hangs in a lock.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
avcodec_flush_buffers crash fix.
|
|
Add audio drift correction configuration to the setup.
|
|
New audio ring code.
New audio filters (first part).
|
|
|
|
Single nal end seq aren't consumed and an endless loop entered.
|
|
|
|
FFmpeg commit a67cb012e6947fb238193afc0f18114f6e20818c or
1b9ca38d9d06d319fffd61d27e4eb385d6572ba8 breaks av_resample_compensate.
Only big sample_delta compensation_distance ratios are now working.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|