summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-191-0/+1
* aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
* rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-151-0/+7
* id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-141-6/+16
* id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-141-2/+2
* id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-141-3/+3
* mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-141-8/+4
* img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-141-1/+1
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-091-6/+10
* mpeg: Remove unused fieldLuca Barbato2015-01-071-1/+0
* segment: Fix the failure pathsLuca Barbato2015-01-071-12/+20
* movenc: Fix a typo in a commentMartin Storsjö2015-01-061-1/+1
* movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-061-1/+1
* isom: add 'mp1v' fourccJustin Ruggles2015-01-061-0/+1
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-042-2/+2
* libavformat: Check for malloc failures in avformat_new_streamMartin Storsjö2015-01-041-0/+5
* libavformat: Remove a misleading/incorrect commentMartin Storsjö2015-01-041-2/+2
* avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-031-1/+1
* dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-031-17/+23
* dashenc: Use delay_moovMartin Storsjö2015-01-031-9/+14
* movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-032-17/+4
* movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-033-14/+60
* movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö2015-01-031-5/+5
* movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö2015-01-031-1/+1
* movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö2015-01-031-9/+17
* dashenc: Remove some stray double spacesMartin Storsjö2014-12-291-2/+2
* dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-291-1/+3
* mpegts: add support for OpusKieran Kunhya2014-12-201-1/+53
* libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-191-3/+16
* rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö2014-12-191-3/+1
* mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-191-1/+2
* libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-191-1/+1
* mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov2014-12-191-0/+1
* rtsp: check ffurl_get_file_handle() return valueVittorio Giovara2014-12-181-0/+4
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-4/+12
* mpegts: check get16() return valueVittorio Giovara2014-12-181-1/+4
* oggdec: add support for VP8 demuxingJames Almer2014-12-185-1/+146
* movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö2014-12-182-0/+10
* libavformat: Add a muxer wrapping mpegts encoding into RTPMartin Storsjö2014-12-184-1/+168
* rtp: Initial H.261 supportThomas Volkert2014-12-189-4/+342
* rtpenc: Avoid brittle switch fallthroughsMartin Storsjö2014-12-181-0/+3
* rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2014-12-181-0/+1
* rtpenc: Set the AVFMT_TS_NONSTRICT flagMartin Storsjö2014-12-181-0/+1
* rtpenc: Set the timestamp properly when sending mpegts data, tooMartin Storsjö2014-12-181-0/+1
* srtpproto: fix option flag typeTristan Matthews2014-12-181-2/+2
* dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-171-2/+10
* dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-171-2/+6
* mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-151-1/+1
* matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-151-1/+2
* dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-101-8/+8