summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
* 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
* improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...Michael Niedermayer2007-05-07
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-25
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-15
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* fix probe of 001.vdr-broken-6025Michael Niedermayer2007-03-29
* improve ac3_probe by counting consecutive framesJustin Ruggles2007-03-18
* Raw VC-1 demuxerKostya Shishkov2007-02-09
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-08
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir2006-11-08
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-08
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-12
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-09
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-01