| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Redo duplicating object files in shared builds | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+5 |
* | avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary references | Andreas Rheinhardt | 2022-01-04 | 5 | -5/+9 |
* | avformat/movenc: Refactor mov_write_dvcc_dvvc_tag to use ff_isom_put_dvcc_dvvc | quietvoid | 2022-01-04 | 2 | -18/+9 |
* | avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvc | quietvoid | 2022-01-04 | 2 | -44/+8 |
* | avformat/matroska{dec, enc}: Parse BlockAdditionMapping elements | quietvoid | 2022-01-04 | 4 | -4/+104 |
* | avformat/dovi_isom: Implement Dolby Vision configuration parsing/writing | quietvoid | 2022-01-04 | 2 | -0/+153 |
* | avformat/utils: propagate return value of ff_format_io_close in ff_format_shi... | Marton Balint | 2022-01-03 | 1 | -1/+1 |
* | avformat/segafilmenc: use ff_format_shift_data for shifting | Marton Balint | 2022-01-03 | 1 | -46/+5 |
* | avformat/flvenc: use ff_format_shift_data for data shifting | Marton Balint | 2022-01-03 | 1 | -53/+6 |
* | avformat/movenc: factorize data shifting | Marton Balint | 2022-01-03 | 3 | -53/+65 |
* | lib*/version.h: Bump Versions after release/5.0 branch | Michael Niedermayer | 2022-01-03 | 1 | -1/+1 |
* | lib*/version.h: Bump Versions before release/5.0 branch | Michael Niedermayer | 2022-01-03 | 1 | -1/+1 |
* | lavf/imfdec: mark as experimental | Anton Khirnov | 2022-01-03 | 1 | -0/+1 |
* | lavf: add a flag for experimental (de)muxers | Anton Khirnov | 2022-01-03 | 3 | -1/+10 |
* | avformat/Makefile: add imf.h to SKIPHEADERS | James Almer | 2021-12-31 | 1 | -0/+1 |
* | http: make caching of redirect url optional | erankor | 2021-12-31 | 2 | -0/+28 |
* | avformat/mov: add option max_stts_delta | Gyan Doshi | 2021-12-31 | 2 | -25/+31 |
* | avformat/imf: Tests | Pierre-Anthony Lemieux | 2021-12-31 | 2 | -0/+527 |
* | avformat/imf: Demuxer | Pierre-Anthony Lemieux | 2021-12-31 | 6 | -1/+1950 |
* | avformat: add bitpacked demuxer | Limin Wang | 2021-12-31 | 4 | -4/+55 |
* | avformat/flvdec: timestamps cannot use the full int64 range | Michael Niedermayer | 2021-12-30 | 1 | -0/+2 |
* | lavf/tls_mbedtls: fix handling of tls_verify=0 | sfan5 | 2021-12-30 | 1 | -1/+1 |
* | avformat/mxfenc: fix DNxHD GC element_type | Nicolas Gaullier | 2021-12-27 | 1 | -1/+8 |
* | avformat/mxfenc: fix DNxHD GC container_ul | Nicolas Gaullier | 2021-12-27 | 1 | -1/+1 |
* | avformat/mvdec: Check bytes_per_sample | Michael Niedermayer | 2021-12-25 | 1 | -0/+3 |
* | libavformat: add side_data copy in concat demuxer | Gerard Sole | 2021-12-22 | 3 | -0/+19 |
* | avformat/mvdec: explicitly set duration | John-Paul Stewart | 2021-12-21 | 1 | -1/+1 |
* | avformat/mvdec: read frame rate from data stream | John-Paul Stewart | 2021-12-21 | 1 | -3/+7 |
* | avformat/wvenc: Make init function out of write_header | Andreas Rheinhardt | 2021-12-20 | 1 | -2/+2 |
* | avformat/crcenc: Make init function out of write_header | Andreas Rheinhardt | 2021-12-20 | 1 | -2/+2 |
* | avformat/sdp: Fix use of uninitialised value | Andreas Rheinhardt | 2021-12-20 | 1 | -1/+1 |
* | avformat/mxfenc: Avoid allocation for timecode track | Andreas Rheinhardt | 2021-12-19 | 1 | -7/+3 |
* | avformat/mxfenc: Use smaller types to make struct smaller | Andreas Rheinhardt | 2021-12-19 | 1 | -2/+2 |
* | avcodec/Makefile: Remove superfluous avformat->DNXHD dependencies | Andreas Rheinhardt | 2021-12-19 | 1 | -1/+0 |
* | avformat/aviobuf: ffio_copy_url_options | Pierre-Anthony Lemieux | 2021-12-19 | 4 | -49/+32 |
* | lavf/sdp: add more thorough error handling | Anton Khirnov | 2021-12-17 | 2 | -76/+121 |
* | lavf/sdp: reindent switch() according to our conventions | Anton Khirnov | 2021-12-17 | 1 | -252/+252 |
* | lavf/sdp: add const qualifiers where appropriate | Anton Khirnov | 2021-12-17 | 4 | -16/+17 |
* | avformat/4xm: Check for duplicate track ids | Michael Niedermayer | 2021-12-16 | 1 | -0/+3 |
* | avformat/4xm: Consider max_streams on reallocating tracks array | Michael Niedermayer | 2021-12-16 | 1 | -1/+2 |
* | avformat/cinedec: Avoid repeatedly allocating packets beyond the input | Michael Niedermayer | 2021-12-16 | 1 | -1/+13 |
* | avformat/mov: Check next offset in mov_read_dref() | Michael Niedermayer | 2021-12-16 | 1 | -2/+4 |
* | avformat/vivo: Favor setting fps from explicit fractions | Michael Niedermayer | 2021-12-16 | 1 | -2/+5 |
* | avformat/vivo: Do not use the general expression evaluator for parsing a floa... | Michael Niedermayer | 2021-12-16 | 1 | -3/+5 |
* | avformat/mvdec: Use 64 bit in timestamp computation | Michael Niedermayer | 2021-12-16 | 1 | -1/+1 |
* | avformat/aviobuf: fix double free by return early on error | Steven Liu | 2021-12-16 | 1 | -8/+6 |
* | avformat/moflex: Don't use uninitialized timebase for data stream | Andreas Rheinhardt | 2021-12-16 | 1 | -7/+6 |
* | avformat/moflex: Free AVPackets via av_packet_free() on error | Andreas Rheinhardt | 2021-12-16 | 1 | -0/+1 |
* | avformat/demux: Remove redundant prevention against infinite loop | Andreas Rheinhardt | 2021-12-16 | 1 | -3/+0 |
* | avformat/demux: Remove fake-loop | Andreas Rheinhardt | 2021-12-16 | 1 | -5/+3 |