summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavc: convert frame threading to the receive_frame() patternthread_receiveAnton Khirnov2022-08-01
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor manually mapping streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping data streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_subtitle()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping subtitles out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_audio()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping audio out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_video()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping video out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg: do not log to the decoder contextAnton Khirnov2022-07-28
* fftools/ffmpeg_mux: move some functions closer to their only callersAnton Khirnov2022-07-28
* fftools/ffmpeg_filter: drop a block commented out since 2012Anton Khirnov2022-07-28
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.cAnton Khirnov2022-07-28
* fftools/ffmpeg: drop unused hwaccel variablesAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: drop a redundant assignmentAnton Khirnov2022-07-28
* fftools/ffmpeg: stop allocating an encoder context when not encodingAnton Khirnov2022-07-28
* fftools/ffmpeg: deprecate -psnrAnton Khirnov2022-07-28
* fftools/ffmpeg: do not use the encoder context for streamcopyAnton Khirnov2022-07-28
* fftools/ffmpeg: drop OutputStream.ref_parAnton Khirnov2022-07-28
* fftools/ffmpeg: drop the -vol optionAnton Khirnov2022-07-28
* fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_...Anton Khirnov2022-07-28
* fftools/ffmpeg_filter: remove unused function argumentAnton Khirnov2022-07-28
* fftools/ffmpeg: remove an unnecessary avcodec_close() callAnton Khirnov2022-07-28
* fftools/ffmpeg: stop accessing the encoder context unnecessarilyAnton Khirnov2022-07-28
* avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman2022-07-28
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP8/9-only rac functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/vp56.h: Move VP8-only functions to vp8.cAndreas Rheinhardt2022-07-28
* avcodec/hq_hqa: Remove transient GetByteContext from contextAndreas Rheinhardt2022-07-28
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-27
* lavc/hevc_refs: exclude current frame from long term refsXu Guangxin2022-07-27
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-27
* lavc/hevc_refs: fix dpb logical for IRAPXu Guangxin2022-07-27
* fate/imf: Rename IMF fate-targetAndreas Rheinhardt2022-07-26
* tools/target_dec_fuzzer: set avctx->workaround_bugs flagsJames Almer2022-07-26
* tools/target_dec_fuzzer: set AV_EF_CRCCHECK in avctx->err_recognitionJames Almer2022-07-26
* tools/target_dec_fuzzer: set some avctx->export_side_data flagsJames Almer2022-07-26
* avcodec/hevcdec: Avoid allocation of common CABAC stateAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Move allocation after error checksAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Reuse buffer if possibleAndreas Rheinhardt2022-07-25
* avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Check allocationAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Don't allocate redundant HEVCContextsAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Pass HEVCLocalContext** via execute2Andreas Rheinhardt2022-07-25
* avcodec/hevcdec: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25