summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/hlsenc: reindent codeSteven Liu2019-08-201-35/+32
* avformat/hlsenc: remove unuse comment of the codeSteven Liu2019-08-201-1/+0
* lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao2019-08-201-0/+1
* lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]Limin Wang2019-08-201-1/+1
* avformat/hlsenc: merge mpegts and fmp4 workflow to one workflowSteven Liu2019-08-181-127/+124
* lavf/dump: use error log level for invalid sizeLimin Wang2019-08-181-6/+6
* avformat/avio: remove 4k limit from avio_printfMarton Balint2019-08-173-7/+16
* avformat/assenc: optimize writing dialogsMarton Balint2019-08-171-1/+1
* avformat/avio: add avio_print_string_array and avio_printMarton Balint2019-08-173-1/+24
* avformat/matroskadec: Fix seekingAndreas Rheinhardt2019-08-161-1/+1
* lavf/utils: fix error like "offset 0x1f85: partial file"tomajsjiang2019-08-151-1/+7
* lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloctomajsjiang2019-08-152-0/+40
* avformat/mux: Use av_packet_rescale_tsAndreas Rheinhardt2019-08-151-12/+4
* avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt2019-08-156-9/+11
* 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
OpenPOWER on IntegriCloud