summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/dashdec: Don't allocate and leak strings that are never usedAndreas Rheinhardt2020-03-29
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-28
* avformat/rtp: Pass sources and block filter addresses via sdp file for rtpphunkyfish2020-03-27
* movenc: mark Opus encapsulation as stableLynne2020-03-27
* avformat/webmdashenc: Fix memleak upon realloc failureAndreas Rheinhardt2020-03-26
* avformat/mpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-03-26
* avformat/yop: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-03-26
* avformat/nsvdec: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-03-26
* avformat/matroskadec: Don't discard the upper 32bits of TrackNumberAndreas Rheinhardt2020-03-26
* avformat/movenc: Reduce size of the allocated MOVIentry arrayJames Almer2020-03-26
* avformat/matroskadec: fix the type of the TrackLanguageSteve Lhomme2020-03-26
* avformat/matroskaenc: Avoid allocations for SeekHeadAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: CosmeticsAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Check unchecked functions for errorsAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Add deinit functionAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Add init functionAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Remove unnecessary variableAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Don't copy header filenameAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Don't keep pointer to AVOutputFormatAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Avoid unnecessary flushesAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Use API functions for child muxerAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Use appropriate initializer for AV_OPT_TYPE_STRINGAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Copy more information to the child AVFormatContextAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Close IO if writing header failsAndreas Rheinhardt2020-03-26
* avformat/webm_chunk: Don't use child AVFormatContext for loggingAndreas Rheinhardt2020-03-26
* avformat/webmdashenc: Don't use custom option for bitexactnessAndreas Rheinhardt2020-03-25
* avformat/matroska: add missing Buttons track typeSteve Lhomme2020-03-25
* avformat/dss: Use AV_DICT_DONT_STRDUP_VAL to save a malloc+memcpyAndreas Rheinhardt2020-03-24
* avformat/hls: Don't strdup non-null-terminated stringAndreas Rheinhardt2020-03-24
* avformat/mxfdec: use av_asprintf()Limin Wang2020-03-23
* avformat/hnm: Check for extradata allocation failureAndreas Rheinhardt2020-03-22
* avformat/subtitles: Don't increment packet counter prematurelyAndreas Rheinhardt2020-03-22
* avformat/bethsoftvid: Fix potential memleak upon reallocation failureAndreas Rheinhardt2020-03-22
* avformat/bethsoftvid: Avoid allocations and frees for palettesAndreas Rheinhardt2020-03-22
* avformat/asfdec_f: Fix overflow check in get_tag()Michael Niedermayer2020-03-21
* lavf/subviewerdec: Support higher sub-second precision.Carl Eugen Hoyos2020-03-21
* avformat/bink: properly mark packets that are key framesPaul B Mahol2020-03-20
* avformat/utils: Make find_stream_info get side data from codec contextNicolas Gaullier2020-03-20
* avformat/yuv4mpegdec: add support for 444alphaPaul B Mahol2020-03-19
* avformat/yuv4mpegdec: use proper error codesPaul B Mahol2020-03-19
* avformat/xwma: return always proper error codesPaul B Mahol2020-03-19
* avformat/nsvdec: Fix memleaks on errors while reading the headerMichael Niedermayer2020-03-19
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avformat: add hca demuxerPaul B Mahol2020-03-17
* avformat: add derf demuxerPaul B Mahol2020-03-17
* avformat: add fwse demuxerPaul B Mahol2020-03-17
* avformat/webmdashenc: Remove write_trailerAndreas Rheinhardt2020-03-15
* avformat/mxfenc: allow all frame rates if -strict mode is set to unofficial o...Marton Balint2020-03-14
* avformat/mxfenc: factorize timecode checking and settingMarton Balint2020-03-14
* avformat/mxfenc: add some missing content package ratesMarton Balint2020-03-14