summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.h
Commit message (Expand)AuthorAge
* lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos2018-09-27
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9'Michael Niedermayer2014-08-26
|\|
| * mpeg: Write H264 streams at offset 2Luca Barbato2014-08-26
* | lavf/mpeg.h: Remove an unused definition.Carl Eugen Hoyos2014-04-27
* | Use 0x88 as stream id when muxing DTS in program streams.Carl Eugen Hoyos2013-09-10
* | Merge commit 'b164d66e35d349de414e2f0d7365a147aba8a620'Michael Niedermayer2013-03-15
|\|
| * mpegts: add support for stream_type 0x42, which is CAVSCan Wu2013-03-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-30
* | mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk2011-01-31
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* include required headers for int64_t and AV_RB16()Aurelien Jacobs2008-03-03
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-07
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier2007-06-21