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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-07mpegtsenc: handle multiple language tags per streamAnssi Hannula
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-02-22mpegtsenc: use correct PES stream_id for AACTony Strauss
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15mpegtsenc: whitespace cosmeticsMans Rullgard
2011-02-15mpegtsenc: set audio_type according to st->dispositionAnssi Hannula
2011-01-31mpegtsenc: fix PMT PID calculationMans Rullgard
2011-01-31Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski
2011-01-29mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross
2011-01-28In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski
2011-01-25mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski
2011-01-20mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau
2011-01-20Add service_provider and service_name metadataGeorgi Chorbadzhiyski
2010-12-03mpegtsenc: Improve PCR generation and outputTomas Härdin
2010-09-27mpegtsenc: IndentTomas Härdin
2010-09-27mpegtsenc: Write subtitle extradata if setTomas Härdin
2010-07-23In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-09In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier
2010-07-02mpegtsenc: allocate correct size for PID tableMåns Rullgård
2010-07-01Allow setting streamid when muxing mpegts.Mike Scheutzow
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-10In mpegts muxer, free adts context and temporary dataBaptiste Coudurier
2010-03-10reindentBaptiste Coudurier
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
2010-03-09In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier
2010-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
2010-02-24Correctly increment continuity_counter in PCR packets.Yann Coupin
2010-01-14revert wrongly commited hunk in r21205Baptiste Coudurier
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