aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/api-mjpeg-codec-param
Commit message (Collapse)AuthorAgeFilesLines
* tests: drop api-codec-param testAnton Khirnov2020-12-101-286/+0
| | | | It fundamentally depends on deprecated lavf internals.
* avcodec: add an AVCodecContext field to signal types of packet, frame, and ↵James Almer2020-02-221-0/+2
| | | | | | | | coded stream side data to export Add an initial mvs flag to is, analog to the export_mvs flags2 one. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add max_samplesMichael Niedermayer2019-09-251-0/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Add discard_sample_percentageMichael Niedermayer2019-01-281-0/+2
| | | | | Suggested-by: BBB Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc/options_table: Change some options location in opt table.Jun Zhao2018-12-201-12/+12
| | | | | | | Change the some options location in avcodec_options to make code more readable. And update the fate test with this change. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* lavc/mjpeg: Add profiles for MJPEG using SOF marker codesMark Thompson2018-02-211-2/+2
| | | | | | This is needed by later hwaccel code to tell which encoding process was used for a particular frame, because hardware decoders may only support a subset of possible methods.
* fate: Fix fate-api reference files after AVCodecContext changeMark Thompson2018-02-121-0/+2
| | | | Broken by d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489.
* Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5': Bump major versions of all libraries A few API deprecated ~2 years ago or more are also postponed here for varying reasons. FF_API_LOWRES: Since this functionality depends on AVStream->codec, i figure the two can be removed at the same time in the next bump or so. FF_API_AVCTX_TIMEBASE: Couldn't get this one to work. Not just libavcodec but apparently also libavformat and ffmpeg.c expect AVCodecContext->time_base to be set for decoding. Upon removal some tests report a different generic stream time base (like 1/25), and others lose packet duration values. I guess it's somehow tied to the AVStream->codec clusterfuck. It can be dealt with alongside FF_API_LAVF_AVCTX in the next bump. FF_API_OLD_FILTER_OPTS_ERROR: This one is meant to remain after FF_API_OLD_FILTER_OPTS is removed. Its purpose is displaying the corrected command line using the new syntax as a suggestion as part of the error message. Merged-by: James Almer <jamrial@gmail.com>
* fate: update fate-api reference files after 71e2ec017aJames Almer2017-10-091-0/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'James Almer2017-05-081-0/+2
| | | | | | | * commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5': lavc: add an option for exporting cropping information to the caller Merged-by: James Almer <jamrial@gmail.com>
* avcodec: Add max_pixels optionsMichael Niedermayer2016-12-101-0/+2
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Add "sar" alias to "aspect" option of video encodersAndrey Utkin2016-05-061-0/+2
| | | | | | | | It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI because option from lavc/options_table.h is eclipsed by option with same name in ffmpeg_opt.c, which has different meaning (DAR, not SAR). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-0/+2
|
* fate/api-jpeg-codec-param: rename to api-mjpeg-codec-paramMatthieu Bouron2015-12-081-0/+310