63 Commits (422e8a877b1cd5d30486d8daf8a67e3122b81e50)

Author SHA1 Message Date
Michael Niedermayer 80f6e0378b
avformat/format: Stop reading data at EOF during probing 1 year ago
Andreas Rheinhardt 4f98bf9dbd avformat/avio_internal: Don't include url.h 1 year ago
Michael Niedermayer 19a74bc794
avformat/format: Remove redundant FFMIN() in ff_match_url_ext() 2 years ago
Michael Niedermayer a7b06bfc5d
avformat: add ff_match_url_ext() 2 years ago
Andreas Rheinhardt 145f6b2223 avformat/avformat: Remove AVOutputFormat.data_codec 2 years ago
Andreas Rheinhardt 33d1c71931 avformat/format: Also search for image2-codecs for image2pipe 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov be97d2a825 lavf: add a flag for experimental (de)muxers 3 years ago
Andreas Rheinhardt baf89ab9a7 avformat/format: Improve const-correctness 3 years ago
Andreas Rheinhardt 56450a0ee4 avformat: Constify the API wrt AV(In|Out)putFormat 4 years ago
Carl Eugen Hoyos 6a3520bf98 lavf: Constify AVProbeData* in av_probe_input_format(). 6 years ago
Carl Eugen Hoyos 3aa6208db9 lavf: Constify AVInputFormat pointer. 6 years ago
Carl Eugen Hoyos 9461e4bc69 lavf: Constify AVOutputFormat pointer. 6 years ago
Jun Zhao 053ee996a0 lavf/format: Remove the dead code in av_probe_input_buffer2. 7 years ago
Josh de Kock d1221f3351 lavf/format: use const AVInputFormat for iteration 7 years ago
Josh de Kock 85bf89885a Revert "avformat/format: temporarily use old next api" 7 years ago
Josh de Kock d8ae40611b Revert "lavd: add new API for iterating input and output devices" 7 years ago
Muhammad Faiz 909e00ae81 avformat/format: temporarily use old next api 7 years ago
Josh de Kock 0fd475704e lavd: add new API for iterating input and output devices 7 years ago
Josh de Kock 0694d87024 lavf: add new API for iterating muxers and demuxers 7 years ago
James Almer 57960b1f28 avformat: use mutexes instead of atomics in av_register_{input,output}_format() 7 years ago
Michael Niedermayer 4cc896ea5f avformat/format: Fix registering a format more than once and related races 9 years ago
Michael Niedermayer 2ccf9ae6cc avformat/format: Print debug info when probe score is increased due to mime type 9 years ago
Michael Niedermayer 77864be44a avformat/format: Weight the filename extension higher if there is nearly no data after an ID3 available 9 years ago
Michael Niedermayer 8619582bdf avformat/format: Replace nodat by enum 9 years ago
Ganesh Ajjanagadde 6ea457f76d avformat/format: silence -Wdiscarded-qualifiers 9 years ago
Timothy Gu d36eac698f Revert "avformat/format: silence -Wdiscarded-qualifiers" 9 years ago
Ganesh Ajjanagadde 27cbe4588a avformat/format: silence -Wdiscarded-qualifiers 9 years ago
Clément Bœsch c8370a17f5 avformat: fix style after recent commits 9 years ago
Alex Agranovsky 9b10ae5727 avformat/format: Remove parameters from mime type before comparission for probing 9 years ago
Michael Niedermayer 75a730a22b avformat/format: Add generic trace av_log in av_probe_input_format3() 10 years ago
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