summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* Detect IDR less H.264 correctly.Michael Niedermayer2008-07-261-2/+3
* h264_probe()Michael Niedermayer2008-07-121-1/+45
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-071-199/+200
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-071-0/+3
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-071-8/+8
* remove useless close funcsBaptiste Coudurier2008-06-191-23/+1
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-051-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-33/+33
* raw mlp demuxerRamiro Polla2008-05-301-0/+13
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-121-10/+10
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+5
* dts probeBenjamin Larsson2008-05-031-1/+35
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-021-0/+36
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-281-0/+13
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-281-78/+14
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-1/+4
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-211-0/+4
* Raw dts muxerBenjamin Larsson2008-04-201-0/+14
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-121-1/+9
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-261-1/+4
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-22/+22
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-0/+1
* 100000l (forgotten return)Michael Niedermayer2007-08-101-1/+1
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-101-3/+0
* flac probeMichael Niedermayer2007-08-101-1/+7
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC...Justin Ruggles2007-08-051-1/+1
* remove useless raw_write_headerBaptiste Coudurier2007-08-051-16/+11
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-051-2/+2
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles2007-08-041-2/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-7/+7
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-7/+7
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-081-11/+9
* kill uninitialised variable warning in ac3_probe()Måns Rullgård2007-07-071-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-271-18/+0
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* add rgb suffix handling for demuxerBenoit Fouet2007-05-231-1/+1
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-091-0/+29
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-081-1/+1
* improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...Michael Niedermayer2007-05-071-8/+7
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-251-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-6/+6
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-151-0/+2
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-4/+0
* fix probe of 001.vdr-broken-6025Michael Niedermayer2007-03-291-2/+2
* improve ac3_probe by counting consecutive framesJustin Ruggles2007-03-181-8/+24
* Raw VC-1 demuxerKostya Shishkov2007-02-091-0/+12
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-081-1/+17
* better generic index building and seeking codeMichael Niedermayer2007-02-051-0/+14
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-081-1/+31
OpenPOWER on IntegriCloud