summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-24/+24
* Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi2005-10-291-1/+52
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-26/+26
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-33/+33
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-111-1/+1
* .264Michael Niedermayer2005-07-031-1/+1
* AVPacket.posMichael Niedermayer2005-05-261-15/+5
* default to YUV420P if none specified for rawvideo inputMichael Niedermayer2005-05-061-2/+4
* always honor the user specified frame rate if setMichael Niedermayer2005-05-061-7/+7
* switch to native time basesMichael Niedermayer2005-04-301-7/+4
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-261-0/+29
* Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)Michael Niedermayer2005-01-041-0/+17
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+16
* set correct timebaseMichael Niedermayer2004-10-181-0/+1
OpenPOWER on IntegriCloud