summaryrefslogtreecommitdiff
path: root/gst/mpegdemux/gstmpegdefs.h
Commit message (Collapse)AuthorAgeFilesLines
* mpegdemux: add support for H.265Nicola Murino2019-01-241-0/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* mpeg[pt]sdemux: Add support for AAC LATM/LOAS streamsRafael Diniz2011-05-201-1/+3
| | | | Fixes bug #615681.
* mpegdemux: Use GST_FLOW_CUSTOM_SUCCESS instead of some integerSebastian Dröge2010-04-161-2/+2
| | | | Fixes compiler warning with gcc 4.5.
* mpegtsdemux: Add support for the two DTS HD stream typesSebastian Dröge2010-04-041-0/+1
| | | | Fixes bug #614259.
* mpegtsdemux: some more handling of VC1 and EAC3Josep Torra2009-09-041-2/+2
| | | | | If the PMT have the register descriptor HDMV assume EAC3 For VC1 make the code more aligned to RP227.
* mpegtsdemux: Implement EAC3 handling according some ATSC specs.Josep Torra2009-09-031-0/+1
| | | | Fixes bug #594030.
* mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmvJosep Torra2009-08-071-26/+39
|
* mpegtsdemux: Fix HDV private stream definition/caps.Edward Hervey2009-06-051-2/+7
|
* mpegtsdemux: Add mapping for DVD and Bluray subpicture streams.Jan Schmidt2009-05-261-0/+2
| | | | | | Add output subpicture pads for DVD (video/x-dvd-subpicture) and Bluray PGS (subpicture/x-pgs) streams. Remove an unused variable from the PES filter.
* mpegtsdemux: Add mapping for HDV private streamsEdward Hervey2009-05-251-0/+2
|
* Add pull mode to mpegpsdemux and report duration reading first and last PTS. ↵Josep Torra2009-02-021-0/+11
| | | | Some random cleanups.
* Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual ↵Zaheer Abbas Merali2008-09-021-0/+197
licensed MPL and LGPL. Original commit message from CVS: * configure.ac: * gst/mpegdemux/Makefile.am: * gst/mpegdemux/flumpegdemux.c: * gst/mpegdemux/flutspatinfo.c: * gst/mpegdemux/flutspatinfo.h: * gst/mpegdemux/flutspmtinfo.c: * gst/mpegdemux/flutspmtinfo.h: * gst/mpegdemux/flutspmtstreaminfo.c: * gst/mpegdemux/flutspmtstreaminfo.h: * gst/mpegdemux/gstmpegdefs.h: * gst/mpegdemux/gstmpegdemux.c: * gst/mpegdemux/gstmpegdemux.h: * gst/mpegdemux/gstmpegdesc.c: * gst/mpegdemux/gstmpegdesc.h: * gst/mpegdemux/gstmpegtsdemux.c: * gst/mpegdemux/gstmpegtsdemux.h: * gst/mpegdemux/gstpesfilter.c: * gst/mpegdemux/gstpesfilter.h: * gst/mpegdemux/gstsectionfilter.c: * gst/mpegdemux/gstsectionfilter.h: Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This is now dual licensed MPL and LGPL.