summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* aformat/movenc: add missing padding to output track extradataJames Almer2019-09-261-5/+10
* avformat/movenc: Fix undefined shiftAndreas Rheinhardt2019-09-261-1/+2
* avformat/utils: ensure that all packets in AVPacketList are reference countedAndreas Rheinhardt2019-09-252-1/+7
* avformat/utils: Move the reference to the packet listAndreas Rheinhardt2019-09-251-15/+17
* avformat/utils: unref packet on AVInputFormat.read_packet() failureJames Almer2019-09-251-0/+2
* avformat/utils: Fix memleaksAndreas Rheinhardt2019-09-251-4/+12
* avformat/utils: Assert that stream_index is validAndreas Rheinhardt2019-09-251-4/+2
* lavf/mov: Fix timestamp rescale on sidx atomJun Li2019-09-261-1/+1
* avformat/sdsdec: fix undefined behaviourPaul B Mahol2019-09-251-3/+3
* avformat/aiffdec: fix signed integer overflowPaul B Mahol2019-09-251-1/+4
* lavf/4xm: fix memory leak in error handing pathJun Zhao2019-09-251-1/+2
* avformat/utils: Do not assume duration is non negative in compute_pkt_fields()Michael Niedermayer2019-09-241-4/+4
* avformat/vividas: Test size and packet numbers a bit moreMichael Niedermayer2019-09-241-8/+19
* avformat/vividas: Check n_sb_blocks against input spaceMichael Niedermayer2019-09-241-4/+13
* avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick2019-09-231-3/+3
* avformat/dashdec: fix segfault when parsing segmentlistvectronic2019-09-231-1/+1
* avformat/dashdec: fix pointer being freed was not allocatedvectronic2019-09-231-0/+1
* avformat/y4m: do not try to seek if pts is less than 0Paul B Mahol2019-09-221-0/+2
* avformat/latmenc: fix context used for loggingJames Almer2019-09-211-8/+8
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-204-12/+94
* avformat/hashenc: use an array of hashesMoritz Barsnick2019-09-201-28/+54
* avformat/hashenc: rearrange options definitionMoritz Barsnick2019-09-201-8/+27
* avformat/rtpenc_mpegts: copy metadata to mpegts sub-muxerMoritz Barsnick2019-09-201-0/+2
* avformat/aiffdec: parse replaygain metadataMoritz Barsnick2019-09-201-0/+5
* avformat/movenc: don't hardcode the colr box sizeJames Almer2019-09-191-4/+5
* avformat/mpegts: add support for EPG extraction from mpegtsAnthony Delannoy2019-09-191-1/+59
* avformat/mpegts: add all well known PIDs and TIDs to mpegts.hAnthony Delannoy2019-09-191-6/+68
* avformat/utils: Preserve integrity of linked listAndreas Rheinhardt2019-09-181-4/+3
* avformat/internal: Improve documentation of ff_packet_list_getAndreas Rheinhardt2019-09-181-1/+4
* lavf/mpegts: Support demuxing AVS2.hwrenx2019-09-181-0/+1
* avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer2019-09-171-1/+4
* avformat/mov: Fix memleakAndreas Rheinhardt2019-09-171-1/+3
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-0/+1
* avformat/vividas: Remove align offset which is always masked offMichael Niedermayer2019-09-161-1/+1
* avformat/vividas: remove dead assignmentMichael Niedermayer2019-09-161-2/+0
* avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer2019-09-161-1/+2
* repeat an even number of characters in occuredMichael Niedermayer2019-09-161-2/+2
* avformat/hcom: Tell the compiler about set but not read variablesMichael Niedermayer2019-09-161-1/+1
* avformat/rmdec.c: fix brackets around argumentsJames Almer2019-09-151-1/+1
* avformat/rmdec.c: fix left shift of negative value in rm_sync()James Almer2019-09-151-2/+2
* avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu2019-09-141-8/+8
* avformat/dashdec: reindent code at parse_manifestSteven Liu2019-09-141-1/+1
* lavf/hls: fix memory leak in error handling path for option tmpJun Zhao2019-09-141-3/+4
* lavf/hls: remove redundancy seekable settingJun Zhao2019-09-141-1/+0
* lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao2019-09-141-12/+6
* lavf/hls: refine the log messageJun Zhao2019-09-141-3/+3
* avformat/hlsenc: Fix memleak when using single_fileAndreas Rheinhardt2019-09-141-0/+1
* hlsenc: flush segments to guarantuee atomic single file hlsDaniel Oberhoff2019-09-141-0/+1
* avformat/sccdec: remove not needed codePaul B Mahol2019-09-131-1/+0
* avformat/dashdec: add startNumber parser for segmentlistSteven Liu2019-09-121-1/+9
OpenPOWER on IntegriCloud