summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
Commit message (Expand)AuthorAge
* ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm42017-03-14
* ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov2017-03-03
* ffmpeg.c: Add output file index and stream index to vstats file.Sasi Inguva2017-01-27
* ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -v...Sasi Inguva2017-01-25
* ffmpeg: Add -time_base option to hint the time baseMichael Bradshaw2017-01-14
* ffmpeg: Add an option "qsv_device" to choose proper node for QSV child device...Zhengxu2017-01-11
* Avoid using the term "file" and prefer "url" in some docs and commentsMichael Niedermayer2016-12-05
* ffmpeg_opt: Fix starttime with ffm in bitexact modeMichael Niedermayer2016-11-28
* ffmpeg_filter: fix several logic failuresPaul B Mahol2016-11-24
* Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes2016-11-13
* ffmpeg: parameters for filter thread countsDeHackEd2016-11-06
* Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes2016-11-03
* Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes2016-10-08
* ffmpeg: don't reconfigure terminal if we're not taking input from stdinRodger Combs2016-10-06
* ffmpeg: stop using AVStream.codec on stream copyJames Almer2016-09-27
* ffmpeg: fix memleak of bitstream filter context 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
* ffmpeg_opt: Suggest to use "file:..." if a protocol was not found.Carl Eugen Hoyos2016-09-07
* Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer2016-08-06
* ffmpeg_opt: Remove duplicated initialization of attachment streamTimothy Gu2016-08-03
* Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu2016-08-03
* ffmpeg_opt: Delete duplicate “hwaccel_output_format” option.Jun Zhao2016-07-20
* ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler2016-06-10
* Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis2016-05-08
* ffmpeg: remove hardcoded 'now' creation_time supportMarton Balint2016-03-03
* Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'Derek Buitenhuis2016-02-17
* ffmpeg_opt: Fix memleaks in "manually set programs" loopMichael Niedermayer2016-02-08
* ffmpeg_opt: Allow -metadata option to set metadata on programs.Vittorio Gambaletta (VittGam)2016-01-26
* ffmpeg_opt: Move the 'process manually set programs' block above 'process man...Vittorio Gambaletta (VittGam)2016-01-26
* ffmpeg: use lavf API for applying bitstream filtersRodger Combs2015-12-28
* ffmpeg: Allow specifying the program number for created programsMichael Niedermayer2015-12-16
* ffmpeg: Add basic support to mux multiple programsMichael Niedermayer2015-12-11
* all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-24
* ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint2015-10-22
* Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes2015-10-22
* ffmpeg_opt: rename loop option to stream_loopMichael Niedermayer2015-10-14
* Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes2015-10-14
* Merge commit 'b5e4f393b6757629281f58c3f3f6d55ca522ab60'Hendrik Leppkes2015-09-29
* Merge commit '3973f0f773e0bd212734eccda78aa798f8b20692'Hendrik Leppkes2015-09-29
* Merge commit '7bb1c1bfd22de2200743af04ebd0c7c775f56f7e'Hendrik Leppkes2015-09-17
* ffmpeg: Improve help text for -target.Carl Eugen Hoyos2015-09-02
* Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-28
* ffmpeg_opt: Add -hwaccels option that lists all supported hwaccelsTimothy Gu2015-08-26
* ffmpeg_opt: Add missing commaTimothy Gu2015-08-25
* ffmpeg_opt: Prefer audio streams with packetsMichael Niedermayer2015-08-14
* ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer2015-08-08
* avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-03
* ffmpeg_op: Print warning if duration isnt known when -sseof is usedMichael Niedermayer2015-07-29