OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / mpegtsenc.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Jindrich Makovickampegtsenc: set Random Access indicator on keyframe...
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-20 Martin Storsjömpegtsenc: Add an AVClass pointer to the private data
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-09 Martin Storsjömpegtsenc: Clear st->priv_data when freeing it
2011-04-28 Anton Khirnovmpegtsenc: make PMT PID really start on pmt_start_pid
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-14 Rudolf Polzermpegts: force the default timebase
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anssi Hannulampegtsenc: handle multiple language tags per stream
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-21 Tony Straussmpegtsenc: use correct PES stream_id for AAC
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-14 Mans Rullgardmpegtsenc: whitespace cosmetics
2011-02-14 Anssi Hannulampegtsenc: set audio_type according to st->disposition
2011-01-31 Mans Rullgardmpegtsenc: fix PMT PID calculation
2011-01-31 Georgi ChorbadzhiyskiReplace defines in libavformat/mpegtsenc.c with AVOptions
2011-01-28 Peter Rossmpegtsenc: support CODEC_ID_AAC_LATM
2011-01-28 Georgi ChorbadzhiyskiIn mpegts "reserved_future_use" field must be set to...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-26 Georgi Chorbadzhiyskimpegtsenc: set reserved bits to 1 in PCR field
2011-01-25 Georgi Chorbadzhiyskimpegtsenc: remove unused variables
2011-01-20 Janne Grunaumpegtsenc: prefer metadata keyed with "service_name"
2011-01-20 Georgi ChorbadzhiyskiAdd service_provider and service_name metadata
2010-12-03 Tomas Härdinmpegtsenc: Improve PCR generation and output
2010-09-27 Tomas Härdinmpegtsenc: Indent
2010-09-27 Tomas Härdinmpegtsenc: Write subtitle extradata if set
2010-07-23 Baptiste CoudurierIn mpegts muxer, fix rbsp trailing bits in AUD nal...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-08 Baptiste CoudurierIn mpegts muxer, print VBR instead of dummy 1 when...
2010-07-01 Måns Rullgårdmpegtsenc: allocate correct size for PID table
2010-06-30 Mike ScheutzowAllow setting streamid when muxing mpegts.
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-10 Baptiste CoudurierIn mpegts muxer, free adts context and temporary data
2010-03-10 Baptiste Coudurierreindent
2010-03-09 Baptiste CoudurierIn mpegts muxer, write adts header if aac bitstream...
2010-03-08 Baptiste CoudurierIn mpegts muxer, search for h264 aud nal, it might...
2010-03-08 Baptiste Couduriermpegts vbr muxing, activated when muxing rate is not...
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for pmt as well
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for streams
2010-03-08 Baptiste Coudurier10l typo, fix ts total bit rate computation
2010-02-24 Yann CoupinCorrectly increment continuity_counter in PCR packets.
2010-01-13 Baptiste Coudurierrevert wrongly commited hunk in r21205
2010-01-13 Baptiste Coudurierremove useless declarations from mpegts.h
2010-01-13 Baptiste Coudurieruse codec rc_max_rate if set and warn if bit rate is...
2010-01-13 Baptiste CoudurierDo not split audio frames accross pes packets.
2010-01-13 Mike Scheutzowprint more debug info about muxing parameters, patch...
2010-01-13 Mike Scheutzowupdate mpegts_write_pes documentation, patch by Mike...
2010-01-13 Mike ScheutzowInsert null packets to keep pcr values correct, patch...
2010-01-13 Mike Scheutzowmove pcr/sdt/pat period computation after ts->mux_rate...
2010-01-13 Mike Scheutzowoutput a pcr as soon as possible, patch by Mike Scheutz...
2010-01-13 Niobosfix ts packet header size computation, patch by Niobos...
2010-01-13 Niobosfix sdt, pat, pcr size computation, patch by Niobos...
2009-10-18 Baptiste Couduriermux all stream types except audio as one pes packet...
2009-09-17 Niobosfix pes overhead computation, patch by Niobos, niobos...
2009-07-28 Niobosrename freq to period which is more correct, patch...
2009-05-23 Baptiste Couduriersimplify pes timestamps fetching, based on a patch...
2009-05-23 corp186compute total bitrate more accurately, patch by corp186...
2009-05-11 Baptiste Couduriermove free data in the video case
2009-05-11 Baptiste Coudurierwrite a single pes for video frames, some proprietary...
2009-05-10 Baptiste Coudurierensure first pts is set, according to specs
2009-05-10 Baptiste Coudurierremove useless max_payload_size variable
2009-05-10 Baptiste Coudurierdo not write dts if pts is not set
2009-05-10 Baptiste Coudurierfix total bitrate computation, based on patch by corp18...
2009-02-18 Aurelien Jacobsuse new metadata API in mpegts muxer
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-15 Baptiste Coudurieruse delay for subs and dirac too
2009-01-15 Baptiste Coudurieradd aud nal unit if not present in h264 bitstream
2009-01-14 Baptiste Coudurierconsider other codecs packets contain only one access...
2009-01-14 Baptiste Couduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 Baptiste Coudurierallow user to specify muxrate
2009-01-14 Baptiste Coudurierwarn if dts < pcr which means TS is invalid
2009-01-14 Baptiste Coudurieronly write dts if they differ from pts, according to...
2009-01-14 Baptiste Coudurieruse delay to avoid negative dts
2009-01-14 Baptiste Coudurierset pts and dts of pes packets exactly according to...
2009-01-14 Baptiste Couduriercompute pcr more accurately, regression tests need...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-14 Anuradha SuraparajuChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Baptiste Coudurieradd pretty common .m2t as ts extension
2008-06-03 Baptiste Coudurierfix continuity counter to start at 0
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-01-19 Gildas BazinProperly #ifdef muxer-specific parts.
next