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
2009-01-15only write dts if they differ from pts, according to specsBaptiste Coudurier
2009-01-15use delay to avoid negative dtsBaptiste Coudurier
2009-01-15set pts and dts of pes packets exactly according to specsBaptiste Coudurier
2009-01-14compute pcr more accurately, regression tests need updateBaptiste Coudurier
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-08-14Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-03add pretty common .m2t as ts extensionBaptiste Coudurier
2008-06-03fix continuity counter to start at 0Baptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-05improve CRC APIAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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