summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: Remove redundant null checkMichael Niedermayer2017-02-06
* ffmpeg: Add a missing line break when requesting a sample.Carl Eugen Hoyos2017-02-02
* ffmpeg.c: Add output file index and stream index to vstats file.Sasi Inguva2017-01-27
* ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp2017-01-19
* ffmpeg: Add -time_base option to hint the time baseMichael Bradshaw2017-01-14
* ffmpeg: use buffersink accessors.Nicolas George2017-01-12
* ffmpeg: remove stop_encoding variable and related code, it is dead / unused codeMichael Niedermayer2016-12-28
* ffmpeg: Check avcodec_parameters_to_context() for failureMichael Niedermayer2016-12-26
* ffmpeg: assert return value is initializedTobias Rapp2016-12-01
* ffmpeg: factor out sending frame to filtersClément Bœsch2016-11-18
* ffmpeg: remove dead code out of the video filter loopClément Bœsch2016-11-18
* Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'Hendrik Leppkes2016-11-14
|\
* | Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes2016-11-13
|\|
* | Merge commit 'ba7397baef796ca3991fe1c921bc91054407c48b'Hendrik Leppkes2016-11-13
|\|
* | ffmpeg: add newline to avformat_write_header error messageMarton Balint2016-11-13
* | ffmpeg: don't overwrite av_bsf_receive_packet return value before checking itJames Almer2016-11-05
* | ffmpeg: Warn if thousands of frames are duplicated.Carl Eugen Hoyos2016-11-04
* | ffmpeg: Fix bsf corrupting merged side dataMichael Niedermayer2016-11-04
* | Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes2016-11-03
|\|
* | doc: fix spelling errorsAndreas Cadhalpun2016-10-21
* | ffmpeg: remove unused ist parameter in do_subtitle_out()Clément Bœsch2016-10-16
* | ffmpeg: Use av_fifo_freep() to avoid stale pointersMichael Niedermayer2016-10-14
* | ffmpeg_cleanup: fix crash with unrecognized codecJames Zern2016-10-14
* | Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes2016-10-08
|\|
* | ffmpeg: explicitly write headers for files with no streamsHendrik Leppkes2016-10-07
* | Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'Hendrik Leppkes2016-10-07
|\|
* | Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes2016-10-07
|\|
* | ffmpeg: remove unused and errorneous AVFrame timestamp checkHendrik Leppkes2016-10-07
* | ffmpeg: don't reconfigure terminal if we're not taking input from stdinRodger Combs2016-10-06
* | ffmpeg: use new encode APIwm42016-10-01
* | ffmpeg: use new decode APIwm42016-10-01
* | ffmpeg: move subframe warning to libavcodecwm42016-10-01
* | ffmpeg: pass the hwaccel frames context to the decoderAnton Khirnov2016-09-29
* | Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'James Almer2016-09-28
|\|
* | ffmpeg: stop using AVStream.codec on stream copyJames Almer2016-09-27
* | ffmpeg: fix memleak of encoder options AVDictionary on failureJames Almer2016-09-25
* | ffmpeg: Fix bistream typosMichael Niedermayer2016-09-25
* | ffmpeg: switch to the new BSF APIClément Bœsch2016-09-24
* | ffmpeg: switch to codecparClément Bœsch2016-09-21
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-14
* | ffmpeg: copy trailing_padding when using -acodec copyJon Toohill2016-09-13
* | ffmpeg: fix broken indent/style in write_frameClément Bœsch2016-09-02
* | ffmpeg: fix -stream_loop with -reMarton Balint2016-08-28
* | ffmpeg: Do not set too large bits_per_raw_sample.Carl Eugen Hoyos2016-08-17
* | cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-08
* | Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer2016-08-06
|\|
* | Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'Timothy Gu2016-08-03
|\|
* | Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu2016-08-03
|\|
* | Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'Timothy Gu2016-08-03
|\|
* | ffmpeg.c: copy video profile when using stream_copyMark Reid2016-07-23