summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAgeFilesLines
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-2/+13
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-031-8/+44
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMnicodvb2005-03-061-1/+95
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-7/+1
* fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecsnicodvb2005-01-081-4/+17
* seeking based on the largest timestamp in an mpeg streamaurel2004-10-231-2/+96
* avoid segfault with -vc dummyreimar2004-10-151-1/+1
* fix for crash when seeking with -novideo optionreimar2004-08-071-1/+1
* removed the historic libcss supportalex2003-12-081-15/+0
* H264-ES demuxermichael2003-04-041-0/+17
* raw mpeg4-es support (you need to set -fps manually!)arpi2003-01-231-1/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-2/+2
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-1/+22
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+3
* fixed LPCM parsingarpi2002-10-081-18/+28
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-2/+0
* max_packs increased for some dvd with too many audio/subarpi2002-04-121-1/+1
* added mp3 detectionarpi2002-02-141-1/+9
* DVD start position handling changed (progbar/eta fix)arpi2002-01-271-1/+4
* Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) solgb2002-01-041-1/+1
* hotfix for ac3 aid<0x20 (VDR)arpi2002-01-021-1/+1
* mpeg VDR vs. BIN fixed?arpi2001-12-261-2/+2
* combined PS/PES sync to allow .VDR playback from stdinarpi2001-12-011-10/+4
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-2/+2
* includes cleanuparpi2001-10-211-11/+1
* libdemuxer...arpi2001-10-201-0/+403