summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/Makefile: add imf.h to SKIPHEADERSJames Almer2021-12-31
* http: make caching of redirect url optionalerankor2021-12-31
* avformat/mov: add option max_stts_deltaGyan Doshi2021-12-31
* avformat/imf: TestsPierre-Anthony Lemieux2021-12-31
* avformat/imf: DemuxerPierre-Anthony Lemieux2021-12-31
* avformat: add bitpacked demuxerLimin Wang2021-12-31
* avformat/flvdec: timestamps cannot use the full int64 rangeMichael Niedermayer2021-12-30
* lavf/tls_mbedtls: fix handling of tls_verify=0sfan52021-12-30
* avformat/mxfenc: fix DNxHD GC element_typeNicolas Gaullier2021-12-27
* avformat/mxfenc: fix DNxHD GC container_ulNicolas Gaullier2021-12-27
* avformat/mvdec: Check bytes_per_sampleMichael Niedermayer2021-12-25
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-22
* avformat/mvdec: explicitly set durationJohn-Paul Stewart2021-12-21
* avformat/mvdec: read frame rate from data streamJohn-Paul Stewart2021-12-21
* avformat/wvenc: Make init function out of write_headerAndreas Rheinhardt2021-12-20
* avformat/crcenc: Make init function out of write_headerAndreas Rheinhardt2021-12-20
* avformat/sdp: Fix use of uninitialised valueAndreas Rheinhardt2021-12-20
* avformat/mxfenc: Avoid allocation for timecode trackAndreas Rheinhardt2021-12-19
* avformat/mxfenc: Use smaller types to make struct smallerAndreas Rheinhardt2021-12-19
* avcodec/Makefile: Remove superfluous avformat->DNXHD dependenciesAndreas Rheinhardt2021-12-19
* avformat/aviobuf: ffio_copy_url_optionsPierre-Anthony Lemieux2021-12-19
* lavf/sdp: add more thorough error handlingAnton Khirnov2021-12-17
* lavf/sdp: reindent switch() according to our conventionsAnton Khirnov2021-12-17
* lavf/sdp: add const qualifiers where appropriateAnton Khirnov2021-12-17
* avformat/4xm: Check for duplicate track idsMichael Niedermayer2021-12-16
* avformat/4xm: Consider max_streams on reallocating tracks arrayMichael Niedermayer2021-12-16
* avformat/cinedec: Avoid repeatedly allocating packets beyond the inputMichael Niedermayer2021-12-16
* avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer2021-12-16
* avformat/vivo: Favor setting fps from explicit fractionsMichael Niedermayer2021-12-16
* avformat/vivo: Do not use the general expression evaluator for parsing a floa...Michael Niedermayer2021-12-16
* avformat/mvdec: Use 64 bit in timestamp computationMichael Niedermayer2021-12-16
* avformat/aviobuf: fix double free by return early on errorSteven Liu2021-12-16
* avformat/moflex: Don't use uninitialized timebase for data streamAndreas Rheinhardt2021-12-16
* avformat/moflex: Free AVPackets via av_packet_free() on errorAndreas Rheinhardt2021-12-16
* avformat/demux: Remove redundant prevention against infinite loopAndreas Rheinhardt2021-12-16
* avformat/demux: Remove fake-loopAndreas Rheinhardt2021-12-16
* avformat/rtpdec_rfc4175: cosmetic changesLimin Wang2021-12-14
* avformat/hlsenc: deprecate hls_ts_options optionSteven Liu2021-12-13
* avformat/hlsenc: add hls_segment_options correct the segment options nameSteven Liu2021-12-13
* avformat/img2enc: do not ignore IO errorsMarton Balint2021-12-12
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/aviobuf: return stored AVIO context error on avio_closeMarton Balint2021-12-12
* avformat/file: use proper return value in file_closeMarton Balint2021-12-12
* avformat/mxfdec: Check for duplicate mxf_read_index_entry_array()Michael Niedermayer2021-12-09
* avformat/mxfdec: Check component_depth in mxf_get_color_range()Michael Niedermayer2021-12-09
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-09
* avformat/utils: Fix wrong indentationAndreas Rheinhardt2021-12-09
* avformat/mov: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/md5proto: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/aadec: Use smaller scope for variablesAndreas Rheinhardt2021-12-08