Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-15rtsp: Fix a crash with the RTSP muxerMartin Storsjö
2016-08-29mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-29mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-24av1: Add codec_id and basic demuxing supportLuca Barbato
2016-08-23rtpdec_mpeg4: validate fmtp fieldsLuca Barbato
2016-08-17nsv: Drop disabled cruftDiego Biurrun
2016-08-17wc3movie: Drop unused cruftDiego Biurrun
2016-08-17rm: Drop broken disabled cruftDiego Biurrun
2016-08-10aiff: Skip padding byte for odd-sized chunksDiego Biurrun
2016-08-03m4vdec: Check for non-startcode 00 00 00 sequences in probeMichael Niedermayer
2016-08-02Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö
2016-07-31Don't use expressions with side effects in macro parametersMartin Storsjö
2016-07-31flac demuxer: improve probingAnton Khirnov
2016-07-31Fix instances of broken indentation found by gcc 6Anton Khirnov
2016-07-29mov: Validate the ID numberLuca Barbato
2016-07-22riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes
2016-07-20mov: Rework the check for invalid indexes in stscVittorio Giovara
2016-07-20mov: Wrap stsc index and count compare in a separate functionVittorio Giovara
2016-07-20mov: Fix stsc_count comparisonMatthieu Bouron
2016-07-15mp3enc: write trailing paddingAnton Khirnov
2016-07-15mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov
2016-07-15mov: fix stream extradata_size allocationMatthieu Bouron
2016-07-08movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö
2016-07-03matroskadec: export CodecDelayAnton Khirnov
2016-07-02oggparseopus: export pre-skipAnton Khirnov
2016-06-29mov: Save number of stsd elements after stream extradata allocationVittorio Giovara
2016-06-29build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun
2016-06-28movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö
2016-06-22librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato
2016-06-20Add TrueMotion 2.0 Real Time decoderPaul B Mahol
2016-06-20Add MagicYUV decoderPaul B Mahol
2016-06-17mov: Support prores with multiple stsdVittorio Giovara
2016-06-17mov: Implement support for multiple sample description tablesVittorio Giovara
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2016-06-07Remove unnecessary get_bits.h #includesDiego Biurrun
2016-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-25rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö
2016-05-23lavf: update muxing doxyAnton Khirnov
2016-05-22dump: Drop unused variableDiego Biurrun
2016-05-19movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö
2016-05-19movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö
2016-05-19movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer
2016-05-19mov: Also export loci altitudeMichael Niedermayer
2016-05-19mov: Append place name instead of overwriting for lociMichael Niedermayer
2016-05-19mov: Fix parsing short lociMichael Niedermayer
2016-05-19mov: Print reason of loci parsing failureMichael Niedermayer
2016-05-19mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö
2016-05-18movenc: Add a missed constMartin Storsjö
2016-05-18movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö
2016-05-18movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö