summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_asf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-697/+0
* Replace fast_memcpy() useswm42012-11-111-5/+4
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+3
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-1/+2
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-2/+2
* cleanup: shut up more warningsClément Bœsch2011-05-061-3/+3
* demux_asf: add sanity checkreimar2011-02-151-0/+4
* demux_asf: Add a missing free to ASF demuxer closereimar2010-12-161-0/+1
* demux_asf, asfheader.c: cleanupreimar2010-12-161-5/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-6/+2
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30643Uoti Urpala2010-03-101-8/+2
|\
| * Add header for asf_check_header, read_asf_header; avoids forward declarations.diego2010-02-171-5/+1
| * #include proper header for skip_audio_frame() instead of forward declaring it.diego2010-02-171-3/+1
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-2/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-1/+1
|\|
| * Remove useless castreimar2009-11-101-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-28/+28
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-1/+20
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-1/+20
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Get rid of pointless 'extern' keywords.diego2008-12-031-3/+3
* Do not special-case a grouping-subsegment length of 0.reimar2008-09-251-1/+0
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getreimar2008-07-171-4/+4
* limits.h is required for UINT_MAXreimar2008-07-161-0/+1
* Make sure demuxed ASF packet is properly padded after descramblingreimar2008-07-161-1/+4
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hreimar2008-07-161-7/+0
* Do not just print a warning, also fix the len in ASF demuxer!reimar2008-07-161-0/+1
* Replace asserts by proper conditions to allow playback of some broken butreimar2008-06-291-4/+5
* Check ASF packet size before calling demux_asf_read_packet. Fixes segfaulteugeni2008-05-021-1/+5
* demux_asf: Fix operator precedence in packet length checkuau2008-04-131-1/+1
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-3/+1
* Check buffer index while reading to avoid sig11rtogni2008-02-051-2/+25
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Replace LOAD_LE32 etc. by AV_RL32 etc.reimar2007-12-231-28/+8
* Add a read_varlen function to reduce some code duplicationreimar2007-12-231-44/+24
* removed functions that were used to parse mpeg12 video (no more video); patch...nicodvb2007-06-101-69/+0
* Calculate pts with double precision in demux_asfuau2007-06-071-2/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-4/+4
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-221-1/+0
* Fix double free() in demux_asf.cuau2007-05-141-3/+1
* For DVR-MS:nicodvb2007-05-071-24/+184
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Instead of printing a useless "sig11 coming soon" message, just abort parsingreimar2007-01-211-1/+4
* Fix crash when attempting to seek in a streamed unseekable stream, likegpoirier2006-11-081-0/+2
* don't set the resolution for dvr-ms files: in the asf headers it seems tonicodvb2006-11-031-0/+5
* interpolate real fps of dvr-ms files using the extended stream properties.nicodvb2006-09-241-1/+12
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-3/+1
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"pacman2006-06-061-8/+105
* fix descrambling of asf file,iive2006-03-301-1/+1
* Move global vars used for header parsing, etc to dewux->priv as it shouldalbeu2006-03-291-38/+40
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-2/+2
* Second-try commit of this patch.corey2006-02-171-1/+1
* we cannot continue without a crash when read_asf_header fails, since somereimar2006-02-121-1/+2
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* include the right avcodec.h, consistently with the rest of mplayernicodvb2006-01-081-2/+4
* Typo in ASF demuxer selection by name (it's 'asf', not 'asv')rtognimp2005-12-241-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-191-1/+7
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-2/+0
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-3/+60
* Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).reimar2005-05-231-5/+6
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-4/+0
* fix seeking in audio-only case (crash when seeking backwards, time reset to 0)reimar2004-09-111-0/+4
* skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts....alex2004-07-211-2/+12
* plen=0 is handledalex2003-09-071-1/+2
* fixes http://pot.lsd.ro/video.asfarpi2003-08-151-1/+1
* 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-2/+25
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+4
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-0/+3
* 100l - seq++ for groupingarpi2002-07-071-0/+1
* some cleanup and fixes, but the badquality.asf is still buggy :(arpi2002-06-161-72/+100
* fixed a few possible bugsarpi2002-01-161-3/+3
* Applied the patch from Alban Bedel <albeu@free.fr> tobertrand2001-12-121-1/+3
* includes cleanuparpi2001-10-211-7/+0
* libdemuxer...arpi2001-10-201-0/+367