| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avformat/movenc: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -22/+13 |
* | avformat/movenc: Support encryption of H.265 stream in AnnexB format | Vadym Bezdushnyi | 2021-06-29 | 1 | -2/+14 |
* | avcodec/movenc: fix spelling in warning message | Joel Linn | 2021-06-01 | 1 | -1/+1 |
* | avformat/movenc: Check pal_size before use | Michael Niedermayer | 2021-05-29 | 1 | -2/+4 |
* | movenc: add movie_timescale option instead of hardcoding 1000 | Justin Ruggles | 2021-05-04 | 1 | -11/+12 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+8 |
* | avformat: remove deprecated AVStream.codec | James Almer | 2021-04-27 | 1 | -35/+3 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+5 |
* | avformat/mov, movenc: Stop exporting rotation via metadata | Andreas Rheinhardt | 2021-04-27 | 1 | -15/+0 |
* | avformat/movenc: fix writing dOps atoms | James Almer | 2021-04-16 | 1 | -2/+13 |
* | lavf/movenc: use framerate correctly in mov_write_tmcd_tag | Anton Khirnov | 2021-04-08 | 1 | -3/+3 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avformat/movenc: Avoid loosing cluster array on failure | Michael Niedermayer | 2021-03-26 | 1 | -2/+3 |
* | avformat/movenc: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -37/+64 |
* | avformat: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -5/+7 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -1/+1 |
* | avformat/movenc: Only check for timecodes if they are used | Andreas Rheinhardt | 2021-02-28 | 1 | -2/+5 |
* | avformat/movenc: Don't check for disabled muxers | Andreas Rheinhardt | 2021-02-28 | 1 | -7/+9 |
* | avformat/movenc: Remove always true check | Andreas Rheinhardt | 2021-02-28 | 1 | -2/+0 |
* | avformat/movenc: Deduplicate codec tags lists | Andreas Rheinhardt | 2021-02-23 | 1 | -4/+10 |
* | avformat/mux: return a pointer to the packet in ff_interleaved_peek() | James Almer | 2021-02-13 | 1 | -7/+11 |
* | avformat/movenc: remove unnecessary HDR metadata log messages | Jan Ekström | 2021-02-10 | 1 | -2/+0 |
* | movenc: Present durations in mvhd/tkhd/mdhd as they are after edits | Martin Storsjö | 2021-01-15 | 1 | -6/+35 |
* | avformat/movenc: allow Apple Lossless inside mp4 | Leo Izen | 2020-11-22 | 1 | -0/+1 |
* | avformat/movenc: Avoid allocation for timecode track | Andreas Rheinhardt | 2020-10-05 | 1 | -8/+4 |
* | avformat/movenc: Don't forget to free fragment buffers | Andreas Rheinhardt | 2020-10-05 | 1 | -0/+2 |
* | avformat/movenc: Free old vos_data before overwriting it | Andreas Rheinhardt | 2020-10-05 | 1 | -0/+1 |