aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mpeg.h
AgeCommit message (Collapse)Author
2014-08-26Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9'Michael Niedermayer
* commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9': mpeg: Write H264 streams at offset 2 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-26mpeg: Write H264 streams at offset 2Luca Barbato
It hints that the content is H264 according to HD-DVD.
2014-04-27lavf/mpeg.h: Remove an unused definition.Carl Eugen Hoyos
Fixes a warning when compiling mpegts.c.
2013-09-10Use 0x88 as stream id when muxing DTS in program streams.Carl Eugen Hoyos
This is what other open source software uses and what some hardware players expect. Tested by trac user iuqbgq9h-1 at yahoo
2013-03-15Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer
* commit 'b164d66e35d349de414e2f0d7365a147aba8a620': ape: make version-dependent decoding functions called via pointers mpegts: add support for stream_type 0x42, which is CAVS Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-15mpegts: add support for stream_type 0x42, which is CAVSCan Wu
This allows demuxing and muxing of CAVS TS streams. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-01-31mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk
Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com> Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 665132e6204766b1d43ce413d6b1cc2a1d34ea29)
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-03include required headers for int64_t and AV_RB16()Aurelien Jacobs
Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-07Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten
can easily be reused by other demuxers for formats that encapsulate MPEG-PES. Originally committed as revision 11451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few ↵Baptiste Coudurier
minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common Originally committed as revision 9382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-30mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk
Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com> Signed-off-by: Mans Rullgard <mans@mansr.com>