summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
...
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-01
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-01
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-01
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.Peter Ross2008-08-23
* Surround format-specific functions with matching preprocessor conditionals.Diego Biurrun2008-08-15
* Surround AVInputFormat declarations with format-specific #ifdefs.Diego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor condition around format-specificDiego Biurrun2008-08-15
* Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormatDiego Biurrun2008-08-15
* cosmetics: Remove redundant #endif comments that are very close to the #ifdefDiego Biurrun2008-08-15
* cosmetics: misc spelling fixesDiego Biurrun2008-08-15
* check url_fseek return valueBaptiste Coudurier2008-07-31
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-26
* h264_probe()Michael Niedermayer2008-07-12
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
* remove useless close funcsBaptiste Coudurier2008-06-19
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* raw mlp demuxerRamiro Polla2008-05-30
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* dts probeBenjamin Larsson2008-05-03
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-28
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-21
* Raw dts muxerBenjamin Larsson2008-04-20
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-12
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* 100000l (forgotten return)Michael Niedermayer2007-08-10
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
* flac probeMichael Niedermayer2007-08-10
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC...Justin Ruggles2007-08-05
* remove useless raw_write_headerBaptiste Coudurier2007-08-05
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-05
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles2007-08-04
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-07
* remove empty write trailer functionsVitor Sessak2007-06-27
* misc spelling fixesDiego Biurrun2007-06-12
* add rgb suffix handling for demuxerBenoit Fouet2007-05-23
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08