summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-271-2/+19
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-271-18/+1
* movenc: Expose the fragment index as an avoptionMartin Storsjö2014-11-261-0/+1
* movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-262-6/+30
* lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-242-9/+92
* lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-244-14/+30
* flvdec: Document how the duration is retrieved at the end of the fileUwe L. Korn2014-11-241-0/+4
* dashenc: Don't segment all video streams when one stream gets a keyframeMartin Storsjö2014-11-241-6/+19
* sol: simplify sol_codec_id()Vittorio Giovara2014-11-241-11/+8
* mpegenc: prevent a NULL pointer dereferenceVittorio Giovara2014-11-241-1/+1
* dashenc: Don't require the stream bitrate to be knownMartin Storsjö2014-11-221-6/+14
* lavf: Remove a redundant include of sys/stat.hMartin Storsjö2014-11-221-2/+0
* flvenc: Remove an unused variableMichael Niedermayer2014-11-221-1/+1
* xwma: Do not leak on failure pathLuca Barbato2014-11-211-8/+15
* hdsenc: Clear the previous codec tag when setting up the chained muxerMartin Storsjö2014-11-191-0/+1
* hdsenc: Use the right filename in an error messageMartin Storsjö2014-11-191-1/+1
* mov: check ff_get_wav_header() return valueVittorio Giovara2014-11-181-3/+1
* librtmp: append the correct field to the stringVittorio Giovara2014-11-181-1/+1
* lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö2014-11-172-2/+3
* tools: Add a sidxindex toolMartin Storsjö2014-11-171-0/+1
* movenc: Allow writing a DASH sidx atom at the start of filesMartin Storsjö2014-11-172-26/+92
* movenc: Add tfra entries for all tracks in a moofMartin Storsjö2014-11-171-4/+0
* lavf: Add an MPEG-DASH ISOFF segmenting muxerMartin Storsjö2014-11-174-2/+777
* movenc: Add support for writing sidx atoms for DASH segmentsMartin Storsjö2014-11-173-3/+82
* movenc: Factorize adding fragment info into a separate functionMartin Storsjö2014-11-172-29/+49
* movenc: Include empty tracks in iods when writing fragmented mp4Martin Storsjö2014-11-171-1/+1
* flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.Andrew Stone2014-11-171-14/+19
* flvenc: move metadata updates into a single functionAndrew Stone2014-11-171-90/+103
* Icecast: Send content-type in all casesMarvin Scholz2014-11-151-0/+2
* Icecast: Send 100-continue header if possibleMarvin Scholz2014-11-151-0/+1
* riff: support ProRes in avi (APCN fourcc)Vittorio Giovara2014-11-141-0/+1
* 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
OpenPOWER on IntegriCloud