aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAge
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* 10l, demux_mpg_control was missing from demuxer info struct, causing audioGravatar reimar2005-10-15
* faster mpg and much faster gxf demuxingGravatar reimar2005-09-03
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Fix mpeg-pes playbackGravatar rtognimp2005-08-26
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* Demuxer modularizationGravatar rtognimp2005-08-05
* support raw ac3 (in private pes packets without the usual dvd 4 bytes substre...Gravatar nicodvb2005-06-25
* moved mpeg-ps/es probing code to demux_mpg.cGravatar nicodvb2005-06-06
* adds a parameter to the switch_audio command to directly select a track.Gravatar reimar2005-04-28
* Added support of audio stream switching in the MPEG demuxer using the #-keyGravatar gpoirier2005-04-03
* added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSMGravatar nicodvb2005-03-06
* Move generic length and percent pos calculation to demuxer.cGravatar reimar2005-01-15
* fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecsGravatar nicodvb2005-01-08
* seeking based on the largest timestamp in an mpeg streamGravatar aurel2004-10-23
* avoid segfault with -vc dummyGravatar reimar2004-10-15
* fix for crash when seeking with -novideo optionGravatar reimar2004-08-07
* removed the historic libcss supportGravatar alex2003-12-08
* H264-ES demuxerGravatar michael2003-04-04
* raw mpeg4-es support (you need to set -fps manually!)Gravatar arpi2003-01-23
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* fixed LPCM parsingGravatar arpi2002-10-08
* some cleanup - made private vars/funcs static, removed obsolete externsGravatar arpi2002-09-29
* max_packs increased for some dvd with too many audio/subGravatar arpi2002-04-12
* added mp3 detectionGravatar arpi2002-02-14
* DVD start position handling changed (progbar/eta fix)Gravatar arpi2002-01-27
* Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) soGravatar lgb2002-01-04
* hotfix for ac3 aid<0x20 (VDR)Gravatar arpi2002-01-02
* mpeg VDR vs. BIN fixed?Gravatar arpi2001-12-26
* combined PS/PES sync to allow .VDR playback from stdinGravatar arpi2001-12-01
* config.h cleanup, few things added to steram/demuxer headersGravatar arpi2001-10-30
* includes cleanupGravatar arpi2001-10-21
* libdemuxer...Gravatar arpi2001-10-20