summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat/rtsp: return error if rtsp_hd_out is null instead of crashRoss Nicholson2019-09-27
* avformat: use avpriv_mpeg4audio_get_config2()James Almer2019-09-27
* avformat/dhav: fix demuxer since recent breakagePaul B Mahol2019-09-27
* avformat/g729dec: set packet duration and correctly set timebase infoPaul B Mahol2019-09-27
* avformat/nut: add pcm_s64 supportPaul B Mahol2019-09-27
* aformat/movenc: add missing padding to output track extradataJames Almer2019-09-26
* avformat/movenc: Fix undefined shiftAndreas Rheinhardt2019-09-26
* avformat/utils: ensure that all packets in AVPacketList are reference countedAndreas Rheinhardt2019-09-25
* avformat/utils: Move the reference to the packet listAndreas Rheinhardt2019-09-25
* avformat/utils: unref packet on AVInputFormat.read_packet() failureJames Almer2019-09-25
* avformat/utils: Fix memleaksAndreas Rheinhardt2019-09-25
* avformat/utils: Assert that stream_index is validAndreas Rheinhardt2019-09-25
* lavf/mov: Fix timestamp rescale on sidx atomJun Li2019-09-26
* avformat/sdsdec: fix undefined behaviourPaul B Mahol2019-09-25
* avformat/aiffdec: fix signed integer overflowPaul B Mahol2019-09-25
* lavf/4xm: fix memory leak in error handing pathJun Zhao2019-09-25
* avformat/utils: Do not assume duration is non negative in compute_pkt_fields()Michael Niedermayer2019-09-24
* avformat/vividas: Test size and packet numbers a bit moreMichael Niedermayer2019-09-24
* avformat/vividas: Check n_sb_blocks against input spaceMichael Niedermayer2019-09-24
* avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick2019-09-23
* avformat/dashdec: fix segfault when parsing segmentlistvectronic2019-09-23
* avformat/dashdec: fix pointer being freed was not allocatedvectronic2019-09-23
* avformat/y4m: do not try to seek if pts is less than 0Paul B Mahol2019-09-22
* avformat/latmenc: fix context used for loggingJames Almer2019-09-21
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-20
* avformat/hashenc: use an array of hashesMoritz Barsnick2019-09-20
* avformat/hashenc: rearrange options definitionMoritz Barsnick2019-09-20
* avformat/rtpenc_mpegts: copy metadata to mpegts sub-muxerMoritz Barsnick2019-09-20
* avformat/aiffdec: parse replaygain metadataMoritz Barsnick2019-09-20
* avformat/movenc: don't hardcode the colr box sizeJames Almer2019-09-19
* avformat/mpegts: add support for EPG extraction from mpegtsAnthony Delannoy2019-09-19
* avformat/mpegts: add all well known PIDs and TIDs to mpegts.hAnthony Delannoy2019-09-19
* avformat/utils: Preserve integrity of linked listAndreas Rheinhardt2019-09-18
* avformat/internal: Improve documentation of ff_packet_list_getAndreas Rheinhardt2019-09-18
* lavf/mpegts: Support demuxing AVS2.hwrenx2019-09-18
* avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer2019-09-17
* avformat/mov: Fix memleakAndreas Rheinhardt2019-09-17
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-16
* avformat/vividas: Remove align offset which is always masked offMichael Niedermayer2019-09-16
* avformat/vividas: remove dead assignmentMichael Niedermayer2019-09-16
* avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer2019-09-16
* repeat an even number of characters in occuredMichael Niedermayer2019-09-16
* avformat/hcom: Tell the compiler about set but not read variablesMichael Niedermayer2019-09-16
* avformat/rmdec.c: fix brackets around argumentsJames Almer2019-09-15
* avformat/rmdec.c: fix left shift of negative value in rm_sync()James Almer2019-09-15
* avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu2019-09-14
* avformat/dashdec: reindent code at parse_manifestSteven Liu2019-09-14
* lavf/hls: fix memory leak in error handling path for option tmpJun Zhao2019-09-14
* lavf/hls: remove redundancy seekable settingJun Zhao2019-09-14
* lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao2019-09-14