aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* movenc: Add a flag for using default-base-is-moof in tfhd atomsMartin Storsjö2014-10-293-4/+13
* movenc: Signal iso6 in compatible_brands when using tfdtMartin Storsjö2014-10-291-0/+5
* movenc: Use a local variable consistentlyMartin Storsjö2014-10-291-1/+1
* movenc: Don't check the custom IO flag when using faststartMartin Storsjö2014-10-291-3/+2
* movenc: Don't use track_id to decide which track is the first in a moofMartin Storsjö2014-10-292-1/+4
* bethsoftvid: simplify return handlingVittorio Giovara2014-10-291-2/+0
* assdec: check av_new_packet return valueVittorio Giovara2014-10-291-1/+4
* mtv: improve header check and avoid division by zeroVittorio Giovara2014-10-291-2/+5
* oggenc: remove unneeded null checkMichael Niedermayer2014-10-291-1/+1
* mxfdec: reduce loop bound in mxf_read_pixel_layout()Tomas Härdin2014-10-271-1/+1
* bethsoftvid: check return value and clean memoryVittorio Giovara2014-10-271-0/+4
* filmstripdec: avoid integer overflowVittorio Giovara2014-10-271-1/+1
* matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2014-10-271-6/+24
* lavf: Implement ff_brktimegm using gmtime_rMartin Storsjö2014-10-261-23/+5
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-263-6/+13
* lavf: Check the return value of strftimeMartin Storsjö2014-10-263-12/+16
* wtv: Avoid needlessly calling gmtime twice with the same argumentMartin Storsjö2014-10-261-3/+3
* mov: fix assigment checkVittorio Giovara2014-10-241-1/+1
* mxfenc: Fix possible integer overflowsTomas Härdin2014-10-241-6/+6
* mxfdec: add missing breakVittorio Giovara2014-10-241-0/+1
* matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-241-2/+5
* matroskadec: check return valuesVittorio Giovara2014-10-241-1/+9
* matroskadec: fix leak on errorVittorio Giovara2014-10-241-0/+1
* lavf: replace rename() with ff_rename()Luca Barbato2014-10-243-8/+24
* flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-241-5/+5
* img2dec: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* audiointerleave: check av_new_packet return valueVittorio Giovara2014-10-241-2/+4
* mp3enc: write full LAME frameAnton Khirnov2014-10-241-33/+127
* mp3dec: fix reading the Xing tagAnton Khirnov2014-10-241-1/+3
* 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