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-03-03write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-03-06generic crc calculation codeMichael Niedermayer
2006-01-20Properly #ifdef muxer-specific parts.Gildas Bazin
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-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-03buggy PCR output (just to keep HW decoders happy) - audio and subtitle langua...Fabrice Bellard
2005-03-09double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-11-13support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård
2003-09-16generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-06-29try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer
2003-06-13mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard