aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/movenc: sort options by nameStefano Sabatini2024-01-101-43/+43
* avformat/mov: Add support for demuxing still HEIC imagesVignesh Venkatasubramanian via ffmpeg-devel2024-01-092-2/+43
* avformat/ffrtmpcrypt: Fix int-conversion warningFrank Plowman2024-01-041-9/+12
* libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr.Romain Beauxis2024-01-041-2/+5
* Add jpeg2000 subdescriptor (V2).Cedric Le Barz2023-12-312-1/+169
* avformat/flacdec: Avoid double AVERRORSMichael Niedermayer2023-12-291-1/+1
* avformat/mov: Fix MSAN issue with stsd_idThomas Guilbert2023-12-291-0/+1
* avformat/mov: do not set sign bit for chunk_offsetsMichael Niedermayer2023-12-291-1/+6
* avformat/riffenc: don't force WAVEFORMATEXTENSIBLE for flt/dbl LPCMGyan Doshi2023-12-281-1/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22129-149/+0
* lavf: allow setting AVStream.discard as an AVOptionAnton Khirnov2023-12-221-0/+10
* avformat/iamf_parse: fix yet annother logical coding errorPaul B Mahol2023-12-211-1/+1
* avformat/iamfenc: fix logical coding errorPaul B Mahol2023-12-211-1/+1
* avformat/iamf_parse: fix another logical coding errorPaul B Mahol2023-12-211-1/+1
* avformat/options: skip the none type group in stream_group_child_iterate()James Almer2023-12-211-0/+3
* avformat/file: seek back to initial position for fd protocolZhao Zhili2023-12-211-1/+13
* avformat: remove ff_remove_stream_group()James Almer2023-12-202-13/+0
* libavformat/vvc: Make probe more conservativeFrank Plowman2023-12-191-1/+17
* avformat: Immersive Audio Model and Formats muxerJames Almer2023-12-186-1/+1301
* avformat: Immersive Audio Model and Formats demuxerJames Almer2023-12-187-0/+1938
* avformat/aviobuf: add ffio_read_leb() and ffio_write_leb()James Almer2023-12-182-0/+43
* avformat: introduce AVStreamGroupJames Almer2023-12-186-32/+533
* avformat/hls: use av_strlcopy instead of strncpyLeo Izen2023-12-161-3/+8
* avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracksJames Almer2023-12-122-42/+42
* avformat/webpenc: Write correct size for single images when unseekableAndreas Rheinhardt2023-12-091-27/+41
* avformat/webpenc: Reindent after the previous commitAndreas Rheinhardt2023-12-091-47/+47
* avformat/webpenc: Return early to reduce indentationAndreas Rheinhardt2023-12-091-3/+3
* avformat/mov: Ignore duplicate ftypMichael Niedermayer2023-12-051-2/+6
* avformat/mov: Fix integer overflow in mov_read_packet().Dale Curtis2023-12-021-1/+1
* avformat: add QOA demuxerPaul B Mahol2023-11-264-1/+113
* Revert "avformat/rtmpproto: Pass rw_timeout to underlying transport protocol"Zhao Zhili2023-11-251-3/+0
* avformat/rtmpproto: Pass rw_timeout to underlying transport protocolZhao Zhili2023-11-221-0/+3
* avformat/flvenc: add extract_extradata bsf for new video codecsZhao Zhili2023-11-221-0/+2
* apply spelling fixesDiederik de Haas via ffmpeg-devel2023-11-183-3/+3
* lavf/mux: do not apply max_interleave_delta to subtitlesAnton Khirnov2023-11-141-1/+1
* avformat/hlsenc: Fix name of flag in error messageDave Johansen2023-11-121-2/+2
* avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for AudioDave Johansen2023-11-124-4/+14
* avformat/hlsenc: set HTTP options before writing WebVTT HLS playlistsLéon Spaans2023-11-121-2/+7
* avformat/mov: Disallow FTYP after streamsMichael Niedermayer2023-11-101-0/+2
* avcodec: LEAD MCMP decoderPeter Ross2023-11-081-0/+1
* lavf/smacker: export sample_aspect_ratioAnton Khirnov2023-11-051-0/+5
* avformat/lafdec: Check for 0 parametersMichael Niedermayer2023-11-031-1/+3
* avformat/webpenc: Check seeksAndreas Rheinhardt2023-11-031-6/+7
* avformat/mov: Check that is_still_picture_avif has no trak based streamsMichael Niedermayer2023-11-011-0/+4
* avformat/vf_vapoursynth: simplify xyz format checkNiklas Haas2023-10-311-4/+2
* Bump versions after 6.1n6.2-devMichael Niedermayer2023-10-291-1/+1
* Bump versions prior to 6.1Michael Niedermayer2023-10-291-2/+2
* avformat/rtsp: Use rtsp_st->stream_indexMichael Niedermayer2023-10-271-1/+1
* avformat/options: add missing disposition flag to AVStream class optionsJames Almer2023-10-252-1/+2
* avformat/mxfdec: Check klv offsetMichael Niedermayer2023-10-191-5/+8