2008-09-25 |
reimar |
Do not special-case a grouping-subsegment length of 0.
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-16 |
reimar |
limits.h is required for UINT_MAX
|
2008-07-16 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
2008-07-16 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
2008-06-29 |
reimar |
Replace asserts by proper conditions to allow playback of some broken but
|
2008-05-02 |
eugeni |
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
|
2008-04-13 |
uau |
demux_asf: Fix operator precedence in packet length check
|
2008-02-25 |
diego |
FFmpeg now uses different (unified) #include paths.
|
2008-02-05 |
rtogni |
Check buffer index while reading to avoid sig11
|
2008-01-29 |
reimar |
Use defines to give names to the different seek flags.
|
2008-01-13 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
2007-12-23 |
reimar |
Replace LOAD_LE32 etc. by AV_RL32 etc.
|
2007-12-23 |
reimar |
Add a read_varlen function to reduce some code duplication
|
2007-06-10 |
nicodvb |
removed functions that were used to parse mpeg12 video (no more video); patch by John Donaghy
|
2007-06-07 |
uau |
Calculate pts with double precision in demux_asf
|
2007-06-05 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-05-22 |
zuxy |
Set i_bps for ASF video streams according to extended stream properties
|
2007-05-14 |
uau |
Fix double free() in demux_asf.c
|
2007-05-07 |
nicodvb |
For DVR-MS:
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-01-21 |
reimar |
Instead of printing a useless "sig11 coming soon" message, just abort parsing
|
2006-11-08 |
gpoirier |
Fix crash when attempting to seek in a streamed unseekable stream, like
|
2006-11-03 |
nicodvb |
don't set the resolution for dvr-ms files: in the asf headers it seems to
|
2006-09-24 |
nicodvb |
interpolate real fps of dvr-ms files using the extended stream properties.
|
2006-06-14 |
uau |
Clean up audio pts handling, make audio pts tracking in the audio-only
|
2006-06-06 |
pacman |
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
|
2006-03-30 |
iive |
fix descrambling of asf file,
|
2006-03-29 |
albeu |
Move global vars used for header parsing, etc to dewux->priv as it should
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2006-02-17 |
corey |
Second-try commit of this patch.
|
2006-02-12 |
reimar |
we cannot continue without a crash when read_asf_header fails, since some
|
2006-02-09 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|
2006-02-07 |
corey |
1. Include audio_delay as an argument to demux_seek.
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2006-01-08 |
nicodvb |
include the right avcodec.h, consistently with the rest of mplayer
|
2005-12-24 |
rtognimp |
Typo in ASF demuxer selection by name (it's 'asf', not 'asv')
|
2005-12-19 |
henry |
malloc padding to avoid access beyond allocated memory
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-10-30 |
reimar |
move resync_audio_stream after seeking to demuxer.c
|
2005-09-02 |
ods15 |
Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
|
2005-08-05 |
rtognimp |
Demuxer modularization
|
2005-05-23 |
reimar |
Speedup asf descrambling (avoid one memcpy and use our fastmemcpy).
|
2005-01-15 |
reimar |
Move generic length and percent pos calculation to demuxer.c
|
2004-09-11 |
reimar |
fix seeking in audio-only case (crash when seeking backwards, time reset to 0)
|
2004-07-21 |
alex |
skip ecc only if present, patch by Alexis Durelle <alexis.durelle@cen.cnamts.fr> (needed for the Aiptek DV3500 camera)
|
2003-09-07 |
alex |
plen=0 is handled
|
2003-08-15 |
arpi |
fixes http://pot.lsd.ro/video.asf
|
2002-11-23 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
|
2002-11-16 |
arpi |
demuxer_control(), percent position and time length query implemented in
|
2002-11-06 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
2002-09-22 |
arpi |
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
|
2002-07-07 |
arpi |
100l - seq++ for grouping
|
2002-06-16 |
arpi |
some cleanup and fixes, but the badquality.asf is still buggy :(
|
2002-01-16 |
arpi |
fixed a few possible bugs
|
2001-12-12 |
bertrand |
Applied the patch from Alban Bedel <albeu@free.fr> to
|
2001-10-21 |
arpi |
includes cleanup
|
2001-10-20 |
arpi |
libdemuxer...
base
demux_asf.c@4d099ebcf542
|