summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: set the encoding framerate when the output is CFRAnton Khirnov2017-03-171-0/+2
* Merge commit 'e46a6fb7732a7caef97a916a4f765ec0f779d195'Clément Bœsch2017-03-151-5/+7
|\
* \ Merge commit 'b0f36a0043d76436cc7ab8ff92ab99c94595d3c0'Clément Bœsch2017-03-121-0/+3
|\ \ | |/
* | ffmpeg: remove unnecessary hack for decoders which refuse to drainwm42017-03-061-6/+0
* | ffmpeg: delay processing of subtitles before filters are initializedwm42017-03-031-3/+28
* | ffmpeg_cuvid: adapt for recent filter graph initialization changesTimo Rothenpieler2017-03-031-13/+0
* | ffmpeg: restructure sending EOF to filtersAnton Khirnov2017-03-031-11/+32
* | ffmpeg: move flushing the queued frames to configure_filtergraph()Anton Khirnov2017-03-031-11/+0
* | ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov2017-03-031-123/+215
* | ffmpeg: do packet ts rescaling in write_packet()Anton Khirnov2017-03-031-20/+31
* | ffmpeg: make sure packets put into the muxing FIFO are refcountedwm42017-03-031-2/+5
* | ffmpeg: Add a linebreak to an error message.Carl Eugen Hoyos2017-02-271-1/+1
* | ffmpeg: Remove redundant null checkMichael Niedermayer2017-02-061-1/+1
* | ffmpeg: Add a missing line break when requesting a sample.Carl Eugen Hoyos2017-02-021-1/+1
* | ffmpeg.c: Add output file index and stream index to vstats file.Sasi Inguva2017-01-271-2/+7
* | ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp2017-01-191-0/+9
* | ffmpeg: Add -time_base option to hint the time baseMichael Bradshaw2017-01-141-2/+4
* | ffmpeg: use buffersink accessors.Nicolas George2017-01-121-22/+24
* | ffmpeg: remove stop_encoding variable and related code, it is dead / unused codeMichael Niedermayer2016-12-281-9/+2
* | ffmpeg: Check avcodec_parameters_to_context() for failureMichael Niedermayer2016-12-261-2/+3
* | ffmpeg: assert return value is initializedTobias Rapp2016-12-011-0/+1
* | ffmpeg: factor out sending frame to filtersClément Bœsch2016-11-181-34/+30
* | ffmpeg: remove dead code out of the video filter loopClément Bœsch2016-11-181-5/+0
* | Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'Hendrik Leppkes2016-11-141-56/+10
|\ \ | |/
* | Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes2016-11-131-0/+3
|\ \ | |/
* | Merge commit 'ba7397baef796ca3991fe1c921bc91054407c48b'Hendrik Leppkes2016-11-131-309/+317
|\ \ | |/
* | ffmpeg: add newline to avformat_write_header error messageMarton Balint2016-11-131-1/+1
* | ffmpeg: don't overwrite av_bsf_receive_packet return value before checking itJames Almer2016-11-051-6/+6
* | ffmpeg: Warn if thousands of frames are duplicated.Carl Eugen Hoyos2016-11-041-0/+5
* | ffmpeg: Fix bsf corrupting merged side dataMichael Niedermayer2016-11-041-0/+1
* | Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes2016-11-031-0/+32
|\ \ | |/
* | doc: fix spelling errorsAndreas Cadhalpun2016-10-211-1/+1
* | ffmpeg: remove unused ist parameter in do_subtitle_out()Clément Bœsch2016-10-161-2/+1
* | ffmpeg: Use av_fifo_freep() to avoid stale pointersMichael Niedermayer2016-10-141-1/+1
* | ffmpeg_cleanup: fix crash with unrecognized codecJames Zern2016-10-141-1/+1
* | Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes2016-10-081-22/+62
|\ \ | |/
* | ffmpeg: explicitly write headers for files with no streamsHendrik Leppkes2016-10-071-0/+10
* | Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'Hendrik Leppkes2016-10-071-31/+60
|\ \ | |/
* | Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-071-2/+1
|\ \ | |/
* | ffmpeg: remove unused and errorneous AVFrame timestamp checkHendrik Leppkes2016-10-071-6/+1
* | ffmpeg: don't reconfigure terminal if we're not taking input from stdinRodger Combs2016-10-061-3/+1
* | ffmpeg: use new encode APIwm42016-10-011-25/+46
* | ffmpeg: use new decode APIwm42016-10-011-52/+126
* | ffmpeg: move subframe warning to libavcodecwm42016-10-011-7/+0
* | ffmpeg: pass the hwaccel frames context to the decoderAnton Khirnov2016-09-291-0/+7
* | Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'James Almer2016-09-281-145/+158
|\ \ | |/
* | ffmpeg: stop using AVStream.codec on stream copyJames Almer2016-09-271-13/+12
* | ffmpeg: fix memleak of encoder options AVDictionary on failureJames Almer2016-09-251-0/+1
* | ffmpeg: Fix bistream typosMichael Niedermayer2016-09-251-1/+1
* | ffmpeg: switch to the new BSF APIClément Bœsch2016-09-241-37/+117
OpenPOWER on IntegriCloud