summaryrefslogtreecommitdiffstats
path: root/libavformat/raw.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-111-3/+6
* do not call (av_)abort()Michael Niedermayer2004-10-011-1/+1
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+30
* cvs diff before cvs commitMike Melanson2004-06-191-71/+0
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-6/+77
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-6/+3
* cur_dts in native timebaseMichael Niedermayer2004-05-231-1/+1
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-1/+1
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg2004-03-151-6/+25
* seek support for PCM formatsFabrice Bellard2003-11-101-15/+56
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+42
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-081-79/+0
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-2/+2
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-221-0/+29
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-071-14/+3
* prefers MP3 codec (rather than MP2) for output ifAndriy Rysin2003-05-051-1/+21
OpenPOWER on IntegriCloud