aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_asf.c
Commit message (Expand)AuthorAge
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Do not special-case a grouping-subsegment length of 0.Gravatar reimar2008-09-25
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* limits.h is required for UINT_MAXGravatar reimar2008-07-16
* Make sure demuxed ASF packet is properly padded after descramblingGravatar reimar2008-07-16
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* Do not just print a warning, also fix the len in ASF demuxer!Gravatar reimar2008-07-16
* Replace asserts by proper conditions to allow playback of some broken butGravatar reimar2008-06-29
* Check ASF packet size before calling demux_asf_read_packet. Fixes segfaultGravatar eugeni2008-05-02
* demux_asf: Fix operator precedence in packet length checkGravatar uau2008-04-13
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Check buffer index while reading to avoid sig11Gravatar rtogni2008-02-05
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Replace LOAD_LE32 etc. by AV_RL32 etc.Gravatar reimar2007-12-23
* Add a read_varlen function to reduce some code duplicationGravatar reimar2007-12-23
* removed functions that were used to parse mpeg12 video (no more video); patch...Gravatar nicodvb2007-06-10
* Calculate pts with double precision in demux_asfGravatar uau2007-06-07
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Set i_bps for ASF video streams according to extended stream propertiesGravatar zuxy2007-05-22
* Fix double free() in demux_asf.cGravatar uau2007-05-14
* For DVR-MS:Gravatar nicodvb2007-05-07
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* 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