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
2010-01-14remove useless declarations from mpegts.hBaptiste Coudurier
2010-01-14use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier
2010-01-14Do not split audio frames accross pes packets.Baptiste Coudurier
2010-01-14print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow
2010-01-14update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
2010-01-13move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow
2010-01-13output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow
2010-01-13fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos
2010-01-13fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos
2009-10-19mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier
2009-09-17fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos
2009-07-28rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos
2009-05-23simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier
2009-05-23compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp186
2009-05-11move free data in the video caseBaptiste Coudurier
2009-05-11write a single pes for video frames, some proprietary player needs itBaptiste Coudurier
2009-05-10ensure first pts is set, according to specsBaptiste Coudurier
2009-05-10remove useless max_payload_size variableBaptiste Coudurier
2009-05-10do not write dts if pts is not setBaptiste Coudurier
2009-05-10fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier
2009-02-18use new metadata API in mpegts muxerAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-15use delay for subs and dirac tooBaptiste Coudurier
2009-01-15add aud nal unit if not present in h264 bitstreamBaptiste Coudurier
2009-01-15consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier
2009-01-15calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier
2009-01-15allow user to specify muxrateBaptiste Coudurier
2009-01-15warn if dts < pcr which means TS is invalidBaptiste Coudurier
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