summaryrefslogtreecommitdiff
path: root/ffmpeg.h
Commit message (Expand)AuthorAge
* Merge commit 'b0f36a0043d76436cc7ab8ff92ab99c94595d3c0'Clément Bœsch2017-03-12
* ffmpeg: delay processing of subtitles before filters are initializedwm42017-03-03
* ffmpeg_cuvid: adapt for recent filter graph initialization changesTimo Rothenpieler2017-03-03
* ffmpeg: restructure sending EOF to filtersAnton Khirnov2017-03-03
* ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov2017-03-03
* ffmpeg: do packet ts rescaling in write_packet()Anton Khirnov2017-03-03
* 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
* 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: Fix bitstream typoMichael Niedermayer2016-10-07
* Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'Hendrik Leppkes2016-10-07
* ffmpeg: use new decode APIwm42016-10-01
* ffmpeg: move subframe warning to libavcodecwm42016-10-01
* ffmpeg: stop using AVStream.codec on stream copyJames Almer2016-09-27
* ffmpeg: switch to the new BSF APIClément Bœsch2016-09-24
* ffmpeg: switch to codecparClément Bœsch2016-09-21
* Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu2016-08-03
* Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'Timothy Gu2016-08-03
* ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler2016-06-10
* Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis2016-05-08
* Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'Derek Buitenhuis2016-02-17
* ffmpeg: use lavf API for applying bitstream filtersRodger Combs2015-12-28
* ffmpeg: Add basic support to mux multiple programsMichael Niedermayer2015-12-11
* ffmpeg: Fixing typos and adding comments to fps codeBryan Huh2015-11-16
* ffmpeg: set muxer packet duration based on framerate only for CFRMichael Niedermayer2015-11-11
* ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint2015-10-22
* ffmpeg: fix ffmpeg.h trailing whitespaceMarton Balint2015-10-22
* Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes2015-10-22
* Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes2015-10-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: Implement support for seeking relative to EOFMichael Niedermayer2015-07-29
* ffmpeg.c: remove all remaining coded_frame usesMichael Niedermayer2015-07-28
* ffmpeg: Use side data instead of coded_frame for error[] valuesMichael Niedermayer2015-07-28
* Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-21
* Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'Michael Niedermayer2015-07-19
* ffmpeg: Do not copy the display matrix if rotation meta-data is manually addedMichael Niedermayer2015-05-18
* Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2'Michael Niedermayer2015-05-02
* ffmpeg: add option not to offset seek position by start timewm42015-04-20
* ffmpeg: last frame duplication heuristicMichael Niedermayer2015-04-03
* ffmpeg: allow to set the thread message queue size.Nicolas George2015-02-26
* ffmpeg: Make CFR frame drop threshold user adjustableMichael Niedermayer2015-02-04
* ffmpeg: allow overriding and amending AVStream->dispositionMichael Niedermayer2015-01-25
* ffmpeg: add sdp_file optionSimon Thelen2014-12-28
* ffmpeg: take bsf arguments from the command lineChristophe Gisquet2014-11-30
* ffmpeg: fix accurate seeking with -copytsRodger Combs2014-11-24