aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: remove unused v210.cLimin Wang2022-01-051-123/+0
* avformat: reuse the common code for v210/v210xLimin Wang2022-01-052-6/+52
* lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt2022-01-041-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-0413-113/+96
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-045-4/+27
* avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabsAndreas Rheinhardt2022-01-045-7/+32
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-045-6/+32
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-044-17/+42
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-043-1/+27
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-044-3/+29
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-043-3/+3
* avformat/tests/imf: Don't use uninitialized valueAndreas Rheinhardt2022-01-041-1/+1
* avformat/imf: Fix error handling in set_context_streams_from_tracks()Pierre-Anthony Lemieux2022-01-041-2/+1
* avformat/movenc: Use dedicated pointer for access to MOVTrackAndreas Rheinhardt2022-01-041-19/+19
* avformat/mux, mxfenc: Don't use sizeof(AVPacket)Andreas Rheinhardt2022-01-042-13/+3
* 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