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
/
mpegts.h
Age
Commit message (
Expand
)
Author
2013-03-15
mpegts: add support for stream_type 0x42, which is CAVS
Can Wu
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-02-28
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diego Biurrun
2011-10-28
mpegts: MP4 SL support
Alex Converse
2011-10-28
mpegts: Add support for Sections in PMT
Alex Converse
2011-10-28
mpegts: Add support for multiple mp4 descriptors
Alex Converse
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
mpegtsenc: support CODEC_ID_AAC_LATM
Peter Ross
2010-12-29
add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines availab...
Peter Ross
2010-02-01
Fix warnings about implicit function declaration when compiling rtpdec.c
Alexis Ballier
2010-01-13
remove useless declarations from mpegts.h
Baptiste Coudurier
2009-08-24
mpegts: change variable-length array to fixed length
Måns Rullgård
2009-05-31
remove defines
Baptiste Coudurier
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-13
Dirac encapsulation in MPEG-TS
Anuradha Suraparaju
2008-02-23
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...
Nico Sabbi
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-08
remove redundant declaration of mpegts_muxer
Måns Rullgård
2007-06-19
comment endif directive token
Benoit Fouet
2007-06-17
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
add multiple inclusion guards to headers
Måns Rullgård
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-02-09
demux VC1 in mpegts
Nico Sabbi
2007-01-23
"removes definition for old crc func" patch by Daniel Kristjansson / danielk ...
Daniel Kristjansson
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-02
added support for DVHS (192) packet size
Nico Sabbi
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Michael Niedermayer
2004-07-14
libdts support by (Benjamin Zores <ben at geexbox dot org>)
Michael Niedermayer
2004-07-07
h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)
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-10-29
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...
Fabrice Bellard
2003-07-10
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
Isaac Richards
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