summaryrefslogtreecommitdiff
path: root/ffmpeg_filter.c
Commit message (Expand)AuthorAge
* ffmpeg_filter: fix several logic failuresPaul B Mahol2016-11-24
* Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes2016-11-13
* ffmpeg_filter: fix hwaccel transcodingHendrik Leppkes2016-11-13
* ffmpeg: parameters for filter thread countsDeHackEd2016-11-06
* ffmpeg: fix width/height overrides for sub2video processingHendrik Leppkes2016-11-03
* Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes2016-11-03
* 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_filter: Fix AVBufferSrcParameters leakMichael Niedermayer2016-05-19
* Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis2016-05-08
* fix some a/an typosLou Logan2016-03-28
* ffmpeg_filter: Factor get_compliance_unofficial_pix_fmts() outMichael Niedermayer2016-02-10
* ffmpeg_filter: Add missing pixel formats to strict_std_compliance case for ljpegMichael Niedermayer2016-02-10
* ffmpeg_filter: Add YUV 444 to strict_std_compliance case for mjpegMichael Niedermayer2016-02-10
* ffmpeg_filter: remove redundant null ptr checkMichael Niedermayer2015-11-11
* ffmpeg_filter: check encoder before using it to set frame size.Nicolas George2015-10-30
* Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do ...Michael Niedermayer2015-10-11
* Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'Hendrik Leppkes2015-10-10
* lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje2015-08-18
* ffmpeg_filter: Do not override the dimensions in sub2video_prepare()Michael Niedermayer2015-08-15
* ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer2015-08-08
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
* ffmpeg_filter: Check that filters have connected outputs before accessing the...Michael Niedermayer2015-07-19
* Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'Michael Niedermayer2015-07-19
* ffmpeg_filter: log more information on failure to init simple filter graphrogerdpack2015-07-02
* ffmpeg_filter: use get_rotation()Michael Niedermayer2015-05-04
* Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2'Michael Niedermayer2015-05-02
* ffmpeg: fix accurate seeking with -copytsRodger Combs2014-11-24
* ffmpeg: init sub2video.last_pts.Nicolas George2014-11-05
* Merge commit 'c802a2e718fb3619291f310f851f1a1cdcf4f581'Michael Niedermayer2014-10-17
* ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph ...Michael Niedermayer2014-09-11
* ffmpeg: Enable compute_edt only when the subtitles are used for a output stre...Michael Niedermayer2014-09-01
* ffmpeg: Clean up if filter initialisation failed to avoid a memleak.Carl Eugen Hoyos2014-08-30
* ffmpeg_filter: refuse to configure input without a decoder.Nicolas George2014-07-30
* ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding contextMichael Niedermayer2014-06-01
* ffmpeg_filter: fix choose_pix_fmts() so it uses the correct encoding contextMichael Niedermayer2014-06-01
* Merge commit '383136264ef40452efd86cafb2d7221cd3830b3d'Michael Niedermayer2014-06-01
* ffmpeg: replace remaining, ffmpeg specific ist->st->codec by ist->dec_ctxMichael Niedermayer2014-06-01
* Merge commit '41776ba9c0ebbb71394cefdf7dd1b243e6c852d5'Michael Niedermayer2014-06-01
* Merge commit '9580818c5d934bde65a95efd2cee61c174721092'Michael Niedermayer2014-05-05
* ffmpeg_filter: make *jpeg_formats static constMichael Niedermayer2014-04-28
* ffmpeg_filter: fix pointer to local outside scopeMichael Niedermayer2014-04-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
* Merge commit '07fd0a22192805d56c635eb294dc26b0a54ae325'Michael Niedermayer2013-11-23
* ffmpeg_filter: Fix non jpeg yuv in jpeg supportMichael Niedermayer2013-10-27
* ffmpeg_filter: Pass command line -threads X to filtergraphMichael Niedermayer2013-10-24
* ffmpeg_filter: check that the input media type match the filterMichael Niedermayer2013-08-14
* ffmpeg_filter: do not pick evil path for trim filtersPaul B Mahol2013-08-12