summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegts: rename payload_index to payload_sizeLuca Barbato2011-12-191-9/+9
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* adtsenc: Check frame size.Alex Converse2011-11-281-2/+7
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-171-1/+5
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-5/+5
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
* mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-131-11/+56
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-5/+6
* mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö2011-05-201-0/+1
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-4/+4
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-5/+5
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-281-1/+1
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* mpegts: force the default timebaseRudolf Polzer2011-04-141-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* mpegtsenc: handle multiple language tags per streamAnssi Hannula2011-03-071-5/+23
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-211-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* mpegtsenc: whitespace cosmeticsMans Rullgard2011-02-141-1/+1
* mpegtsenc: set audio_type according to st->dispositionAnssi Hannula2011-02-141-0/+7
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-311-1/+1
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-311-12/+35
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-281-0/+3
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-281-1/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-261-1/+1
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-251-2/+0
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-201-2/+2
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-201-3/+7
* mpegtsenc: Improve PCR generation and outputTomas Härdin2010-12-031-24/+30
* mpegtsenc: IndentTomas Härdin2010-09-271-2/+2
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-271-0/+5
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-231-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-081-4/+6
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-011-1/+1
* Allow setting streamid when muxing mpegts.Mike Scheutzow2010-06-301-2/+29
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-0/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-11/+11
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-101-0/+3
* reindentBaptiste Coudurier2010-03-101-8/+8
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-091-0/+37
OpenPOWER on IntegriCloud