summaryrefslogtreecommitdiff
path: root/libavformat/raw.c
Commit message (Expand)AuthorAge
* 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
* generate adts frame headers if requiredMåns Rullgård2006-02-10
* read/write adts aacMåns Rullgård2006-02-08
* 3rd try for mpeg-es probe ...Michael Niedermayer2006-02-04
* fix regression testsMichael Niedermayer2006-02-04
* improve mpeg1/2-es detectionMichael Niedermayer2006-02-02
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi2005-10-29
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-11
* .264Michael Niedermayer2005-07-03
* AVPacket.posMichael Niedermayer2005-05-26
* default to YUV420P if none specified for rawvideo inputMichael Niedermayer2005-05-06
* always honor the user specified frame rate if setMichael Niedermayer2005-05-06
* switch to native time basesMichael Niedermayer2005-04-30
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
* Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)Michael Niedermayer2005-01-04
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
* set correct timebaseMichael Niedermayer2004-10-18
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11