| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/format: Weight the filename extension higher if there is nearly no d... | Michael Niedermayer | 2016-01-30 | 1 | -3/+15 |
* | avformat/format: Replace nodat by enum | Michael Niedermayer | 2016-01-30 | 1 | -7/+12 |
* | avformat/format: silence -Wdiscarded-qualifiers | Ganesh Ajjanagadde | 2015-09-20 | 1 | -1/+1 |
* | Revert "avformat/format: silence -Wdiscarded-qualifiers" | Timothy Gu | 2015-09-16 | 1 | -1/+1 |
* | avformat/format: silence -Wdiscarded-qualifiers | Ganesh Ajjanagadde | 2015-09-16 | 1 | -1/+1 |
* | avformat: fix style after recent commits | Clément Bœsch | 2015-09-14 | 1 | -3/+3 |
* | avformat/format: Remove parameters from mime type before comparission for pro... | Alex Agranovsky | 2015-09-12 | 1 | -0/+5 |
* | avformat/format: Add generic trace av_log in av_probe_input_format3() | Michael Niedermayer | 2015-04-25 | 1 | -0/+2 |
* | avformat: Improve data streams/codec support | Anshul Maheshwari | 2015-01-16 | 1 | -0/+2 |
* | avformat/format: Use av_match_name() instead of list in av_match_ext() | Michael Niedermayer | 2014-10-23 | 1 | -1/+1 |
* | avformat/format: move mime_type_opt declaration to where its used | Michael Niedermayer | 2014-10-10 | 1 | -2/+1 |
* | Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7' | Michael Niedermayer | 2014-10-08 | 1 | -3/+7 |
|\ |
|
| * | avformat: use const char* instead of uint8_t* for AVProbeData.mime_type | Andreas Cadhalpun | 2014-10-08 | 1 | -3/+7 |
| * | probe: Bump the score for mime type matching | Andreas Cadhalpun | 2014-09-26 | 1 | -1/+1 |
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | | avutil/avstring: Factor av_match_list() out | Michael Niedermayer | 2014-10-02 | 1 | -17/+3 |
* | | lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ... | Andreas Cadhalpun | 2014-09-13 | 1 | -1/+1 |
* | | avformat/format: Run image2 probe again when file content data is available | Michael Niedermayer | 2014-09-12 | 1 | -1/+1 |
* | | avformat/format: remove unused variable | Michael Niedermayer | 2014-08-14 | 1 | -1/+0 |
* | | Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b' | Michael Niedermayer | 2014-08-10 | 1 | -6/+1 |
|\| |
|
| * | Remove obsolete FF_API_PROBE_MIME cruft. | Anton Khirnov | 2014-08-09 | 1 | -6/+0 |
* | | avformat/format: Check for av_guess_format() failure | Michael Niedermayer | 2014-08-02 | 1 | -1/+3 |
* | | avformat/format: use av_match_name() in av_guess_codec() | Michael Niedermayer | 2014-08-02 | 1 | -1/+1 |
* | | avformat/format: fix memleak and error code | Michael Niedermayer | 2014-07-29 | 1 | -1/+3 |
* | | avformat/format.c: remove duplicate include, put libavutil includes together | Michael Niedermayer | 2014-07-29 | 1 | -3/+3 |
* | | avformat/format: simplify ifdeffery | Michael Niedermayer | 2014-07-29 | 1 | -3/+1 |
* | | avformat: fix probe mime version checks | Michael Niedermayer | 2014-07-29 | 1 | -3/+3 |
* | | Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0' | Michael Niedermayer | 2014-07-29 | 1 | -10/+24 |
|\| |
|
| * | avformat: Use the mime type information in input probe | Luca Barbato | 2014-07-29 | 1 | -12/+22 |
* | | Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6' | Michael Niedermayer | 2014-07-29 | 1 | -20/+2 |
|\| |
|
| * | avstring: Expose the simple name match function | Luca Barbato | 2014-07-29 | 1 | -19/+1 |
* | | Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c' | Michael Niedermayer | 2014-07-29 | 1 | -1/+167 |
|\| |
|
| * | avformat: Move av_probe_input* to format.c | Luca Barbato | 2014-07-29 | 1 | -1/+138 |
* | | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15' | Michael Niedermayer | 2014-07-27 | 1 | -2/+2 |
|\| |
|
| * | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 1 | -2/+2 |
* | | avformat/format: av_register_output_format() and av_register_intput_format() ... | Michael Niedermayer | 2013-12-17 | 1 | -2/+7 |
* | | do O(1) instead of O(n) atomic operations in register functions | Michael Niedermayer | 2013-12-06 | 1 | -2/+2 |
* | | avformat: make av_register_*put_format() thread safe | Michael Niedermayer | 2013-06-29 | 1 | -8/+5 |
* | | Merge commit 'afc8685395e775fe0f2a1698b683aea4afd124af' | Michael Niedermayer | 2013-06-16 | 1 | -5/+9 |
|/ |
|
* | avf: split off format register and lookup function | Luca Barbato | 2013-06-16 | 1 | -0/+183 |