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
*
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