summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-181-20/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-081-1/+12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-67/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-66/+66
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-161-11/+16
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-121-0/+30
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-091-0/+28
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-5/+2
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-011-2/+6
* generate adts frame headers if requiredMåns Rullgård2006-02-101-16/+0
* read/write adts aacMåns Rullgård2006-02-081-0/+46
* 3rd try for mpeg-es probe ...Michael Niedermayer2006-02-041-1/+1
* fix regression testsMichael Niedermayer2006-02-041-1/+1
* improve mpeg1/2-es detectionMichael Niedermayer2006-02-021-21/+18
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
OpenPOWER on IntegriCloud