summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ffmpeg: add a ch_layout option as an alias to channel_layoutJames Almer2022-03-22
* ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer2022-03-22
* avformat/test/seek: set ch_layout instead of channelsJames Almer2022-03-22
* avformat/dfpwmdec: add support to set channel layoutJames Almer2022-03-22
* avformat/pcmdec: add support to set channel layout in sln demuxerJames Almer2022-03-22
* avformat/pcmdec: deprecate channels optionJames Almer2022-03-22
* avcodec/binkaudio: add support for >2 channels dct codecPaul B Mahol2022-03-22
* avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.hAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/bitstream: Move code for initializing VLCs to file of its ownAndreas Rheinhardt2022-03-21
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before wri...Michael Niedermayer2022-03-21
* avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array()Michael Niedermayer2022-03-21
* avformat/mxfdec: Check count in mxf_read_strong_ref_array()Michael Niedermayer2022-03-21
* avcodec/allcodecs: Dont play with NULLsMichael Niedermayer2022-03-21
* avcodec/av1dec: Check tile_colsMichael Niedermayer2022-03-21
* avcodec/wmaprodec: ensure channel count in the private context and decoder co...James Almer2022-03-21
* avformat/demux: ensure ch_layout is not lost in the stream's internal avctxJames Almer2022-03-21
* doc/bitstream_filters: add missing options in h264_metadataGyan Doshi2022-03-21
* avformat/hls: Check target_durationMichael Niedermayer2022-03-21
* avcodec/mlpdec: Use 64bit for channel layoutMichael Niedermayer2022-03-21
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer2022-03-21
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avfilter/x86/vf_blend: use unaligned movs for outputMarton Balint2022-03-21
* ffplay: don't shadow global variableZhao Zhili2022-03-21
* ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytesZhao Zhili2022-03-21
* avformat/hls: add AVFMT_NO_BYTE_SEEK flagZhao Zhili2022-03-21
* avcodec/opus: always use ambisonic layout for mapping family 2James Almer2022-03-20
* lavc/bsf: improve doxyAnton Khirnov2022-03-19
* lavc/bsf: add general documentationAnton Khirnov2022-03-19
* doc/APIchanges: update for the new channel layout APIAnton Khirnov2022-03-19
* avformat/concat: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/imf: refactor to use ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/tests: add test for ff_rescale_interval()Pierre-Anthony Lemieux2022-03-19
* avformat/seek: add ff_rescale_interval() functionPierre-Anthony Lemieux2022-03-19
* avformat/imf: clean-up and reduce loggingPierre-Anthony Lemieux2022-03-19
* avformat/imf: add support for input seekingPierre-Anthony Lemieux2022-03-19
* avformat/imf: relocate static function imf_time_to_ts()Pierre-Anthony Lemieux2022-03-19
* avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol2022-03-19
* avfilter/avf_ahistogram: fix off by one in slide modePaul B Mahol2022-03-19
* configure: Add missing cri->mjpegdec dependencyAndreas Rheinhardt2022-03-19
* avcodec/flashsv2enc: Avoid opening and closing z_streamAndreas Rheinhardt2022-03-19
* avcodec/lclenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/zmbvenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/zlib_wrapper: Add wrapper for deflateInit()Andreas Rheinhardt2022-03-19
* avcodec/pngenc: Don't use deflateInit2() with default parametersAndreas Rheinhardt2022-03-19
* avcodec/pngdec: Don't open and close z_streams unnecessarilyAndreas Rheinhardt2022-03-19