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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-25avformat/format: Fix registering a format more than once and related racesMichael Niedermayer
2016-06-05avformat/format: Print debug info when probe score is increased due to mime typeMichael Niedermayer
2016-01-31avformat/format: Weight the filename extension higher if there is nearly no d...Michael Niedermayer
2016-01-31avformat/format: Replace nodat by enumMichael Niedermayer
2015-09-20avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde
2015-09-17Revert "avformat/format: silence -Wdiscarded-qualifiers"Timothy Gu
2015-09-17avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde
2015-09-14avformat: fix style after recent commitsClément Bœsch
2015-09-12avformat/format: Remove parameters from mime type before comparission for pro...Alex Agranovsky
2015-04-25avformat/format: Add generic trace av_log in av_probe_input_format3()Michael Niedermayer
2015-01-16avformat: Improve data streams/codec supportAnshul Maheshwari
2014-10-23avformat/format: Use av_match_name() instead of list in av_match_ext()Michael Niedermayer
2014-10-10avformat/format: move mime_type_opt declaration to where its usedMichael Niedermayer
2014-10-08Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer
2014-10-08avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
2014-09-26probe: Bump the score for mime type matchingAndreas Cadhalpun
2014-09-13lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ...Andreas Cadhalpun
2014-09-12avformat/format: Run image2 probe again when file content data is availableMichael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-14avformat/format: remove unused variableMichael Niedermayer
2014-08-10Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'Michael Niedermayer
2014-08-09Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov
2014-08-02avformat/format: Check for av_guess_format() failureMichael Niedermayer
2014-08-02avformat/format: use av_match_name() in av_guess_codec()Michael Niedermayer
2014-07-29avformat/format: fix memleak and error codeMichael Niedermayer
2014-07-29avformat/format.c: remove duplicate include, put libavutil includes togetherMichael Niedermayer
2014-07-29avformat/format: simplify ifdefferyMichael Niedermayer
2014-07-29avformat: fix probe mime version checksMichael Niedermayer
2014-07-29Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0'Michael Niedermayer
2014-07-29Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer
2014-07-29Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-27Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2013-12-17avformat/format: av_register_output_format() and av_register_intput_format() ...Michael Niedermayer
2013-12-06do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2013-06-29avformat: make av_register_*put_format() thread safeMichael Niedermayer
2013-06-17Merge commit 'afc8685395e775fe0f2a1698b683aea4afd124af'Michael Niedermayer
2013-06-16avf: split off format register and lookup functionLuca Barbato