| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: Make CFR frame drop threshold user adjustable | Michael Niedermayer | 2015-02-04 | 1 | -1/+3 |
* | ffmpeg: remove unused header | Paul B Mahol | 2015-01-30 | 1 | -2/+0 |
* | ffmpeg: free_input_threads requires HAVE_PTHREADS | Christophe Gisquet | 2015-01-30 | 1 | -1/+2 |
* | ffmpeg: allow overriding and amending AVStream->disposition | Michael Niedermayer | 2015-01-25 | 1 | -0/+32 |
* | ffmpeg: Reduce noisiness of frame clipping in rate convertion | Michael Niedermayer | 2015-01-19 | 1 | -1/+4 |
* | ffmpeg: Favor filter graph based duration over ost->frame_rate in fps code | Michael Niedermayer | 2015-01-19 | 1 | -7/+4 |
* | Fix precission typos | Michael Niedermayer | 2015-01-16 | 1 | -1/+1 |
* | ffmpeg: Use filter graph output frame rate also for frame duration estimation | Michael Niedermayer | 2015-01-16 | 1 | -0/+8 |
* | ffmpeg: Maintain higher precision pts between video filter and fps code | Michael Niedermayer | 2015-01-16 | 1 | -6/+18 |
* | ffmpeg: drop redundant frame_pts value | Michael Niedermayer | 2015-01-16 | 1 | -5/+2 |
* | ffmpeg: improve data stream support | Anshul Maheshwari | 2015-01-16 | 1 | -0/+2 |
* | ffmpeg: Add bitrate value under -progress action | raxon1s | 2015-01-16 | 1 | -4/+9 |
* | ffmpeg: remove unneeded NULL pointer check | Michael Niedermayer | 2015-01-09 | 1 | -1/+1 |
* | ffmpeg: Clear error message array at init. | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | ffmpeg: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -4/+3 |
* | ffmpeg: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-28 | 1 | -2/+2 |
* | ffmpeg: add sdp_file option | Simon Thelen | 2014-12-28 | 1 | -6/+24 |
* | ffmpeg: Check for subtitle_out malloc failure | Michael Niedermayer | 2014-12-15 | 1 | -0/+4 |
* | ffmpeg: forward r_frame_rate to the muxer in case of stream copy | Michael Niedermayer | 2014-12-14 | 1 | -0/+1 |
* | ffmpeg: drop usage of coded_frame | Michael Niedermayer | 2014-12-03 | 1 | -4/+2 |
* | ffmpeg: take bsf arguments from the command line | Christophe Gisquet | 2014-11-30 | 1 | -1/+6 |
* | ffmpeg: Print a debug message if the frame parameters mismatch the context | Michael Niedermayer | 2014-11-27 | 1 | -0/+14 |
* | ffmpeg: skip duration cliping for passthrough & drop modes | Michael Niedermayer | 2014-11-19 | 1 | -7/+11 |
* | ffmpeg: Check duration for overlap and clip in fps cfr/vfr code | Michael Niedermayer | 2014-11-19 | 1 | -0/+7 |
* | ffmpeg: Use input packet duration in vfr/cfr code if available and valid | Michael Niedermayer | 2014-11-19 | 1 | -0/+8 |
* | ffmpeg: fix printed timestamp for droped frames | Michael Niedermayer | 2014-11-19 | 1 | -1/+1 |
* | ffmpeg: better CFR frame duplication selection | Michael Niedermayer | 2014-11-19 | 1 | -11/+33 |
* | ffmpeg: fix variable type for end char | Michael Niedermayer | 2014-11-19 | 1 | -1/+1 |
* | ffmpeg: Fix last newline at log level less than "info" | Michael Niedermayer | 2014-11-17 | 1 | -3/+3 |
* | Merge commit '88b32673db39440422a73ec3047d3326c96b4fb2' | Michael Niedermayer | 2014-10-24 | 1 | -0/+20 |
|\ |
|
* | | Merge commit 'd0c093021943e9b9c23528b12cd61ca2a5b01b4f' | Michael Niedermayer | 2014-10-24 | 1 | -1/+1 |
|\| |
|
* | | ffmpeg: avoid endlessly reading from one input while another is unavailable | Michael Niedermayer | 2014-10-22 | 1 | -2/+2 |
* | | Merge commit '59b55c494e01de09dfd7cbf9cbbe7223265ac283' | Michael Niedermayer | 2014-10-18 | 1 | -2/+1 |
|\| |
|
* | | Merge commit 'c92965dbfbb7e2b49df14db2fd0e23a29295730a' | Michael Niedermayer | 2014-10-17 | 1 | -2/+3 |
|\| |
|
* | | Merge commit '557d4c4ecae080729e68df54ed2bd8420d0f037a' | Michael Niedermayer | 2014-10-15 | 1 | -6/+6 |
|\| |
|
* | | ffmpeg: Fix stream copy with initial_padding | Michael Niedermayer | 2014-10-14 | 1 | -0/+3 |
* | | Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8' | Michael Niedermayer | 2014-09-27 | 1 | -9/+11 |
|\| |
|
* | | ffmpeg: replace impossible dts/pts combinations by a reasonable guess instead... | Michael Niedermayer | 2014-09-23 | 1 | -9/+11 |
* | | ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph ... | Michael Niedermayer | 2014-09-11 | 1 | -8/+0 |
* | | ffmpeg: Copy extradata if it has been initialized later from the encoder | Michael Niedermayer | 2014-09-07 | 1 | -0/+8 |
* | | ffmpeg: Enable compute_edt only when the subtitles are used for a output stre... | Michael Niedermayer | 2014-09-01 | 1 | -2/+6 |
* | | avcodec/dvbsubdec: make compute_edt user settable | Michael Niedermayer | 2014-09-01 | 1 | -1/+1 |
* | | ffmpeg: Fix missing {} in Stream to Packet side data code | Michael Niedermayer | 2014-08-28 | 1 | -1/+2 |
* | | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
* | | ffmpeg: remove 32 channel limit from audio_channels_map | Michael Niedermayer | 2014-08-15 | 1 | -0/+3 |
* | | ffmpeg: fix streamcopy with side data | Christophe Gisquet | 2014-08-15 | 1 | -0/+2 |
* | | Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d' | Michael Niedermayer | 2014-08-14 | 1 | -4/+4 |
|\| |
|
* | | ffmpeg: Do not fail if a demuxer and decoder use the same option identifer | Michael Niedermayer | 2014-08-04 | 1 | -0/+9 |
* | | ffmpeg: Fix copying timebase to muxer context | Michael Niedermayer | 2014-07-15 | 1 | -1/+1 |