]> git.sesse.net Git - ffmpeg/history - libavformat/raw.c
Fix typo in comment
[ffmpeg] / libavformat / raw.c
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-16 Diego BiurrunFix compilation with all combinations of --disable...
2006-05-12 Justin RugglesRaw flac muxer, patch by Justin Ruggles (jruggle earthl...
2006-05-09 Benjamin LarssonAdd support for raw flac decoding based on the .flac...
2006-03-11 Michael Niedermayersimplify AVFormatParameters NULL checks
2006-03-01 Måns Rullgårdcan't have PES headers in MPEG video elementary streams...
2006-02-10 Måns Rullgårdgenerate adts frame headers if required
2006-02-08 Måns Rullgårdread/write adts aac
2006-02-04 Michael Niedermayer3rd try for mpeg-es probe ...
2006-02-04 Michael Niedermayerfix regression tests
2006-02-02 Michael Niedermayerimprove mpeg1/2-es detection
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-29 Alex BeregszasziIngenient MJPEG support, more at http://www.artificis...
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 Michael Niedermayer.m1v and .m2a (feature req #1178960)
2005-07-03 Michael Niedermayer.264
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-06 Michael Niedermayerdefault to YUV420P if none specified for rawvideo input
2005-05-06 Michael Niedermayeralways honor the user specified frame rate if set
2005-04-30 Michael Niedermayerswitch to native time bases
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-01-04 Michael NiedermayerPatch for creating m2v files by (Fabrizio Gennari ...
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-18 Michael Niedermayerset correct timebase
2004-10-11 Michael Niedermayer100l (forgoten seeking functions)
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 Mike Melansoncvs diff before cvs commit
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-23 Michael Niedermayercur_dts in native timebase
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-03-15 Leon van Stuivenbergdecode latency patch by (Leon van Stuivenberg <l dot...
2003-11-10 Fabrice Bellardseek support for PCM formats
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardID3 parsing and generation in MP3 format
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-05-22 Michael Niedermayertruncated h263 decoding support / H263-ES "demuxer"
2003-05-07 Roman Shaposhnik * introducing new public interface in imgconvert.c
2003-05-05 Andriy Rysinprefers MP3 codec (rather than MP2) for output if
2003-05-05 Andriy Rysinmp3 codec autodetection patch by (Andriy Rysin <arysin...
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-09 Fabrice Bellardraw ac3 auto detects parameters
2003-02-02 Fabrice Bellardavoid too many false detections
2003-01-23 Fabrice Bellardremoved warnings
2002-11-25 Fabrice Bellardrenamed libav to libavformat