| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/movenc: Remove experimental status of flac-in-MP4 muxing | Martijn van Beurden | 2022-08-08 | 1 | -1/+1 |
* | avformat/movenc: Ensure packet is writable before modifying it | Andreas Rheinhardt | 2022-07-09 | 1 | -0/+3 |
* | avformat/movenc: Fix invalid check | Andreas Rheinhardt | 2022-06-30 | 1 | -1/+1 |
* | avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8 | Jan Ekström | 2022-06-30 | 1 | -0/+8 |
* | avformat/movenc: handle OOM situations when parsing AC-3 headers | Jan Ekström | 2022-06-30 | 1 | -1/+4 |
* | avformat/movenc: utilize existing AC-3 parsing workflow for AC-3 | Jan Ekström | 2022-06-30 | 1 | -28/+18 |
* | avformat/movenc: move eac3_info definition so that it can be used for AC-3 | Jan Ekström | 2022-06-30 | 1 | -33/+33 |
* | avformat/movenc: enable handle_eac3 to handle AC-3 tracks | Jan Ekström | 2022-06-30 | 1 | -3/+19 |
* | {configure,avformat/movenc}: enable AC-3 parser for movenc | Jan Ekström | 2022-06-30 | 1 | -4/+0 |
* | avformat/movenc: Support alpha channel for AVIF | Vignesh Venkatasubramanian | 2022-06-27 | 1 | -60/+128 |
* | avformat/movenc: enable compressorname for mp4 mode | Zhao Zhili | 2022-06-24 | 1 | -2/+3 |
* | avformat/mov: refactor to use avutil/uuid | Pierre-Anthony Lemieux | 2022-06-12 | 1 | -4/+5 |
* | avformat/movenc: Add support for AVIF muxing | Vignesh Venkatasubramanian | 2022-05-13 | 1 | -25/+316 |
* | avformat/av1: Add a parameter to av1c to omit seq header | Vignesh Venkatasubramanian | 2022-05-13 | 1 | -1/+1 |
* | avformat/utils: Move ff_get_packet_palette() to rawutils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/internal: Move muxing-only functions to new mux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | movenc: add write_btrt option | erankor | 2022-05-02 | 1 | -5/+11 |
* | avformat/movenc: sidx earliest_presentation_time is applied after editlist | Zhao Zhili | 2022-04-29 | 1 | -1/+5 |
* | avformat/movenc: don't use mono layout when a front center label is expected | James Almer | 2022-04-05 | 1 | -0/+25 |
* | avformat/movenc: write channel descriptions when a known layout or a bitmap c... | James Almer | 2022-04-05 | 1 | -10/+27 |
* | avformat/movenc: use warning log level and small adjustment for the log | Limin Wang | 2022-03-22 | 1 | -3/+2 |
* | avformat/movenc: initialize pts/dts of timecode packet | Limin Wang | 2022-03-22 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | mov: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -11/+14 |
* | movenc: Use LIBAVFORMAT_IDENT instead of LIBAVCODEC_IDENT | Martin Storsjö | 2022-03-13 | 1 | -1/+1 |
* | avformat/movenc: Simplify creating chapter track extradata | Andreas Rheinhardt | 2022-03-11 | 1 | -53/+26 |
* | avformat/movenc: fix duration in mdhd box | Zhao Zhili | 2022-01-10 | 1 | -1/+1 |
* | avcodec/packet_internal: Add proper PacketList struct | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+2 |
* | avcodec/utils: Unavpriv avpriv_toupper4() | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/raw: Reduce number of avpriv symbols | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avformat/movenc: Use dedicated pointer for access to MOVTrack | Andreas Rheinhardt | 2022-01-04 | 1 | -19/+19 |
* | avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary references | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+3 |
* | avformat/movenc: Refactor mov_write_dvcc_dvvc_tag to use ff_isom_put_dvcc_dvvc | quietvoid | 2022-01-04 | 1 | -17/+7 |
* | avformat/movenc: factorize data shifting | Marton Balint | 2022-01-03 | 1 | -53/+2 |
* | avformat/utils: Make ff_data_to_hex() zero-terminate the string | Andreas Rheinhardt | 2021-12-08 | 1 | -1/+0 |
* | avformat/movenc: Avoid allocation of AVPacket | Andreas Rheinhardt | 2021-11-27 | 1 | -6/+1 |
* | avformat/avformat: Add AVStream parameter to check_bitstream() sig | Andreas Rheinhardt | 2021-11-27 | 1 | -2/+2 |
* | avformat/mov: make STTS duration unsigned int | Gyan Doshi | 2021-11-22 | 1 | -1/+1 |
* | avformat/movenc: support dvwC box for Dolby Vision | Limin Wang | 2021-10-28 | 1 | -2/+4 |
* | avformat/{isom,mov,movenc}: add support for CMAF DASH roles | Jan Ekström | 2021-10-04 | 1 | -0/+51 |
* | lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4 | Derek Buitenhuis | 2021-10-01 | 1 | -1/+8 |
* | avformat/movenc: Simplify reserving space for tfrf tags | Andreas Rheinhardt | 2021-09-27 | 1 | -16/+6 |
* | avformat/movenc: Limit ism_lookahead to a sane value | Andreas Rheinhardt | 2021-09-27 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avformat/movenc: Avoid calling strlen multiple times | Andreas Rheinhardt | 2021-08-27 | 1 | -9/+13 |
* | avformat/movenc: add support for TTML muxing | Jan Ekström | 2021-08-25 | 1 | -2/+177 |
* | movenc: Get rid of frag_start | Hu Weiwen | 2021-08-18 | 1 | -20/+4 |
* | movenc: Ensure no separate moof written for empty track | Hu Weiwen | 2021-08-18 | 1 | -1/+1 |
* | movenc: Don't try to fix the fragment end duration if none will be written | Martin Storsjö | 2021-08-10 | 1 | -10/+15 |