summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: Fix typos in the comment for decode() ("." vs. "->")Wan-Teh Chang2017-07-071-2/+2
* ffmpeg: Flush output BSFs when encode reaches EOFMark Thompson2017-06-241-11/+30
* ffmpeg: remove misleading and incorrect warning messageswm42017-06-201-14/+1
* ffmpeg: Generic device setupMark Thompson2017-06-141-0/+18
* ffmpeg: remove bsf extradata propagation hackJames Almer2017-05-241-19/+0
* ffmpeg: add enc_time_base optionerankor2017-05-101-2/+29
* ffmpeg: count packets when queuedMuhammad Faiz2017-05-031-18/+20
* ffmpeg: do not report EOF on filters as an error.Nicolas George2017-04-231-1/+2
* ff*: do not use AVFrame accessorMuhammad Faiz2017-04-231-5/+5
* ffmpeg; check return code of avcodec_send_frame when flushing encodersMarton Balint2017-04-221-3/+11
* ffmpeg: Clear fifo pointer on deallocationMichael Niedermayer2017-04-181-2/+2
* ffmpeg: use av_stream_new_side_data() in init_output_streamJames Almer2017-04-081-12/+4
* ffmpeg: use av_stream_new_side_data()James Almer2017-04-071-13/+4
* ffmpeg: Change duration to int64_tMichael Niedermayer2017-04-071-1/+1
* ffmpeg: make transcode_init_done atomic.Ronald S. Bultje2017-04-031-4/+5
* ffmpeg: Fix avframe memleakMichael Niedermayer2017-03-301-1/+3
* Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-301-1/+4
|\
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* | avformat, ffmpeg: deprecate old rotation APIwm42017-03-271-5/+36
* | ffmpeg: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* | Merge commit '27085d1b47c3741cc0fac284c916127c4066d049'Clément Bœsch2017-03-221-9/+25
|\ \ | |/
* | ffmpeg: Initialize two stack variables.Carl Eugen Hoyos2017-03-211-2/+2
* | ffmpeg: don't unnecessarily use a deprecated API functionwm42017-03-211-3/+0
* | 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
OpenPOWER on IntegriCloud