| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Start continuity counter at 0 for streams | Baptiste Coudurier | 2010-03-08 | 1 | -0/+1 |
* | 10l typo, fix ts total bit rate computation | Baptiste Coudurier | 2010-03-08 | 1 | -2/+2 |
* | Correctly increment continuity_counter in PCR packets. | Yann Coupin | 2010-02-24 | 1 | -4/+4 |
* | revert wrongly commited hunk in r21205 | Baptiste Coudurier | 2010-01-13 | 1 | -20/+1 |
* | remove useless declarations from mpegts.h | Baptiste Coudurier | 2010-01-13 | 1 | -1/+20 |
* | use codec rc_max_rate if set and warn if bit rate is not set | Baptiste Coudurier | 2010-01-13 | 1 | -1/+10 |
* | Do not split audio frames accross pes packets. | Baptiste Coudurier | 2010-01-13 | 1 | -20/+11 |
* | print more debug info about muxing parameters, patch by Mike Scheutzow, scheu... | Mike Scheutzow | 2010-01-13 | 1 | -3/+6 |
* | update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ... | Mike Scheutzow | 2010-01-13 | 1 | -1/+5 |
* | Insert null packets to keep pcr values correct, patch by Mike Scheutzow, | Mike Scheutzow | 2010-01-13 | 1 | -0/+59 |
* | move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ... | Mike Scheutzow | 2010-01-13 | 1 | -9/+10 |