Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-09Raw VC-1 demuxerKostya Shishkov
2007-02-09add read_probe function to raw ac3 demuxerJustin Ruggles
2007-02-06better generic index building and seeking codeMichael Niedermayer
2006-11-08mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)Thijs Vermeir
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-18simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-09dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-16Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun
2006-05-12Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles
2006-05-09Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
2006-03-01can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård
2006-02-10generate adts frame headers if requiredMåns Rullgård
2006-02-08read/write adts aacMåns Rullgård
2006-02-043rd try for mpeg-es probe ...Michael Niedermayer
2006-02-04fix regression testsMichael Niedermayer
2006-02-02improve mpeg1/2-es detectionMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-29Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-11.m1v and .m2a (feature req #1178960)Michael Niedermayer
2005-07-03.264Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-07default to YUV420P if none specified for rawvideo inputMichael Niedermayer
2005-05-06always honor the user specified frame rate if setMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-02-26shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer
2005-01-04Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)Michael Niedermayer
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-10-18set correct timebaseMichael Niedermayer
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
2004-10-01do not call (av_)abort()Michael Niedermayer
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-06-19cvs diff before cvs commitMike Melanson
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-31h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-24cur_dts in native timebaseMichael Niedermayer
2004-05-23store index for seeking in the native timebase of each streamMichael Niedermayer
2004-03-15decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg
2003-11-10seek support for PCM formatsFabrice Bellard
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-09-09ID3 parsing and generation in MP3 formatFabrice Bellard