summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/mpeg: Fix leaks of AVFormatContext and subtitle packetsAndreas Rheinhardt2019-12-05
* avformat/mpeg: Don't copy or leak string in AVBPrintAndreas Rheinhardt2019-12-05
* avformat/mpeg: Make VobSub demuxer have its own context structAndreas Rheinhardt2019-12-05
* avformat/matroskadec: Reuse AVIOContextAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Improve frame size parsing error messagesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Remove unnecessary checkAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Simplify control flow of parsing lacesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Avoid allocating array for lace sizesAndreas Rheinhardt2019-12-04
* avformat/matroskadec: Use bytestream API instead of AVIOContextAndreas Rheinhardt2019-12-04
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-04
* avformat/matroskadec: Check before allocationsAndreas Rheinhardt2019-12-04
* avformat/rmdec: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2019-12-04
* avformat/mpegtsenc: add padding to m2ts streamsMarton Balint2019-12-03
* avformat/mpegtsenc: factorize writing packetMarton Balint2019-12-03
* avformat/mpegtsenc: move around setting m2ts_modeMarton Balint2019-12-03
* avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRayMarton Balint2019-12-03
* avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDsMarton Balint2019-12-03
* libavformat/utils: Fix code indentationLinjie Fu2019-12-03
* avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer2019-12-01
* avformat/flac_picture: Return directly if nothing has been allocatedAndreas Rheinhardt2019-12-01
* avformat/flac_picture: Switch to bytestream2 APIAndreas Rheinhardt2019-12-01
* avformat/flac_picture: Simplify checksAndreas Rheinhardt2019-12-01
* avformat/smoothstreamingenc: removed unused check of avformat_free_contextSteven Liu2019-12-02
* avformat/rtpenc_mpegts: removed unused check of avformat_free_contextSteven Liu2019-12-02
* avformat/hdsenc: removed unused check of avformat_free_contextSteven Liu2019-12-02
* avformat/dashenc: remove unused check of avformat_free_contextSteven Liu2019-12-02
* avformat/avc: add missing return error valueJames Almer2019-11-30
* avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps()James Almer2019-11-29
* avformat/avio: Use ffurl_closepAndreas Rheinhardt2019-11-29
* lavf/vividas: check avformat_new_stream() returnJun Zhao2019-11-29
* avformat/vividas: Avoid allocation of AVIOContextAndreas Rheinhardt2019-11-29
* avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer2019-11-28
* avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-28
* avformat/matroskaenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt2019-11-28
* avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt2019-11-28
* avformat/avc: Avoid allocation for small SPS/PPS arraysAndreas Rheinhardt2019-11-28
* avformat/av1: Avoid allocation for small headersAndreas Rheinhardt2019-11-28
* avformat/apetag: Avoid allocation for small tagsAndreas Rheinhardt2019-11-28
* avformat/aviobuf: Avoid allocating buffer when using dynamic bufferAndreas Rheinhardt2019-11-28
* avformat/flacenc: Add const to ff_flac_write_header() parameterAndreas Rheinhardt2019-11-28
* avcodec: add mvha video decoderPaul B Mahol2019-11-27
* avcodec: add mvdv video decoderPaul B Mahol2019-11-27
* avformat/hls: correct grammatical errors of m3u8_hold_counters optionSteven Liu2019-11-27
* avformat/hlsenc: set strict_std_compliance from the parent AVFormatContextSteven Liu2019-11-26
* avformat/hls: add option for the m3u8 list load max timesSteven Liu2019-11-25
* avformat/vividas: Error out on audio packets in the absence of audio streamsMichael Niedermayer2019-11-25
* avformat/vividas: Check and require 1 video streamMichael Niedermayer2019-11-25
* avformat/matroskaenc: Remove outdated commentAndreas Rheinhardt2019-11-24
* avformat/matroskaenc: Fix potential leak of cached packetAndreas Rheinhardt2019-11-24
* avformat/mxfenc: simplify d-10 ul handlingBaptiste Coudurier2019-11-23