32 Commits (bc4fee7f2a51635fa3c0f61d1e5164da1efeded3)

Author SHA1 Message Date
Anshul Maheshwari a47c9331ef avformat: Improve data streams/codec support 10 years ago
Michael Niedermayer cebe8c8095 avformat/format: Use av_match_name() instead of list in av_match_ext() 10 years ago
Michael Niedermayer e96fb980dc avformat/format: move mime_type_opt declaration to where its used 10 years ago
Andreas Cadhalpun b15b06ebf5 avformat: use const char* instead of uint8_t* for AVProbeData.mime_type 10 years ago
Michael Niedermayer 0d92b0d5f4 avutil/avstring: Factor av_match_list() out 10 years ago
Andreas Cadhalpun 883e98bc25 probe: Bump the score for mime type matching 10 years ago
Andreas Cadhalpun bcac0f4010 lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types 10 years ago
Michael Niedermayer 917d14e6a2 avformat/format: Run image2 probe again when file content data is available 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Michael Niedermayer fce8817a01 avformat/format: remove unused variable 10 years ago
Anton Khirnov 24e87f7f42 Remove obsolete FF_API_PROBE_MIME cruft. 10 years ago
Michael Niedermayer 98e42a249e avformat/format: Check for av_guess_format() failure 10 years ago
Michael Niedermayer 26ffa8eaee avformat/format: use av_match_name() in av_guess_codec() 10 years ago
Michael Niedermayer d38edeee9b avformat/format: fix memleak and error code 10 years ago
Michael Niedermayer 4182728c78 avformat/format.c: remove duplicate include, put libavutil includes together 10 years ago
Michael Niedermayer 6d69503883 avformat/format: simplify ifdeffery 10 years ago
Michael Niedermayer 9694695a21 avformat: fix probe mime version checks 10 years ago
Luca Barbato 3a19405d57 avformat: Use the mime type information in input probe 10 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 10 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 10 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 10 years ago
Michael Niedermayer 49f10c9cb1 avformat/format: av_register_output_format() and av_register_intput_format() that work in O(1) time 11 years ago
Michael Niedermayer 133fbfc781 do O(1) instead of O(n) atomic operations in register functions 11 years ago
Michael Niedermayer 53fd1ab26b avformat: make av_register_*put_format() thread safe 12 years ago
Luca Barbato afc8685395 avf: split off format register and lookup function 12 years ago