aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/bsf
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bsf/dts2pts: use a RefStruct pool to allocate nodesJames Almer2024-09-161-4/+12
* avcodec/filter_units: Fix extradata and packets can have different bitstream ...Zhao Zhili2024-08-241-1/+4
* avcodec/h2645_parse: replace three bool arguments in ff_h2645_packet_split wi...James Almer2024-08-191-1/+1
* avcodec/bsf/dovi_rpu: add new bitstream filterNiklas Haas2024-08-162-0/+286
* bsf/media100_to_mjpegb: Clear output buffer paddingMichael Niedermayer2024-08-141-0/+1
* avcodec/h264_mp4toannexb: Prepend SPS/PPS to buffering period SEIJosh Allmann2024-08-141-0/+15
* avcodec/bsf/showinfo: print packet data checksumJames Almer2024-07-131-1/+5
* avcodec/h265_metadata: Add options to set width/height after cropZhao Zhili2024-06-071-3/+98
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-044-4/+8
* avcodec/adts_header: Add ff_adts_header_parse_buf()Andreas Rheinhardt2024-05-201-4/+2
* avcodec/bsf/dts2pts: Fix shadowingAndreas Rheinhardt2024-05-131-2/+2
* Revert "bsf: use standard include paths"Anton Khirnov2024-04-1044-184/+186
* bsf: use standard include pathsAndrew Kelley2024-04-0944-186/+184
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-316-1/+6
* avcodec/h264_mp4toannexb: Fix heap buffer overflowZhao Zhili2024-03-271-13/+46
* avcodec/bsf/pcm_rechunk: add some more supported PCM formatsMarton Balint2024-03-141-1/+19
* avcodec/bsf/pcm_rechunk: reorder supported codec listMarton Balint2024-03-141-10/+10
* fix /// comments that should be ///<Andrew Sayers2024-03-041-12/+12
* avcodec/bsf/mp3_header_decompress: Remove BSFAndreas Rheinhardt2024-03-022-131/+0
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-1410-64/+64
* avcodec/hevc_mp4toannexb: more validations for nalu_lenNuo Mi2024-02-111-2/+4
* avcodec/vvc_mp4toannexb: more validations for nalu_lenNuo Mi2024-02-111-3/+4
* lavc/bsf: add a showinfo filterAnton Khirnov2024-02-022-0/+64
* avcodec: move leb reading functions to its own headerJames Almer2024-01-311-1/+1
* lavc: move bitstream filters into bsf/ subdirAnton Khirnov2024-01-2944-0/+9325