summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint2019-08-141-13/+0
* avformat/mpegtsenc: fix PCR generation intervalsMarton Balint2019-08-141-36/+54
* avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint2019-08-141-2/+4
* avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint2019-08-141-26/+24
* avformat/mpegtsenc: factorize setting up servicesMarton Balint2019-08-141-41/+25
* avformat/mpegtsenc: fix incorrect PCR selection with multiple programsMarton Balint2019-08-141-64/+80
* libavformat/subfile: Fix SEEK_CUR and SEEK_END seekingAndreas Rheinhardt2019-08-131-3/+3
* lavf/concat: implement FFSEEK_SIZE.Nicolas George2019-08-131-1/+6
* lavf/aviobuf: make AVSEEK_SIZE usable from outside.Nicolas George2019-08-131-0/+3
* avformat/vividas: Fix another infinite loopMichael Niedermayer2019-08-111-1/+1
* avformat/vividas: Fix infinite loop in header parserMichael Niedermayer2019-08-111-0/+3
* lavf/dump: Fix cpb bitrate type after next major bump.Carl Eugen Hoyos2019-08-101-0/+4
* lavf/dump: Fix vbv_delay type specifier.Carl Eugen Hoyos2019-08-101-1/+1
* avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp lineOlivier Maignial2019-08-101-12/+33
* lavf/hls: add http_seekable option for HTTP partial requestsJun Zhao2019-08-081-2/+7
* Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"Michael Niedermayer2019-08-061-4/+1
* avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculationJacob Siddall2019-08-051-1/+4
* avformat/realtextdec: Check for duplicate extradata in realtext_read_header()Michael Niedermayer2019-08-051-0/+4
* avformat/vividas: Fix memleak of AVIOContext in track_header()Michael Niedermayer2019-08-051-2/+6
* avformat/vividas: Check that value from ffio_read_varlen() does not overflowMichael Niedermayer2019-08-031-2/+5
* avformat/vividas: forward errors from track_header()Michael Niedermayer2019-08-031-4/+8
* avformat/vividas: Check buffer size before allocationMichael Niedermayer2019-08-031-0/+3
* avformat/vividas: Check if extradata was read successfullyMichael Niedermayer2019-08-031-1/+6
* avformat/dashenc: fix writing the AV1 codec string in mp4 modeJames Almer2019-08-031-0/+16
* avformat/dashenc: update stream extradata from packet side dataJames Almer2019-08-031-11/+12
* avformat/av1: combine high_bitdepth and twelve_bit into a single bitdepth valueJames Almer2019-08-032-8/+10
* avformat/av1: rename some AV1SequenceParameters fieldsJames Almer2019-08-032-15/+15
* avformat/av1: split off sequence header parsing from the av1C writing functionJames Almer2019-08-032-17/+59
* avformat/av1: add color config values to AV1SequenceParametersJames Almer2019-08-031-14/+18
* avformat/mpc: deallocate frames array on errorsMichael Niedermayer2019-07-311-2/+5
* avformat/av1: fix AV1CodecConfigurationBox name in doxyJames Almer2019-07-301-1/+1
* avformat/hlsenc: Fix overflow of int for durations computeSteven Liu2019-07-291-2/+2
* avcodec/adpcm: add support for 5.1 ADPCM MSPaul B Mahol2019-07-261-0/+2
* lafv/wavdec: Fail bext parsing on incomplete readsMatt Wolenetz2019-07-261-5/+7
* lavf/hls: replace the same code logic with ensure_playlist()vacingfang2019-07-261-7/+3
* lavf/hls: remove redundancy reset_packet() after av_packet_unref()Jun Zhao2019-07-261-4/+0
* avformat/mxfenc: fix index byte count in partition headerBaptiste Coudurier2019-07-221-2/+1
* avformat/mov: fix return code for trun box with no sample entriesGyan Doshi2019-07-221-2/+2
* avformat/dashenc: add descriptor which is useful to the scheme defined by ISO...Leo Zhang2019-07-221-4/+23
* Bump minor versions again on master to keep 4.2 versions separate from masterMichael Niedermayer2019-07-211-1/+1
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-2/+2
* lavf/avio: remove ffio_open2_wrapper functionJun Zhao2019-07-212-9/+0
* avformat/aacdec: resync to the next adts frame on invalid data instead of abo...James Almer2019-07-201-3/+3
* avformat/aacdec: factorize the adts frame resync codeJames Almer2019-07-201-12/+25
* avformat/mux: correct error msg for when BSF filtering failsGyan Doshi2019-07-201-1/+1
* avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer2019-07-191-2/+4
* avformat/ifv: Check for EOF in read_index()Michael Niedermayer2019-07-191-0/+2
* matroskadec: Remove redundant constAndreas Rheinhardt2019-07-181-46/+46
* matroskadec: Add sizes to forward declarationsAndreas Rheinhardt2019-07-181-6/+10
* avformat/rawdec: Make the raw packet size configurableMichael Niedermayer2019-07-1713-5/+69
OpenPOWER on IntegriCloud