summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE in set_spdif()Michael Niedermayer2021-02-10
* avformat/rmdec: Check remaining space in debug av_log() loopMichael Niedermayer2021-02-10
* avformat/flvdec: Treat high ts byte as unsignedMichael Niedermayer2021-02-10
* avformat/mov: Ignore tags with invalid size during probingMichael Niedermayer2021-02-10
* avformat/mov: Factor offset advancement out in probingMichael Niedermayer2021-02-10
* avformat/mov: simplify size code in probing a bitMichael Niedermayer2021-02-10
* avformat/mov: Support size = 1 and size = 0 special cases in probingMichael Niedermayer2021-02-10
* avformat/movenc: remove unnecessary HDR metadata log messagesJan Ekström2021-02-10
* avformat/samidec: Sanity check ptsMichael Niedermayer2021-02-10
* avformat/avidec: Use 64bit in get_duration()Michael Niedermayer2021-02-10
* avformat/mov: Check for duplicate st3dMichael Niedermayer2021-02-10
* avformat/mvdec: Check for EOF in read_index()Michael Niedermayer2021-02-10
* avformat/id3v2: Check the return from avio_get_str()Michael Niedermayer2021-02-10
* avformat/fitsenc: write DATAMIN/DATAMAX to encoded outputPaul B Mahol2021-02-10
* avformat/mov: factor size out of probe codeMichael Niedermayer2021-02-09
* avformat/wtvdec: Check len in parse_chunks() to avoid overflowMichael Niedermayer2021-02-09
* avformat/wtvdec: Check for EOF before potentially reseting the eof stateMichael Niedermayer2021-02-09
* avformat/asfdec_f: Add an additional check for the extradata sizeMichael Niedermayer2021-02-09
* avformat/3dostr: Check sample_rateMichael Niedermayer2021-02-09
* avformat/libsrt: fix race condition with libsrt_network_wait_fd and epollMarton Balint2021-02-07
* avformat/libsrt: fix or simplify some function return valuesMarton Balint2021-02-07
* avformat/libsrt: close listen fd immediately after acceptMarton Balint2021-02-07
* avformat/img2dec: improve xbm probingPaul B Mahol2021-02-05
* avformat/cdxl: add back options to override sample and frame ratePaul B Mahol2021-02-05
* avformat: add xbm_pipe demuxerPaul B Mahol2021-02-05
* avformat/mxfenc: prefer to use the configured metadataLimin Wang2021-02-05
* avformat/mxf: add platform local tagLimin Wang2021-02-05
* avformat/mxfdec: set toolkit version metadataLimin Wang2021-02-05
* avformat/cdxl: improve frame rate guessing for standard cdxlPaul B Mahol2021-02-05
* avformat/4xm: Make audio_frame_count 64bitMichael Niedermayer2021-02-04
* avformat/mov: Use av_mul_q() to avoid integer overflowsMichael Niedermayer2021-02-04
* avformat: add binka demuxerPaul B Mahol2021-02-04
* avformat/rmdec: Reorder operations to avoid overflowMichael Niedermayer2021-02-04
* avformat/mvdec: Sanity check SAMPLE_WIDTHMichael Niedermayer2021-02-04
* avformat/dashdec: Avoid segfault when URL template is unexpectedly missingsfan52021-02-04
* avformat/dashdec: Fix missing NULL checksfan52021-02-04
* avformat/dashdec: rename variable name for more readableSteven Liu2021-02-04
* avformat/dashdec: check init_section before use it.Steven Liu2021-02-04
* avformat/cdxl: rework probe and fix sample rate and frame ratePaul B Mahol2021-02-04
* avformat/qtpalette: Use better headersAndreas Rheinhardt2021-02-03
* avformat/rtsp: Fix build failure when RTP demuxers are disabledAndreas Rheinhardt2021-02-03
* avformat/Makefile: Only compile qtpalette.c when neededAndreas Rheinhardt2021-02-03
* avformat/qtpalette: Move default palette to their only userAndreas Rheinhardt2021-02-03
* avformat/cutils, dvenc: Move ff_brktimegm to its only userAndreas Rheinhardt2021-02-03
* avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol2021-02-03
* avformat/mxfdec: Add missing const to mxf_mastering_display*Tomas Härdin2021-02-03
* av_dump_format(): reduce indentation for streamsAnton Khirnov2021-02-03
* av_dump_format(): increase indentation for chapter metadataAnton Khirnov2021-02-03
* av_dump_format: add a heading for chaptersAnton Khirnov2021-02-03
* avformat/rtmppkt: Only compile ff_rtmp_packet_dump if defined(DEBUG)Andreas Rheinhardt2021-02-02