summaryrefslogtreecommitdiff
path: root/libavformat/format.c
Commit message (Expand)AuthorAge
* avformat/format: Also search for image2-codecs for image2pipeAndreas Rheinhardt2022-04-28
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavf: add a flag for experimental (de)muxersAnton Khirnov2022-01-03
* avformat/format: Improve const-correctnessAndreas Rheinhardt2021-10-07
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-27
* lavf: Constify AVProbeData* in av_probe_input_format().Carl Eugen Hoyos2019-03-20
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-20
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-20
* lavf/format: Remove the dead code in av_probe_input_buffer2.Jun Zhao2018-05-06
* lavf/format: use const AVInputFormat for iterationJosh de Kock2018-04-02
* Revert "avformat/format: temporarily use old next api"Josh de Kock2018-04-02
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-31
* avformat/format: temporarily use old next apiMuhammad Faiz2018-02-10
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-06
* lavf: add new API for iterating muxers and demuxersJosh de Kock2018-02-06
* avformat: use mutexes instead of atomics in av_register_{input,output}_format()James Almer2018-01-05
* avformat/format: Fix registering a format more than once and related racesMichael Niedermayer2016-06-25
* avformat/format: Print debug info when probe score is increased due to mime typeMichael Niedermayer2016-06-05
* avformat/format: Weight the filename extension higher if there is nearly no d...Michael Niedermayer2016-01-30
* avformat/format: Replace nodat by enumMichael Niedermayer2016-01-30
* avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-20
* Revert "avformat/format: silence -Wdiscarded-qualifiers"Timothy Gu2015-09-16
* avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-16
* avformat: fix style after recent commitsClément Bœsch2015-09-14
* avformat/format: Remove parameters from mime type before comparission for pro...Alex Agranovsky2015-09-12
* avformat/format: Add generic trace av_log in av_probe_input_format3()Michael Niedermayer2015-04-25
* avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-16
* avformat/format: Use av_match_name() instead of list in av_match_ext()Michael Niedermayer2014-10-23
* avformat/format: move mime_type_opt declaration to where its usedMichael Niedermayer2014-10-10
* Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer2014-10-08
|\
| * avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-08
| * probe: Bump the score for mime type matchingAndreas Cadhalpun2014-09-26
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | avutil/avstring: Factor av_match_list() outMichael Niedermayer2014-10-02
* | lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ...Andreas Cadhalpun2014-09-13
* | avformat/format: Run image2 probe again when file content data is availableMichael Niedermayer2014-09-12
* | avformat/format: remove unused variableMichael Niedermayer2014-08-14
* | Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'Michael Niedermayer2014-08-10
|\|
| * Remove obsolete FF_API_PROBE_MIME cruft.Anton Khirnov2014-08-09
* | avformat/format: Check for av_guess_format() failureMichael Niedermayer2014-08-02
* | avformat/format: use av_match_name() in av_guess_codec()Michael Niedermayer2014-08-02
* | avformat/format: fix memleak and error codeMichael Niedermayer2014-07-29
* | avformat/format.c: remove duplicate include, put libavutil includes togetherMichael Niedermayer2014-07-29
* | avformat/format: simplify ifdefferyMichael Niedermayer2014-07-29
* | avformat: fix probe mime version checksMichael Niedermayer2014-07-29
* | Merge commit '3a19405d574a467c68b48e4b824c76617fd59de0'Michael Niedermayer2014-07-29
|\|
| * avformat: Use the mime type information in input probeLuca Barbato2014-07-29
* | Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer2014-07-29
|\|
| * avstring: Expose the simple name match functionLuca Barbato2014-07-29
* | Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer2014-07-29
|\|