index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mpegtsenc.c
Age
Commit message (
Expand
)
Author
2009-01-14
use delay to avoid negative dts
Baptiste Coudurier
2009-01-14
set pts and dts of pes packets exactly according to specs
Baptiste Coudurier
2009-01-14
compute pcr more accurately, regression tests need update
Baptiste Coudurier
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-08-14
Change Dirac in MPEG-TS encapsulation to conform with spec changes.
Anuradha Suraparaju
2008-08-13
Dirac encapsulation in MPEG-TS
Anuradha Suraparaju
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
add pretty common .m2t as ts extension
Baptiste Coudurier
2008-06-03
fix continuity counter to start at 0
Baptiste Coudurier
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-01-04
improve CRC API
Aurelien Jacobs
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-03-02
write DTS, based on patch by Luca Abeni, lucabe72 email it
Måns Rullgård
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-18
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-03-06
generic crc calculation code
Michael Niedermayer
2006-01-19
Properly #ifdef muxer-specific parts.
Gildas Bazin
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-06-03
buggy PCR output (just to keep HW decoders happy) - audio and subtitle langua...
Fabrice Bellard
2005-03-09
double free patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2003-11-12
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
Måns Rullgård
2003-09-16
generate correct PTS in transport stream - use mpeg2 encoder by default
Fabrice Bellard
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-06-28
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...
Michael Niedermayer
2003-06-13
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...
Fabrice Bellard
[prev]