summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt2020-07-031-0/+1
* fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer2020-07-011-1/+2
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-07-081-2/+6
* ffmpeg: Fix bsf corrupting merged side dataMichael Niedermayer2016-11-171-0/+1
* 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
* | ffmpeg: switch to codecparClément Bœsch2016-09-211-107/+127
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch2016-09-141-48/+4
* | ffmpeg: copy trailing_padding when using -acodec copyJon Toohill2016-09-131-0/+1
* | ffmpeg: fix broken indent/style in write_frameClément Bœsch2016-09-021-22/+21
* | ffmpeg: fix -stream_loop with -reMarton Balint2016-08-281-0/+4
* | ffmpeg: Do not set too large bits_per_raw_sample.Carl Eugen Hoyos2016-08-171-1/+7
* | cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-081-0/+2
* | Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer2016-08-061-10/+0
|\ \ | |/
* | Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'Timothy Gu2016-08-031-1/+1
|\ \ | |/
* | Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu2016-08-031-5/+4
|\ \ | |/
* | Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'Timothy Gu2016-08-031-2/+2
|\ \ | |/
* | ffmpeg.c: copy video profile when using stream_copyMark Reid2016-07-231-0/+1
* | cosmetics: fix some misspelled wordsJames Almer2016-07-171-2/+2
* | ffmpeg: do not use deprecated AVSubtitleRect.pictClément Bœsch2016-06-251-3/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
* | ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler2016-06-101-0/+5
* | ffmpeg: Check that r_frame_rate is set before attempting to use itMichael Niedermayer2016-05-161-1/+2
* | ffmpeg: copy color properties in case of -c:v copy.Ronald S. Bultje2016-05-101-1/+5
* | Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis2016-05-081-0/+2
|\ \ | |/
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-0/+9
|\ \ | |/
* | vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-111-0/+1
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-111-0/+2
* | ffmpeg: set sub_text_format to ass (without timing) by defaultClément Bœsch2016-02-261-0/+2
* | Merge commit 'c15f6098b1b25689dd5e86aeb5ce69bc12efe1e1'Derek Buitenhuis2016-02-241-0/+6
|\ \ | |/
* | ffmpeg: init input streams before opening encodersMarton Balint2016-02-191-7/+7
* | ffmpeg: Check best_effort_timestamp after rescaleMichael Niedermayer2016-02-181-2/+6
* | ffmpeg: replace "flush Media" with "flush_media" in benchmark_all outputStefano Sabatini2016-01-291-3/+3