| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: fix channel count and samplerate fields for IAMF tracks | Felicia Lim | 2024-07-18 | 1 | -3/+7 |
* | avformat/movenc: support writing cropping values | James Almer | 2024-07-11 | 1 | -14/+42 |
* | avformat/movenc: add support for writting hfov boxes | James Almer | 2024-07-07 | 1 | -0/+13 |
* | avformat/movenc: add support for writting vexu boxes | James Almer | 2024-07-07 | 1 | -5/+154 |
* | avformat/movenc: add support for writing lhvC boxes | James Almer | 2024-07-07 | 1 | -2/+27 |
* | lavf/movenc: mark mov/mp4 as supporting VFR | Anton Khirnov | 2024-07-07 | 1 | -6/+6 |
* | movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing | Martin Storsjö | 2024-06-24 | 1 | -5/+57 |
* | movenc: Factorize a function for finishing a written fragment | Martin Storsjö | 2024-06-24 | 1 | -7/+13 |
* | avformat: split off generic NAL function helpers into their own file | James Almer | 2024-06-20 | 1 | -2/+3 |
* | avformat/movenc: add support for writing SA3D boxes | James Almer | 2024-05-23 | 1 | -0/+63 |
* | avformat/movenc: Avoid loop for writing array | Andreas Rheinhardt | 2024-05-04 | 1 | -2/+1 |
* | avformat/movenc: Check av_malloc() | Andreas Rheinhardt | 2024-05-04 | 1 | -0/+2 |
* | avformat/movenc: remove one level of indentation | James Almer | 2024-04-23 | 1 | -31/+26 |
* | avformat/movenc: warn if dovi cfg ignored | Niklas Haas | 2024-04-22 | 1 | -5/+10 |
* | movenc: Allow writing timed ID3 metadata | Martin Storsjö | 2024-04-10 | 1 | -1/+48 |
* | movenc: Remove a leftover commented out line | Martin Storsjö | 2024-04-10 | 1 | -2/+0 |
* | configure: Separate subsystem for Immersive Audio Model | Eugene Zemtsov | 2024-04-03 | 1 | -0/+18 |
* | avformat/movenc: Check that cts fits in 32bit | Michael Niedermayer | 2024-04-01 | 1 | -0/+6 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | lavf/movenc: small cleanup for style | Jun Zhao | 2024-03-26 | 1 | -36/+35 |
* | avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH | Andreas Rheinhardt | 2024-03-22 | 1 | -9/+9 |
* | avformat/movenc: only compile avif_write_trailer() when the avif muxer is ena... | James Almer | 2024-03-20 | 1 | -0/+2 |
* | avformat/movenc: Make check actually check what is intended | Andreas Rheinhardt | 2024-02-20 | 1 | -1/+1 |
* | avformat/movenc: add support for Immersive Audio Model and Formats in ISOBMFF | James Almer | 2024-02-20 | 1 | -69/+288 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -29/+29 |
* | avformat/mov: add support for 'amve' ambient viewing environment box | Damiano Galassi | 2024-02-04 | 1 | -0/+28 |
* | avformat/mov: rename rescale_mdcv | Cosmin Stejerean | 2024-02-04 | 1 | -11/+11 |
* | avformat/mp4: add muxer support for H266/VVC | Thomas Siedel | 2024-01-31 | 1 | -1/+39 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+2 |
* | lavf/movenc: sort options by name | Stefano Sabatini | 2024-01-10 | 1 | -43/+43 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | avformat/movenc: rename MOVMuxContext.nb_streams to nb_tracks | James Almer | 2023-12-12 | 1 | -41/+41 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -41/+53 |
* | avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+45 |
* | lavf/movenc: enable dvh1 FourCC | Damiano Galassi | 2023-09-20 | 1 | -0/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -4/+4 |
* | avformat/vpcc: fix VP9 metadata in FLV and RTMP | Alessandro Ros | 2023-09-04 | 1 | -3/+0 |
* | avformat/movenc: fix sample size being zero in pcmC | Zhao Zhili | 2023-08-06 | 1 | -1/+6 |
* | avformat/mov_muxer: Extended MOV muxer to handle EVC video content | Dawid Kozinski | 2023-06-15 | 1 | -0/+33 |
* | avformat/movenc: factorize determining mdhd/mvhd/tkhd version | Marton Balint | 2023-04-24 | 1 | -9/+12 |
* | avformat/movenc: fixed fmp4 packets containing incorrect flags after transcoding | Wang Yaqiang | 2023-04-24 | 1 | -2/+2 |
* | avformat/movenc: correct loci parameter handling | Gyan Doshi | 2023-04-03 | 1 | -3/+3 |
* | avformat/mov: fix 2 compile errors | Tong Wu | 2023-03-16 | 1 | -1/+1 |
* | avformat/movenc: add PCM in mp4 support | Zhao Zhili | 2023-03-15 | 1 | -1/+83 |
* | avformat/movenc: allow writing out channel count in MP4 and 3GP | Jan Ekström | 2023-02-14 | 1 | -7/+1 |
* | avutil/{color_utils, csp}: merge color_utils into csp and expose API | Leo Izen | 2023-02-09 | 1 | -4/+3 |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -85/+85 |
* | avformat/movenc: Add loop parameter to animated AVIF | Vignesh Venkatasubramanian | 2023-01-13 | 1 | -4/+31 |
* | avformat/movenc: Add movie_timescale option to AVIF | Vignesh Venkatasubramanian | 2023-01-13 | 1 | -0/+6 |
* | avformat/movenc: correct write_colr warning placement | Gyan Doshi | 2022-12-15 | 1 | -2/+3 |