summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/matroskadec: Don't keep old blocksAndreas Rheinhardt2019-06-231-49/+38
* avformat/matroskadec: Remove redundant initializationAndreas Rheinhardt2019-06-231-2/+1
* avformat/matroskadec: Set offset of first clusterAndreas Rheinhardt2019-06-231-0/+3
* avformat/matroskadec: Get rid of cluster size field assumptionAndreas Rheinhardt2019-06-231-6/+9
* avformat/matroskadec: Remove non-incremental parsing of clustersAndreas Rheinhardt2019-06-221-62/+10
* avformat/matroskadec: Use generic size check for signed integersAndreas Rheinhardt2019-06-221-6/+1
* avformat/matroskadec: Don't copy attached picturesAndreas Rheinhardt2019-06-221-6/+10
* avformat/hlsenc: better checking var_stream_map contentBela Bodecs2019-06-221-1/+18
* avformat/vividas: reduce keybits to require half the spaceMichael Niedermayer2019-06-211-6/+6
* avformat/vividas: Fix invalid shift in decode_key()Michael Niedermayer2019-06-211-1/+1
* avformat/jacosubdec: Fix timeres to 1/100 units convertion overflowMichael Niedermayer2019-06-211-4/+5
* avformat/icodec: Free ico->images on error pathsMichael Niedermayer2019-06-211-2/+8
* avformat/wsddec: Fix undefined shiftMichael Niedermayer2019-06-211-1/+1
* avformat/tiertexseq: Cleanup on errorMichael Niedermayer2019-06-211-4/+12
* avformat/tiertexseq: Move seq_read_close() up so it can be used for cleanupMichael Niedermayer2019-06-211-11/+11
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-214-2/+308
* avformat/segment: fix muxing tmcd tracks in MOVGyan Doshi2019-06-201-0/+6
* avformat/hlsenc: enhanced %v handling with variant namesBodecs Bela2019-06-201-29/+81
* av_format/hlsenc: fix %v handling by format_name functionBodecs Bela2019-06-191-10/+10
* avformat/segment: fix increment_tcGyan Doshi2019-06-181-2/+19
* avformat/wtvdec: Avoid (32bit signed) sectorsMichael Niedermayer2019-06-141-2/+3
* avformat/sbgdec: Fixes integer overflow in str_to_time() with hoursMichael Niedermayer2019-06-141-1/+1
* avformat/vpk: Check offset for validityMichael Niedermayer2019-06-141-0/+3
* avformat/vpk: Fix integer overflow in samples_per_block computationMichael Niedermayer2019-06-141-2/+2
* lavf/tls_gnutls: retry gnutls_handshake on non fatal errorsRemita Amine2019-06-141-5/+7
* avformat/dashdec: check copy_init_section memory alloc resultSteven Liu2019-06-141-4/+16
* lavf/hls: More log messageJun Zhao2019-06-141-2/+3
* lavf/webvtt: fix ffmpeg -h demuxer=webvtt can't dump optionsJun Zhao2019-06-141-5/+5
* avformat/hls: add http 2.0 version number compare for the http_multipleSteven Liu2019-06-141-1/+1
* avformat/hls: avformat_find_stream_info when the audio list in the variantSteven Liu2019-06-141-1/+1
* avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...Steven Liu2019-06-141-1/+3
* avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag supportSteven Liu2019-06-144-12/+35
* avformat/id3v2enc: fix bug, CTOC flags take only one bytePaul B Mahol2019-06-131-1/+1
* avformat/riff: add VP4 fourccPeter Ross2019-06-121-0/+1
* avformat/nut: add cpia codecStephan Hilb2019-06-101-0/+1
* avformat/matroskadec: Compactify structureAndreas Rheinhardt2019-06-071-1/+1
* avformat/matroskadec: Correct outdated error messageAndreas Rheinhardt2019-06-071-1/+1
* avformat/matroskadec: Remove unused variablesAndreas Rheinhardt2019-06-071-6/+2
* avformat/id3v2enc: write CTOC tooPaul B Mahol2019-06-071-0/+39
* lavf/hls: Update av_log() log messageJun Zhao2019-06-071-9/+15
* doc/muxers: fix typo of the hls var_stream_map exampleSteven Liu2019-06-021-1/+1
* avcodec/tiff: Recognize DNG/CinemaDNG imagesNick Renieris2019-05-301-0/+1
* avformat/gif: abort early if nothing was written yetPaul B Mahol2019-05-291-0/+3
* avformat/segment: populate empty outer stream extradata from packetGyan Doshi2019-05-281-0/+14
* avformat/mp3enc: Avoid SEEK_END as it is unsupportedMichael Niedermayer2019-05-271-1/+2
* avformat/webm_chunk: Specify expected argument length of get_chunk_filename()Michael Niedermayer2019-05-251-1/+1
* avformat/webm_chunk: Check header filename lengthMichael Niedermayer2019-05-251-1/+6
* avformat/utils: fix stream ordering for program ID stream specifiersMarton Balint2019-05-241-5/+11
* avformat/cache - delete cache file after closing handleGyan Doshi2019-05-251-2/+15
* avformat/mxfenc: support XAVC long gopBaptiste Coudurier2019-05-206-81/+372
OpenPOWER on IntegriCloud