| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/movenc: sort options by name | Stefano Sabatini | 2024-01-10 | 1 | -43/+43 |
* | avformat/mov: Add support for demuxing still HEIC images | Vignesh Venkatasubramanian via ffmpeg-devel | 2024-01-09 | 2 | -2/+43 |
* | avformat/ffrtmpcrypt: Fix int-conversion warning | Frank Plowman | 2024-01-04 | 1 | -9/+12 |
* | libavformat/hlsenc.c: Populate OTI using AAC profile in write_codec_attr. | Romain Beauxis | 2024-01-04 | 1 | -2/+5 |
* | Add jpeg2000 subdescriptor (V2). | Cedric Le Barz | 2023-12-31 | 2 | -1/+169 |
* | avformat/flacdec: Avoid double AVERRORS | Michael Niedermayer | 2023-12-29 | 1 | -1/+1 |
* | avformat/mov: Fix MSAN issue with stsd_id | Thomas Guilbert | 2023-12-29 | 1 | -0/+1 |
* | avformat/mov: do not set sign bit for chunk_offsets | Michael Niedermayer | 2023-12-29 | 1 | -1/+6 |
* | avformat/riffenc: don't force WAVEFORMATEXTENSIBLE for flt/dbl LPCM | Gyan Doshi | 2023-12-28 | 1 | -1/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 129 | -149/+0 |
* | lavf: allow setting AVStream.discard as an AVOption | Anton Khirnov | 2023-12-22 | 1 | -0/+10 |
* | avformat/iamf_parse: fix yet annother logical coding error | Paul B Mahol | 2023-12-21 | 1 | -1/+1 |
* | avformat/iamfenc: fix logical coding error | Paul B Mahol | 2023-12-21 | 1 | -1/+1 |
* | avformat/iamf_parse: fix another logical coding error | Paul B Mahol | 2023-12-21 | 1 | -1/+1 |
* | avformat/options: skip the none type group in stream_group_child_iterate() | James Almer | 2023-12-21 | 1 | -0/+3 |
* | avformat/file: seek back to initial position for fd protocol | Zhao Zhili | 2023-12-21 | 1 | -1/+13 |
* | avformat: remove ff_remove_stream_group() | James Almer | 2023-12-20 | 2 | -13/+0 |
* | libavformat/vvc: Make probe more conservative | Frank Plowman | 2023-12-19 | 1 | -1/+17 |
* | avformat: Immersive Audio Model and Formats muxer | James Almer | 2023-12-18 | 6 | -1/+1301 |
* | avformat: Immersive Audio Model and Formats demuxer | James Almer | 2023-12-18 | 7 | -0/+1938 |
* | avformat/aviobuf: add ffio_read_leb() and ffio_write_leb() | James Almer | 2023-12-18 | 2 | -0/+43 |
* | avformat: introduce AVStreamGroup | James Almer | 2023-12-18 | 6 | -32/+533 |
* | avformat/hls: use av_strlcopy instead of strncpy | Leo Izen | 2023-12-16 | 1 | -3/+8 |
* | avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracks | James Almer | 2023-12-12 | 2 | -42/+42 |
* | avformat/webpenc: Write correct size for single images when unseekable | Andreas Rheinhardt | 2023-12-09 | 1 | -27/+41 |
* | avformat/webpenc: Reindent after the previous commit | Andreas Rheinhardt | 2023-12-09 | 1 | -47/+47 |
* | avformat/webpenc: Return early to reduce indentation | Andreas Rheinhardt | 2023-12-09 | 1 | -3/+3 |
* | avformat/mov: Ignore duplicate ftyp | Michael Niedermayer | 2023-12-05 | 1 | -2/+6 |
* | avformat/mov: Fix integer overflow in mov_read_packet(). | Dale Curtis | 2023-12-02 | 1 | -1/+1 |
* | avformat: add QOA demuxer | Paul B Mahol | 2023-11-26 | 4 | -1/+113 |
* | Revert "avformat/rtmpproto: Pass rw_timeout to underlying transport protocol" | Zhao Zhili | 2023-11-25 | 1 | -3/+0 |
* | avformat/rtmpproto: Pass rw_timeout to underlying transport protocol | Zhao Zhili | 2023-11-22 | 1 | -0/+3 |
* | avformat/flvenc: add extract_extradata bsf for new video codecs | Zhao Zhili | 2023-11-22 | 1 | -0/+2 |
* | apply spelling fixes | Diederik de Haas via ffmpeg-devel | 2023-11-18 | 3 | -3/+3 |
* | lavf/mux: do not apply max_interleave_delta to subtitles | Anton Khirnov | 2023-11-14 | 1 | -1/+1 |
* | avformat/hlsenc: Fix name of flag in error message | Dave Johansen | 2023-11-12 | 1 | -2/+2 |
* | avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for Audio | Dave Johansen | 2023-11-12 | 4 | -4/+14 |
* | avformat/hlsenc: set HTTP options before writing WebVTT HLS playlists | Léon Spaans | 2023-11-12 | 1 | -2/+7 |
* | avformat/mov: Disallow FTYP after streams | Michael Niedermayer | 2023-11-10 | 1 | -0/+2 |
* | avcodec: LEAD MCMP decoder | Peter Ross | 2023-11-08 | 1 | -0/+1 |
* | lavf/smacker: export sample_aspect_ratio | Anton Khirnov | 2023-11-05 | 1 | -0/+5 |
* | avformat/lafdec: Check for 0 parameters | Michael Niedermayer | 2023-11-03 | 1 | -1/+3 |
* | avformat/webpenc: Check seeks | Andreas Rheinhardt | 2023-11-03 | 1 | -6/+7 |
* | avformat/mov: Check that is_still_picture_avif has no trak based streams | Michael Niedermayer | 2023-11-01 | 1 | -0/+4 |
* | avformat/vf_vapoursynth: simplify xyz format check | Niklas Haas | 2023-10-31 | 1 | -4/+2 |
* | Bump versions after 6.1n6.2-dev | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | Bump versions prior to 6.1 | Michael Niedermayer | 2023-10-29 | 1 | -2/+2 |
* | avformat/rtsp: Use rtsp_st->stream_index | Michael Niedermayer | 2023-10-27 | 1 | -1/+1 |
* | avformat/options: add missing disposition flag to AVStream class options | James Almer | 2023-10-25 | 2 | -1/+2 |
* | avformat/mxfdec: Check klv offset | Michael Niedermayer | 2023-10-19 | 1 | -5/+8 |