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-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ö
2016-05-18movenc-test: Test write_data_typeMartin Storsjö
2016-05-18matroskaenc: Provide output bytestream markersMartin Storsjö
2016-05-18movenc: Provide output bytestream markers for fragmented contentMartin Storsjö
2016-05-18flvenc: Provide output bytestream markersMartin Storsjö
2016-05-18avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö
2016-05-17stereo3d: Add API to get name from value or value from nameVittorio Giovara
2016-05-17lavf: Raw G.729 demuxerVladimir Voroshilov
2016-05-17mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie
2016-05-13Combine deprecation guards where appropriateDiego Biurrun
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-13Split global .gitignore file into per-directory filesDiego Biurrun
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-11rtsp: Parse SSRC attributes in the SDPMartin Storsjö
2016-05-11rtpdec: Always check if we have the next packet queuedMartin Storsjö
2016-05-06avio: Remove a leftover commentMartin Storsjö
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-05-03mpegts: Validate the SL Packet Header ConfigurationLuca Barbato
2016-04-30rtpdec_vp9: Support parsing the scalability structureMartin Storsjö
2016-04-30rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö
2016-04-30rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö
2016-04-30rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö
2016-04-30rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö
2016-04-21libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö
2016-04-21movenc: Handle pts == NOPTS when autoflushingMartin Storsjö
2016-04-19movenc: Update a comment to reflect how the code actually behavesMartin Storsjö
2016-04-19img2enc: Refactor the atomic renaming codeLuca Barbato
2016-04-19Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-04-03matroska: Write the field order informationLuca Barbato
2016-03-31matroska: Support interlaced content correctlyLuca Barbato
2016-03-26rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp