summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegts: respect program number when merging streamsMarton Balint2019-07-121-4/+6
* avformat/movenc: use unspecified language by defaultMarton Balint2019-07-122-2/+2
* lavf/webm_chunk: Correct duration if start time > 0Andreas Rheinhardt2019-07-121-4/+6
* lavf/webm_chunk: Fix NULL dereferenceAndreas Rheinhardt2019-07-121-21/+23
* avcodec/magicyuv: add support for recently added YUV444P10Paul B Mahol2019-07-112-0/+2
* avformat/hlsenc: use one handler for m3u8 and segmentsSteven Liu2019-07-111-19/+20
* avformat/http: change error message from numeric code to stringSteven Liu2019-07-111-1/+1
* avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley2019-07-101-1/+1
* avformat/dashdec: fix code style and remove some empty lineSteven Liu2019-07-101-8/+3
* avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer2019-07-081-0/+1
* avformat/vividas: Check for input length in get_v()Michael Niedermayer2019-07-081-5/+6
* matroskadec: Fix overflow introduced in a569a7b3Andreas Rheinhardt2019-07-061-2/+4
* avformat/rpl: Calculate the duration of the video trackCameron Cawley2019-07-051-1/+3
* avformat/rpl: Allow a file to have audio, but not videoCameron Cawley2019-07-051-34/+44
* avformat/rpl: Fix detection of 8-bit linear formatsCameron Cawley2019-07-051-2/+2
* avformat/dashdec: fix code style in dash_read_packetSteven Liu2019-07-051-15/+16
* avformat/dashdec: refine and fix code style of dash_read_headerSteven Liu2019-07-041-35/+32
* avformat/dashdec: simplified code in open_demux_for_componentSteven Liu2019-07-041-1/+1
* ifv: populate creation_timePeter Ross2019-07-031-1/+4
* lavf/dump: More disposition flag dumpJun Zhao2019-07-031-0/+8
* lavf/utils: Respect default disposition when select the AVStreamJun Zhao2019-07-031-1/+2
* libavformat/subfile: Improve AVSEEK_SIZE/SEEK_END seekingAndreas Rheinhardt2019-07-011-3/+9
* avformat/dashdec: Fix reading values from SegmentTimeline inside Periodsfan52019-07-011-3/+4
* avformat/hlsenc: changing all filename length to MAX_URL_SIZEBela Bodecs2019-07-011-9/+9
* avformat/aviobuf: Delay buffer downsizing until asserts are metMichael Niedermayer2019-06-301-2/+1
* avformat/vqf: Check header_sizeMichael Niedermayer2019-06-291-1/+4
* avformat/hlsenc: temp_file usage for master playlist and vtt playlistBela Bodecs2019-06-281-9/+21
* libavformat/mux: Fix mixed delarations and codeAndreas Rheinhardt2019-06-271-2/+3
* avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol2019-06-271-0/+5
* hlsenc: Add option to set custom HTTP headersDerek Buitenhuis2019-06-271-0/+4
* libavformat/mux: Fix audio_preloadAndreas Rheinhardt2019-06-262-9/+15
* avformat/oggparseogm: sync avctx w/ codecparChris Cunningham2019-06-251-0/+3
* avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer2019-06-251-2/+1
* avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer2019-06-251-0/+1
* avformat/vividas: check length in read_vblock()Michael Niedermayer2019-06-251-1/+1
* avformat/dashenc: split extension for MP4 into .mp4 or .m4sAlfred E. Heggestad2019-06-251-3/+20
* lavf/flvenc: add automatic bitstream filteringJun Zhao2019-06-251-3/+24
* avformat/matroskadec: Improve error/EOF checks IIIAndreas Rheinhardt2019-06-241-7/+17
* avformat/matroskadec: Improve read error/EOF checks IIAndreas Rheinhardt2019-06-241-18/+41
* avformat/matroskadec: Improve read error/EOF checks IAndreas Rheinhardt2019-06-241-28/+46
* avformat/matroskadec: Properly check return valuesAndreas Rheinhardt2019-06-241-6/+11
* avformat/matroskadec: Don't zero unnecessarilyAndreas Rheinhardt2019-06-241-2/+4
* avformat/hlsenc: better error log message for var_stream_map contentBela Bodecs2019-06-241-4/+4
* avformat/matroskadec: Treat SimpleBlock as EBML_BINAndreas Rheinhardt2019-06-231-6/+2
* 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
OpenPOWER on IntegriCloud