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
2012-02-13mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be writtenMartin Storsjö
2012-01-30s/vbsf/bsf/Mike Melanson
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2011-12-28mpegts: adjustable minimum PES payloadJindřich Makovička
2011-12-28mpegts: properly output large audio packetsJindřich Makovička
2011-12-19mpegts: rename payload_index to payload_sizeLuca Barbato
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-28adtsenc: Check frame size.Alex Converse
2011-10-20lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-13mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-20mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-09mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö
2011-04-28mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-14mpegts: force the default timebaseRudolf Polzer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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