aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAge
* demuxer->movi_end is updated after ds_fill_buffer(),Gravatar nicodvb2006-09-18
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample fileGravatar reimar2006-07-26
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...Gravatar nicodvb2006-06-19
* workaround: at every read update demux->movi_end with stream->end_pos; needed...Gravatar nicodvb2006-06-14
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec...Gravatar nicodvb2006-06-11
* psm longer than 1018 bytes is not allowed, thus invalidGravatar nicodvb2006-05-18
* fixed %d->PRIu64 in read_mpeg_timestamp()Gravatar nicodvb2006-05-03
* stream_read_word() returns _unsigned_ intGravatar nicodvb2006-05-03
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...Gravatar nicodvb2006-05-03
* timestamps are 33 bits long, so they don't fit in an unsigned int; 10lGravatar nicodvb2006-04-11
* make sure the check for valid timestamps does not accidentially search throughGravatar reimar2006-04-10
* fail immediately if any of the parameters necessary to switch audio stream is...Gravatar nicodvb2006-03-12
* check sh_video before seeking; closes cid 56Gravatar nicodvb2006-03-12
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241Gravatar nicodvb2006-03-12
* Missing free_demux_packet after read errorGravatar reimar2006-03-08
* try to get duration from the stream layer, if an implementation of STREAM_CTR...Gravatar nicodvb2006-02-27
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* h264es: don't seek to non-keyframesGravatar lorenm2006-01-03
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...Gravatar nicodvb2006-01-02
* 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