| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adtsenc: Check frame size. | Alex Converse | 2011-11-28 | 1 | -2/+7 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 1 | -1/+5 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -5/+5 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | mpegtsenc: set Random Access indicator on keyframe start packets | Jindrich Makovicka | 2011-07-13 | 1 | -11/+56 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -5/+6 |
* | mpegtsenc: Add an AVClass pointer to the private data | Martin Storsjö | 2011-05-20 | 1 | -0/+1 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -4/+4 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -5/+5 |
* | mpegtsenc: Clear st->priv_data when freeing it | Martin Storsjö | 2011-05-09 | 1 | -1/+1 |
* | mpegtsenc: make PMT PID really start on pmt_start_pid | Anton Khirnov | 2011-04-28 | 1 | -1/+1 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | mpegts: force the default timebase | Rudolf Polzer | 2011-04-14 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | mpegtsenc: handle multiple language tags per stream | Anssi Hannula | 2011-03-07 | 1 | -5/+23 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | mpegtsenc: use correct PES stream_id for AAC | Tony Strauss | 2011-02-21 | 1 | -1/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -4/+4 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | mpegtsenc: whitespace cosmetics | Mans Rullgard | 2011-02-14 | 1 | -1/+1 |
* | mpegtsenc: set audio_type according to st->disposition | Anssi Hannula | 2011-02-14 | 1 | -0/+7 |
* | mpegtsenc: fix PMT PID calculation | Mans Rullgard | 2011-01-31 | 1 | -1/+1 |
* | Replace defines in libavformat/mpegtsenc.c with AVOptions | Georgi Chorbadzhiyski | 2011-01-31 | 1 | -12/+35 |
* | mpegtsenc: support CODEC_ID_AAC_LATM | Peter Ross | 2011-01-28 | 1 | -0/+3 |
* | In mpegts "reserved_future_use" field must be set to 1 in SDT table | Georgi Chorbadzhiyski | 2011-01-28 | 1 | -1/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | mpegtsenc: set reserved bits to 1 in PCR field | Georgi Chorbadzhiyski | 2011-01-26 | 1 | -1/+1 |
* | mpegtsenc: remove unused variables | Georgi Chorbadzhiyski | 2011-01-25 | 1 | -2/+0 |
* | mpegtsenc: prefer metadata keyed with "service_name" | Janne Grunau | 2011-01-20 | 1 | -2/+2 |
* | Add service_provider and service_name metadata | Georgi Chorbadzhiyski | 2011-01-20 | 1 | -3/+7 |
* | mpegtsenc: Improve PCR generation and output | Tomas Härdin | 2010-12-03 | 1 | -24/+30 |
* | mpegtsenc: Indent | Tomas Härdin | 2010-09-27 | 1 | -2/+2 |
* | mpegtsenc: Write subtitle extradata if set | Tomas Härdin | 2010-09-27 | 1 | -0/+5 |
* | In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 | Baptiste Coudurier | 2010-07-23 | 1 | -1/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate | Baptiste Coudurier | 2010-07-08 | 1 | -4/+6 |
* | mpegtsenc: allocate correct size for PID table | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | Allow setting streamid when muxing mpegts. | Mike Scheutzow | 2010-06-30 | 1 | -2/+29 |
* | Move the internal function declarations in avformat.h to internal.h. | Stefano Sabatini | 2010-04-11 | 1 | -0/+1 |
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -11/+11 |
* | In mpegts muxer, free adts context and temporary data | Baptiste Coudurier | 2010-03-10 | 1 | -0/+3 |
* | reindent | Baptiste Coudurier | 2010-03-10 | 1 | -8/+8 |
* | In mpegts muxer, write adts header if aac bitstream does not contain it | Baptiste Coudurier | 2010-03-09 | 1 | -0/+37 |
* | In mpegts muxer, search for h264 aud nal, it might not be the first nal. | Baptiste Coudurier | 2010-03-08 | 1 | -2/+13 |
* | mpegts vbr muxing, activated when muxing rate is not supplied by the | Baptiste Coudurier | 2010-03-08 | 1 | -67/+45 |
* | Start continuity counter at 0 for pmt as well | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |