summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2'Hendrik Leppkes2016-01-191-1/+1
|\ \ | |/
* | Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2'Hendrik Leppkes2016-01-191-9/+5
|\ \ | |/
* | ffmpeg: fix sws_dict leak on error exitMichael Niedermayer2016-01-171-0/+2
* | ffmpeg: check fclose return valuesGanesh Ajjanagadde2016-01-071-3/+10
* | ffmpeg: replace log2 by av_log2Ganesh Ajjanagadde2016-01-061-1/+1
* | ffmpeg: check return value of avio_closep for progress reportGanesh Ajjanagadde2016-01-051-1/+4
* | ffmpeg: use lavf API for applying bitstream filtersRodger Combs2015-12-281-42/+4
* | Merge commit 'e63e3797a1ed9346f529848e6ba3d27fd2d2cc8d'Hendrik Leppkes2015-12-171-0/+22
|\ \ | |/
* | ffmpeg: add progress speed to status line and reportMoritz Barsnick2015-12-171-1/+14
* | ffmpeg: change command line option -dump to work without -loglevel debugTom Marecek2015-12-111-1/+1
* | ffmpeg: When streamcopying, only add the input seek position when copying tim...Simon Thelen2015-12-051-1/+1
* | ffmpeg: enable echoing with command and debug modesClément Bœsch2015-12-041-0/+18
* | ffmpeg: Check pkt_dts for AV_NOPTS_VALUEMichael Niedermayer2015-12-041-4/+5
* | ffmpeg: fix -copy_prior_start 0 with -copyts and input -ssRodger Combs2015-11-201-8/+7
* | ffmpeg: preserve profile for audio stream copyMaksym Veremeyenko2015-11-201-0/+1
* | ffmpeg: Simplify fps code related to delta0Bryan Huh2015-11-161-6/+5
* | ffmpeg: Fixing typos and adding comments to fps codeBryan Huh2015-11-161-8/+8
* | ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUEMichael Niedermayer2015-11-111-1/+5
* | ffmpeg: Print a warning if a pkt duration is already set before using the fra...Michael Niedermayer2015-11-111-0/+2
* | ffmpeg: set muxer packet duration based on framerate only for CFRMichael Niedermayer2015-11-111-1/+2
* | Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'Hendrik Leppkes2015-11-101-0/+5
|\ \ | |/
* | ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.Simon Thelen2015-11-091-0/+4
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-2/+1
* | ffmpeg: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1