summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö2014-10-26
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* lavf: Check the return value of strftimeMartin Storsjö2014-10-26
* wtv: Avoid needlessly calling gmtime twice with the same argumentMartin Storsjö2014-10-26
* mov: fix assigment checkVittorio Giovara2014-10-24
* mxfenc: Fix possible integer overflowsTomas Härdin2014-10-24
* mxfdec: add missing breakVittorio Giovara2014-10-24
* matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-24
* matroskadec: check return valuesVittorio Giovara2014-10-24
* matroskadec: fix leak on errorVittorio Giovara2014-10-24
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-24
* flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-24
* img2dec: check av_new_packet return valueVittorio Giovara2014-10-24
* audiointerleave: check av_new_packet return valueVittorio Giovara2014-10-24
* mp3enc: write full LAME frameAnton Khirnov2014-10-24
* mp3dec: fix reading the Xing tagAnton Khirnov2014-10-24
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* nutdec: check av_new_packet return valueVittorio Giovara2014-10-21
* nutenc: check for negative index rather than assertVittorio Giovara2014-10-21
* rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-21
* rmdec: check av_new_packet return valueVittorio Giovara2014-10-21
* flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-21
* flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-21
* smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-21
* rtpproto: Free the addrinfo pointer on failureLuca Barbato2014-10-20
* nutdec: Prevent a memory corruptionLuca Barbato2014-10-20
* rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-20
* rtmpproto: remove dead codeVittorio Giovara2014-10-20
* wtv: clean memory on errorVittorio Giovara2014-10-20
* wtv: check seek_by_sector return valueVittorio Giovara2014-10-20
* aviobuf: check context before using itVittorio Giovara2014-10-20
* avio: fix sizeof argumentMichael Niedermayer2014-10-20
* idcin: fix return checkVittorio Giovara2014-10-20
* rtmp: Always call rtmp_close() on rtmp_open() failureAlexander Drozdov2014-10-18
* urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov2014-10-18
* rtmpproto: Add pause supportUwe L. Korn2014-10-17
* rtmpproto: Track last received timestampUwe L. Korn2014-10-17
* rtmpproto: Add getStreamLength call to query durationUwe L. Korn2014-10-17
* rtmpproto: Add function to read a number responseUwe L. Korn2014-10-17
* avformat: Make avformat_free_context handle NULLLuca Barbato2014-10-17
* rtsp: Check a memory allocationMichael Lynch2014-10-16
* rtmpproto: Fix a typoMartin Storsjö2014-10-15
* rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-15
* rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-15
* mov: Correctly check the color transfer characteristics rangeVittorio Giovara2014-10-15
* sdp: Provide out of bound parameter sets for HEVC if extradata is setMartin Storsjö2014-10-15
* rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-15
* lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov2014-10-15
* mov: Handle tfdt atomsMartin Storsjö2014-10-14
* movenc: Write tfdt atomsMartin Storsjö2014-10-14