index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mpegtsenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new metadata API in mpegts muxer
Aurelien Jacobs
2009-02-18
1
-10
/
+9
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
use delay for subs and dirac too
Baptiste Coudurier
2009-01-15
1
-4
/
+10
*
add aud nal unit if not present in h264 bitstream
Baptiste Coudurier
2009-01-15
1
-0
/
+21
*
consider other codecs packets contain only one access unit, not just audio
Baptiste Coudurier
2009-01-14
1
-1
/
+1
*
calculate pat, pmt and sdt exact size and adjust total bitrate
Baptiste Coudurier
2009-01-14
1
-8
/
+25
*
allow user to specify muxrate
Baptiste Coudurier
2009-01-14
1
-1
/
+4
*
warn if dts < pcr which means TS is invalid
Baptiste Coudurier
2009-01-14
1
-0
/
+2
*
only write dts if they differ from pts, according to specs
Baptiste Coudurier
2009-01-14
1
-2
/
+2
*
use delay to avoid negative dts
Baptiste Coudurier
2009-01-14
1
-2
/
+3
*
set pts and dts of pes packets exactly according to specs
Baptiste Coudurier
2009-01-14
1
-3
/
+29
*
compute pcr more accurately, regression tests need update
Baptiste Coudurier
2009-01-14
1
-26
/
+34
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
Anuradha Suraparaju
2008-08-14
1
-0
/
+5
*
Dirac encapsulation in MPEG-TS
Anuradha Suraparaju
2008-08-13
1
-1
/
+41
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
add pretty common .m2t as ts extension
Baptiste Coudurier
2008-06-03
1
-1
/
+1
*
fix continuity counter to start at 0
Baptiste Coudurier
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-1
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-5
/
+5
*
write DTS, based on patch by Luca Abeni, lucabe72 email it
Måns Rullgård
2007-03-02
1
-25
/
+44
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-2
/
+0
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-1
/
+1
*
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-06-18
1
-2
/
+2
*
generic crc calculation code
Michael Niedermayer
2006-03-06
1
-59
/
+2
*
Properly #ifdef muxer-specific parts.
Gildas Bazin
2006-01-19
1
-0
/
+2
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-43
/
+43
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-29
/
+29
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-11
/
+11
*
buggy PCR output (just to keep HW decoders happy) - audio and subtitle langua...
Fabrice Bellard
2005-06-03
1
-26
/
+136
*
double free patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-03-09
1
-4
/
+0
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-4
/
+5
*
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
Måns Rullgård
2003-11-12
1
-4
/
+18
*
generate correct PTS in transport stream - use mpeg2 encoder by default
Fabrice Bellard
2003-09-16
1
-73
/
+101
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-2
/
+2
*
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...
Michael Niedermayer
2003-06-28
1
-2
/
+2
*
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...
Fabrice Bellard
2003-06-13
1
-0
/
+582