aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* movenc: Require samples before trying to write edtsMartin Storsjö2014-11-081-3/+3
* movenc: Avoid leaking locally allocated data when returning on errorsMartin Storsjö2014-11-081-6/+12
* movenc: Remove an outdated commentMartin Storsjö2014-11-081-1/+1
* movenc: Write correct presentation timestamps in tfraMartin Storsjö2014-11-072-1/+12
* movenc: Remove a now redundant checkMartin Storsjö2014-11-071-1/+1
* movenc: Allow to request not to use edit listsMartin Storsjö2014-11-072-1/+34
* lavf: Print a warning if failed to avoid negative timestamps when requestedMichael Niedermayer2014-11-071-0/+8
* lavf: Add an option for avoiding negative timestampsMichael Niedermayer2014-11-074-3/+27
* nutdec: do not set has_b_framesAnton Khirnov2014-11-061-1/+0
* oggenc: accept only STREAMINFO extradataAnton Khirnov2014-11-061-5/+3
* lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-062-12/+18
* riffenc: do not fall back on AVCodecContext.frame_size for MP3Anton Khirnov2014-11-061-7/+3
* lavf: use the format context strict_std_compliance instead of the codec oneAnton Khirnov2014-11-062-2/+2
* lavc,lavf: switch to the new vorbis parse APIAnton Khirnov2014-11-061-8/+12
* lavc: add a public API for parsing vorbis packets.Anton Khirnov2014-11-061-1/+1
* vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov2014-11-061-1/+1
* rtmpproto: Ignore errors from the getStreamLength methodMartin Storsjö2014-11-051-0/+3
* movenc: Define the flag bits using shifts instead of as decimal numbersMartin Storsjö2014-11-031-11/+11
* movenc: Don't write any iso brands in ismv filesMartin Storsjö2014-10-301-2/+0
* movenc: Don't write any tfdt atom for ismv filesMartin Storsjö2014-10-301-2/+3
* movenc: Write a 0 duration in mdhd and tkhd for an empty initial moovMartin Storsjö2014-10-301-6/+12
* 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