Fri, 23 Jul 2010 00:27:17 +0000 |
bcoudurier |
In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122
libavformat
|
Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavformat
|
Thu, 08 Jul 2010 22:01:31 +0000 |
bcoudurier |
In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate
libavformat
|
Thu, 01 Jul 2010 23:21:23 +0000 |
mru |
mpegtsenc: allocate correct size for PID table
libavformat
|
Wed, 30 Jun 2010 22:39:13 +0000 |
cehoyos |
Allow setting streamid when muxing mpegts.
libavformat
|
Sun, 11 Apr 2010 21:44:23 +0000 |
stefano |
Move the internal function declarations in avformat.h to internal.h.
libavformat
|
Sat, 03 Apr 2010 14:15:00 +0000 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Wed, 10 Mar 2010 09:20:32 +0000 |
bcoudurier |
In mpegts muxer, free adts context and temporary data
libavformat
|
Wed, 10 Mar 2010 09:19:14 +0000 |
bcoudurier |
reindent
libavformat
|
Tue, 09 Mar 2010 00:18:49 +0000 |
bcoudurier |
In mpegts muxer, write adts header if aac bitstream does not contain it
libavformat
|
Mon, 08 Mar 2010 23:59:05 +0000 |
bcoudurier |
In mpegts muxer, search for h264 aud nal, it might not be the first nal.
libavformat
|
Mon, 08 Mar 2010 23:46:19 +0000 |
bcoudurier |
mpegts vbr muxing, activated when muxing rate is not supplied by the
libavformat
|
Mon, 08 Mar 2010 22:44:03 +0000 |
bcoudurier |
Start continuity counter at 0 for pmt as well
libavformat
|
Mon, 08 Mar 2010 20:59:00 +0000 |
bcoudurier |
Start continuity counter at 0 for streams
libavformat
|
Mon, 08 Mar 2010 20:57:42 +0000 |
bcoudurier |
10l typo, fix ts total bit rate computation
libavformat
|
Wed, 24 Feb 2010 10:56:13 +0000 |
cehoyos |
Correctly increment continuity_counter in PCR packets.
libavformat
|
Wed, 13 Jan 2010 22:57:37 +0000 |
bcoudurier |
revert wrongly commited hunk in r21205
libavformat
|
Wed, 13 Jan 2010 22:50:26 +0000 |
bcoudurier |
remove useless declarations from mpegts.h
libavformat
|
Wed, 13 Jan 2010 22:23:29 +0000 |
bcoudurier |
use codec rc_max_rate if set and warn if bit rate is not set
libavformat
|
Wed, 13 Jan 2010 22:21:45 +0000 |
bcoudurier |
Do not split audio frames accross pes packets.
libavformat
|
Wed, 13 Jan 2010 21:42:55 +0000 |
bcoudurier |
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 21:40:37 +0000 |
bcoudurier |
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:44:56 +0000 |
bcoudurier |
Insert null packets to keep pcr values correct, patch by Mike Scheutzow,
libavformat
|
Wed, 13 Jan 2010 20:30:55 +0000 |
bcoudurier |
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:26:59 +0000 |
bcoudurier |
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com
libavformat
|
Wed, 13 Jan 2010 20:20:05 +0000 |
bcoudurier |
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
Wed, 13 Jan 2010 20:14:53 +0000 |
bcoudurier |
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|
Sun, 18 Oct 2009 21:41:03 +0000 |
bcoudurier |
mux all stream types except audio as one pes packet per avpacket, issue #1374
libavformat
|
Thu, 17 Sep 2009 19:07:09 +0000 |
bcoudurier |
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be
libavformat
|