aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_asf.c
Commit message (Expand)AuthorAge
* Instead of printing a useless "sig11 coming soon" message, just abort parsingGravatar reimar2007-01-21
* Fix crash when attempting to seek in a streamed unseekable stream, likeGravatar gpoirier2006-11-08
* don't set the resolution for dvr-ms files: in the asf headers it seems toGravatar nicodvb2006-11-03
* interpolate real fps of dvr-ms files using the extended stream properties.Gravatar nicodvb2006-09-24
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"Gravatar pacman2006-06-06
* fix descrambling of asf file,Gravatar iive2006-03-30
* Move global vars used for header parsing, etc to dewux->priv as it shouldGravatar albeu2006-03-29
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Second-try commit of this patch.Gravatar corey2006-02-17
* we cannot continue without a crash when read_asf_header fails, since someGravatar reimar2006-02-12
* 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
* include the right avcodec.h, consistently with the rest of mplayerGravatar nicodvb2006-01-08
* Typo in ASF demuxer selection by name (it's 'asf', not 'asv')Gravatar rtognimp2005-12-24
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).Gravatar reimar2005-05-23
* Move generic length and percent pos calculation to demuxer.cGravatar reimar2005-01-15
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)Gravatar reimar2004-09-11
* skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts....Gravatar alex2004-07-21
* plen=0 is handledGravatar alex2003-09-07
* fixes http://pot.lsd.ro/video.asfGravatar arpi2003-08-15
* 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
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* 100l - seq++ for groupingGravatar arpi2002-07-07
* some cleanup and fixes, but the badquality.asf is still buggy :(Gravatar arpi2002-06-16
* fixed a few possible bugsGravatar arpi2002-01-16
* Applied the patch from Alban Bedel <albeu@free.fr> toGravatar bertrand2001-12-12
* includes cleanupGravatar arpi2001-10-21
* libdemuxer...Gravatar arpi2001-10-20