aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/aiffdec: improve probePaul B Mahol2023-09-121-2/+2
* avfilter/vf_drawtext: fix text width measurementyethie2023-09-121-3/+11
* avfilter/vf_framepack: Use dedicated pointer for accessAndreas Rheinhardt2023-09-121-12/+14
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-1222-68/+79
* avutil/fifo: Constify AVFifo pointees in peek functionsAndreas Rheinhardt2023-09-124-5/+8
* avutil/audio_fifo: Constify some pointeesAndreas Rheinhardt2023-09-124-9/+15
* avutil/samplefmt: Constify some pointeesAndreas Rheinhardt2023-09-124-5/+8
* avutil/imgutils: Constify some pointeesAndreas Rheinhardt2023-09-124-13/+17
* avcodec/fraps: remove extra new lines and not needed castPaul B Mahol2023-09-111-4/+1
* avformat/mpjpegdec: remove extra newlinesPaul B Mahol2023-09-111-14/+0
* avcodec/8bps: always decode to planar formats directlyPaul B Mahol2023-09-111-35/+25
* avcodec/8bps: use uint8/uint16 where possiblePaul B Mahol2023-09-111-8/+8
* avformat/aviobuf: Fix function pointer equality checkAndreas Rheinhardt2023-09-111-1/+1
* avformat/mxfdec: Don't pretend array to be bigger than it isAndreas Rheinhardt2023-09-111-2/+2
* avcodec/flicvideo: Remove unnecessary castAndreas Rheinhardt2023-09-111-1/+1
* avcodec/imc: Fix leak on init errorAndreas Rheinhardt2023-09-111-0/+2
* avcodec/vmixdec: fix inputs with more than 255 slicesPaul B Mahol2023-09-111-4/+14
* avcodec/shorten: use uint16_t for wave_formatPaul B Mahol2023-09-111-1/+1
* avcodec/truemotion2: Don't check before freeing VLCAndreas Rheinhardt2023-09-111-2/+1
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-1187-410/+412
* tools/patcheck: Remove test for ancient INIT_VLC_USE_STATICAndreas Rheinhardt2023-09-111-1/+0
* avcodec/vlc: Add documentation for ff_init_vlc_sparse()Andreas Rheinhardt2023-09-112-23/+29
* avcodec/idctdsp: Avoid inclusion of avcodec.hAndreas Rheinhardt2023-09-116-12/+18
* avcodec/proresdsp: Pass necessary parameter directlyAndreas Rheinhardt2023-09-114-10/+9
* avcodec/proresdec: Include required headers directlyAndreas Rheinhardt2023-09-111-0/+5
* avcodec/get_bits: Avoid reading multiple times in get_bits_longAndreas Rheinhardt2023-09-101-9/+29
* avformat/avio: Constify data pointees of write callbacksAndreas Rheinhardt2023-09-1010-1/+71
* avformat/aviobuf: Don't use incompatible function pointer type for callAndreas Rheinhardt2023-09-103-12/+29
* avcodec/exr: use uint16/uint8 where possiblePaul B Mahol2023-09-101-3/+3
* avformat/adxdec: remove unneeded check for channels inside read_packet()Paul B Mahol2023-09-101-5/+0
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-1031-67/+34
* avformat/avio: Remove redundant checksAndreas Rheinhardt2023-09-101-4/+1
* avformat/avio: Remove duplicated freeing codeAndreas Rheinhardt2023-09-101-2/+0
* avformat/avio_internal: Don't include url.hAndreas Rheinhardt2023-09-106-10/+14
* avformat/teeproto: Remove always-false checkAndreas Rheinhardt2023-09-101-4/+0
* avformat: Remove avformat and avio headers from protocolsAndreas Rheinhardt2023-09-1014-20/+14
* avdevice/lavfi: Remove unnecessary avio_internal.h inclusionAndreas Rheinhardt2023-09-101-1/+0
* avformat/teeproto: Remove useless AVClass without optionsAndreas Rheinhardt2023-09-101-14/+0
* avformat/dashenc: Avoid relocations for short stringsAndreas Rheinhardt2023-09-101-2/+2
* avformat/dashenc: Simplify getting format stringAndreas Rheinhardt2023-09-101-15/+6
* avformat/dashenc: Add const where appropriateAndreas Rheinhardt2023-09-101-2/+2
* avformat/dashenc: Use proper type for AVCodecIDsAndreas Rheinhardt2023-09-101-3/+3
* avformat/dashenc: Avoid unnecessary castsAndreas Rheinhardt2023-09-101-3/+3
* hevc_ps: fix fixed_rate checkllyyr2023-09-101-1/+2
* hevc_ps: fix cpb_cnt_minus1 initializationllyyr2023-09-101-4/+2
* avcodec/magicyuvenc: add support for encoding raw slicePaul B Mahol2023-09-101-6/+26
* avformat/vapoursynth: Add missing inclusion of frame.hAndreas Rheinhardt2023-09-102-0/+2
* avcodec/cscd: Fix "CamStudio Lossless Codec 1.0" gzip filesMichael Niedermayer2023-09-101-4/+4
* avcodec/cscd: Check for CamStudio Lossless Codec 1.0 behavior in end check of...Michael Niedermayer2023-09-101-1/+4
* avcodec/magicyuvenc: use last slice height when correlatingPaul B Mahol2023-09-101-1/+1