aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-246-17/+17
* nutdec: check av_new_packet return valueVittorio Giovara2014-10-211-2/+4
* nutenc: check for negative index rather than assertVittorio Giovara2014-10-211-1/+4
* rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-211-1/+1
* rmdec: check av_new_packet return valueVittorio Giovara2014-10-211-1/+3
* flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-211-2/+5
* flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-211-0/+1
* smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-211-1/+1
* rtpproto: Free the addrinfo pointer on failureLuca Barbato2014-10-201-1/+3
* nutdec: Prevent a memory corruptionLuca Barbato2014-10-201-2/+3
* rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-201-2/+0
* rtmpproto: remove dead codeVittorio Giovara2014-10-201-3/+0
* wtv: clean memory on errorVittorio Giovara2014-10-201-1/+3
* wtv: check seek_by_sector return valueVittorio Giovara2014-10-201-1/+3
* aviobuf: check context before using itVittorio Giovara2014-10-201-1/+2
* avio: fix sizeof argumentMichael Niedermayer2014-10-201-1/+1
* idcin: fix return checkVittorio Giovara2014-10-201-2/+2
* rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-181-4/+3
* urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov2014-10-181-2/+0
* rtmpproto: Add pause supportUwe L. Korn2014-10-172-1/+43
* rtmpproto: Track last received timestampUwe L. Korn2014-10-171-0/+5
* rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-171-0/+106
* rtmpproto: Add function to read a number responseUwe L. Korn2014-10-171-3/+42
* avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-171-0/+3
* rtsp: Check a memory allocationMichael Lynch2014-10-161-0/+2
* rtmpproto: Fix a typoMartin Storsjö2014-10-151-1/+1
* rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-151-9/+5
* rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-151-8/+8
* mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-151-1/+2
* sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö2014-10-151-2/+106
* rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-151-2/+97
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-153-8/+10
* mov: Handle tfdt atomsMartin Storsjö2014-10-141-0/+31
* movenc: Write tfdt atomsMartin Storsjö2014-10-141-0/+13
* lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-132-4/+8
* icecast: Do not use chunked postMark McGough2014-10-121-0/+1
* movenc: Simplify code by using an existing local pointerMartin Storsjö2014-10-121-1/+1
* movenc: Print a warning for an unhandled case of nonzero start dts with empty...Martin Storsjö2014-10-121-1/+7
* movenc: Write edit lists for fragmented files as well, if necessaryMartin Storsjö2014-10-121-3/+10
* movenc: Add some comments explaining subtle details in writing the edit listsMartin Storsjö2014-10-121-0/+8
* movenc: Adjust edit lists to trim out parts of tracks with negative ptsMichael Niedermayer2014-10-121-0/+7
* smoothstreamingenc: Simplify code by removing a redundant variableMartin Storsjö2014-10-121-3/+4
* lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer2014-10-121-1/+1
* tcp: Add AVOption supportLuca Barbato2014-10-101-9/+31
* tls: Support passing old-style tcp optionsLuca Barbato2014-10-101-1/+12
* rtsp: Add rtsps to the probeLuca Barbato2014-10-101-1/+5
* rtsp: Support tls when in listen modeLuca Barbato2014-10-101-6/+13
* rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-102-6/+19
* rtsp: Check for command strings without spacesLuca Barbato2014-10-101-0/+4
* sctp: Use AVERROR_BUG instead of abort()Luca Barbato2014-10-101-1/+1