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
|
Tue, 28 Jul 2009 17:51:12 +0000 |
bcoudurier |
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com
libavformat
|
Sat, 23 May 2009 06:25:44 +0000 |
bcoudurier |
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com
libavformat
|
Sat, 23 May 2009 06:09:16 +0000 |
bcoudurier |
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com
libavformat
|
Mon, 11 May 2009 02:36:57 +0000 |
bcoudurier |
move free data in the video case
libavformat
|
Mon, 11 May 2009 02:30:29 +0000 |
bcoudurier |
write a single pes for video frames, some proprietary player needs it
libavformat
|
Sun, 10 May 2009 01:57:21 +0000 |
bcoudurier |
ensure first pts is set, according to specs
libavformat
|
Sun, 10 May 2009 01:41:35 +0000 |
bcoudurier |
remove useless max_payload_size variable
libavformat
|
Sun, 10 May 2009 01:37:58 +0000 |
bcoudurier |
do not write dts if pts is not set
libavformat
|
Sun, 10 May 2009 01:02:18 +0000 |
bcoudurier |
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com
libavformat
|
Wed, 18 Feb 2009 00:00:38 +0000 |
aurel |
use new metadata API in mpegts muxer
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Thu, 15 Jan 2009 01:47:24 +0000 |
bcoudurier |
use delay for subs and dirac too
libavformat
|
Thu, 15 Jan 2009 01:22:31 +0000 |
bcoudurier |
add aud nal unit if not present in h264 bitstream
libavformat
|
Wed, 14 Jan 2009 23:53:31 +0000 |
bcoudurier |
consider other codecs packets contain only one access unit, not just audio
libavformat
|
Wed, 14 Jan 2009 23:49:13 +0000 |
bcoudurier |
calculate pat, pmt and sdt exact size and adjust total bitrate
libavformat
|
Wed, 14 Jan 2009 23:30:49 +0000 |
bcoudurier |
allow user to specify muxrate
libavformat
|
Wed, 14 Jan 2009 22:40:37 +0000 |
bcoudurier |
warn if dts < pcr which means TS is invalid
libavformat
|
Wed, 14 Jan 2009 22:17:07 +0000 |
bcoudurier |
only write dts if they differ from pts, according to specs
libavformat
|
Wed, 14 Jan 2009 22:14:35 +0000 |
bcoudurier |
use delay to avoid negative dts
libavformat
|
Wed, 14 Jan 2009 21:57:10 +0000 |
bcoudurier |
set pts and dts of pes packets exactly according to specs
libavformat
|
Wed, 14 Jan 2009 02:20:26 +0000 |
bcoudurier |
compute pcr more accurately, regression tests need update
libavformat
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavformat
|
Thu, 14 Aug 2008 11:17:23 +0000 |
diego |
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
libavformat
|
Wed, 13 Aug 2008 19:29:35 +0000 |
diego |
Dirac encapsulation in MPEG-TS
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Tue, 03 Jun 2008 00:55:05 +0000 |
bcoudurier |
add pretty common .m2t as ts extension
libavformat
|
Tue, 03 Jun 2008 00:53:33 +0000 |
bcoudurier |
fix continuity counter to start at 0
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Fri, 02 Mar 2007 21:47:24 +0000 |
mru |
write DTS, based on patch by Luca Abeni, lucabe72 email it
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
libavformat
|
Mon, 06 Mar 2006 14:13:01 +0000 |
michael |
generic crc calculation code
libavformat
|
Thu, 19 Jan 2006 22:30:37 +0000 |
diego |
Properly #ifdef muxer-specific parts.
libavformat
|