aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-1/+5
* avformat/(aiff|flac|mov|mp3|tta)enc: Don't create unnecessary referencesAndreas Rheinhardt2022-01-045-5/+9
* avformat/movenc: Refactor mov_write_dvcc_dvvc_tag to use ff_isom_put_dvcc_dvvcquietvoid2022-01-042-18/+9
* avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvcquietvoid2022-01-042-44/+8
* avformat/matroska{dec, enc}: Parse BlockAdditionMapping elementsquietvoid2022-01-044-4/+104
* avformat/dovi_isom: Implement Dolby Vision configuration parsing/writingquietvoid2022-01-042-0/+153
* avformat/utils: propagate return value of ff_format_io_close in ff_format_shi...Marton Balint2022-01-031-1/+1
* avformat/segafilmenc: use ff_format_shift_data for shiftingMarton Balint2022-01-031-46/+5
* avformat/flvenc: use ff_format_shift_data for data shiftingMarton Balint2022-01-031-53/+6
* avformat/movenc: factorize data shiftingMarton Balint2022-01-033-53/+65
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lavf/imfdec: mark as experimentalAnton Khirnov2022-01-031-0/+1
* lavf: add a flag for experimental (de)muxersAnton Khirnov2022-01-033-1/+10
* avformat/Makefile: add imf.h to SKIPHEADERSJames Almer2021-12-311-0/+1
* http: make caching of redirect url optionalerankor2021-12-312-0/+28
* avformat/mov: add option max_stts_deltaGyan Doshi2021-12-312-25/+31
* avformat/imf: TestsPierre-Anthony Lemieux2021-12-312-0/+527
* avformat/imf: DemuxerPierre-Anthony Lemieux2021-12-316-1/+1950
* avformat: add bitpacked demuxerLimin Wang2021-12-314-4/+55
* avformat/flvdec: timestamps cannot use the full int64 rangeMichael Niedermayer2021-12-301-0/+2
* lavf/tls_mbedtls: fix handling of tls_verify=0sfan52021-12-301-1/+1
* avformat/mxfenc: fix DNxHD GC element_typeNicolas Gaullier2021-12-271-1/+8
* avformat/mxfenc: fix DNxHD GC container_ulNicolas Gaullier2021-12-271-1/+1
* avformat/mvdec: Check bytes_per_sampleMichael Niedermayer2021-12-251-0/+3
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-223-0/+19
* avformat/mvdec: explicitly set durationJohn-Paul Stewart2021-12-211-1/+1
* avformat/mvdec: read frame rate from data streamJohn-Paul Stewart2021-12-211-3/+7
* avformat/wvenc: Make init function out of write_headerAndreas Rheinhardt2021-12-201-2/+2
* avformat/crcenc: Make init function out of write_headerAndreas Rheinhardt2021-12-201-2/+2
* avformat/sdp: Fix use of uninitialised valueAndreas Rheinhardt2021-12-201-1/+1
* avformat/mxfenc: Avoid allocation for timecode trackAndreas Rheinhardt2021-12-191-7/+3
* avformat/mxfenc: Use smaller types to make struct smallerAndreas Rheinhardt2021-12-191-2/+2
* avcodec/Makefile: Remove superfluous avformat->DNXHD dependenciesAndreas Rheinhardt2021-12-191-1/+0
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-194-49/+32
* lavf/sdp: add more thorough error handlingAnton Khirnov2021-12-172-76/+121
* lavf/sdp: reindent switch() according to our conventionsAnton Khirnov2021-12-171-252/+252
* lavf/sdp: add const qualifiers where appropriateAnton Khirnov2021-12-174-16/+17
* avformat/4xm: Check for duplicate track idsMichael Niedermayer2021-12-161-0/+3
* avformat/4xm: Consider max_streams on reallocating tracks arrayMichael Niedermayer2021-12-161-1/+2
* avformat/cinedec: Avoid repeatedly allocating packets beyond the inputMichael Niedermayer2021-12-161-1/+13
* avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer2021-12-161-2/+4
* avformat/vivo: Favor setting fps from explicit fractionsMichael Niedermayer2021-12-161-2/+5
* avformat/vivo: Do not use the general expression evaluator for parsing a floa...Michael Niedermayer2021-12-161-3/+5
* avformat/mvdec: Use 64 bit in timestamp computationMichael Niedermayer2021-12-161-1/+1
* avformat/aviobuf: fix double free by return early on errorSteven Liu2021-12-161-8/+6
* avformat/moflex: Don't use uninitialized timebase for data streamAndreas Rheinhardt2021-12-161-7/+6
* avformat/moflex: Free AVPackets via av_packet_free() on errorAndreas Rheinhardt2021-12-161-0/+1
* avformat/demux: Remove redundant prevention against infinite loopAndreas Rheinhardt2021-12-161-3/+0
* avformat/demux: Remove fake-loopAndreas Rheinhardt2021-12-161-5/+3