summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add a live mux modeliveAnton Khirnov2022-08-10
* avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian2022-08-09
* MAINTAINERS: Add ED25519 key for signing my commits in the futureMichael Niedermayer2022-08-09
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9Philip Langdale2022-08-09
* lavc/vaapi_decode: add missing flag when picking best pixel formatPhilip Langdale2022-08-09
* doc/filters: clarify behaviour of weights in amixGyan Doshi2022-08-09
* lavfi/overlay_vaapi: set defalut alpha value as 1.0Fei Wang2022-08-09
* doc/filters: correct description of overlay_vaapiFei Wang2022-08-09
* doc/filters: add examples for amix to subsectionGyan Doshi2022-08-09
* x86/tx_float: save a branch during coefficient deinterleavingLynne2022-08-09
* checkasm: Silence warnings about unused return value from read()Martin Storsjö2022-08-08
* fftools/ffmpeg: move handling corrupt packets to the input threadAnton Khirnov2022-08-08
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-08
* fftools/ffmpeg_demux: factorize signalling end of demuxingAnton Khirnov2022-08-08
* fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov2022-08-08
* fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov2022-08-08
* fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov2022-08-08
* fftools/ffmpeg: report new streams from the input threadAnton Khirnov2022-08-08
* fftools/ffmpeg: handle dumping input packets in input_thread()Anton Khirnov2022-08-08
* fftools/ffmpeg: drop the 'h' key handlingAnton Khirnov2022-08-08
* fftools/ffmpeg: move the input thread into its own fileAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a write-only variableAnton Khirnov2022-08-08
* fftools/ffmpeg: always read input in a threadAnton Khirnov2022-08-08
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-08
* fftools/ffmpeg: drop a superfluous stack variableAnton Khirnov2022-08-08
* doc/ffmpeg: update -map documentationAnton Khirnov2022-08-08
* fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-08
* fftools/ffmpeg_opt: drop redundant decoder selectionAnton Khirnov2022-08-08
* fftools/ffmpeg: stop accessing the decoder context unnecessarilyAnton Khirnov2022-08-08
* fftools/ffmpeg_hw: stop logging to the decoder contextAnton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding metadata out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding programs out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding attachments out of open_output_file()Anton Khirnov2022-08-08
* avformat/movenc: Remove experimental status of flac-in-MP4 muxingMartijn van Beurden2022-08-08
* avformat: allow .ec3 as extension for raw E-AC-3 streamRuben Gonzalez2022-08-08
* swscale/output: fix reading chroma values when generating vuya outputJames Almer2022-08-08
* avcodec/nvdec: Use av_buffer_replace() where appropriateAndreas Rheinhardt2022-08-08
* avcodec/nvdec: Check av_buffer_ref()Andreas Rheinhardt2022-08-08
* avcodec/libspeexdec: Fix use of uninitialized valueAndreas Rheinhardt2022-08-08
* avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-08
* avcodec/cbs_jpeg: Use table-based alloc/freeAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal: Use unions to shrink size of descriptorsAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-08
* avcodec/cbs: Use smaller scope for variables, add constAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove redundant assignmentAndreas Rheinhardt2022-08-08