2007-07-25 |
reimar |
Remove some useless "extern" before function prototypes
|
2007-07-18 |
nicodvb |
fixed bug introduced with the addition of get_ext_stream_properties()
|
2007-07-10 |
zuxy |
fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
|
2007-05-30 |
zuxy |
Use play duration instead of send duration to calculate the length
|
2007-05-28 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
2007-05-22 |
zuxy |
Set i_bps for ASF video streams according to extended stream properties
|
2007-05-17 |
reimar |
Make use of new AV_RL64
|
2007-05-07 |
nicodvb |
For DVR-MS:
|
2007-04-25 |
diego |
Declarations and code should not be mixed.
|
2007-04-20 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
2007-03-15 |
diego |
Add explicit location for headers from the stream/ directory.
|
2007-03-03 |
compn |
warn users about drm files, patch by zuxy meng
|
2007-01-21 |
reimar |
Sanity-check sh_video->bih->biSize
|
2007-01-19 |
reimar |
Compile fix: LE_* -> AV_RL*
|
2006-12-15 |
reimar |
ASF aspect support via metadata reading.
|
2006-12-03 |
reimar |
Use libavutil LE_* macros instead of pointer casts which can result
|
2006-12-03 |
reimar |
Unicode support for demuxer info in ASF demuxer.
|
2006-11-13 |
reimar |
Try to handle oversized asf headers by ignoring anything beyond the first MB
|
2006-09-24 |
nicodvb |
interpolate real fps of dvr-ms files using the extended stream properties.
|
2006-07-17 |
uau |
Fix use of uninitialized variable
|
2006-07-16 |
reynaldo |
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
|
2006-07-13 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
2006-06-25 |
reimar |
Forgotten free on error
|
2006-06-09 |
pacman |
Fix declaration mixed in among statements in the recent dvr-ms code
|
2006-06-06 |
pacman |
Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"
|
2006-04-01 |
rtognimp |
Don't use free()d pointer CID 260
|
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-27 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2005-10-31 |
reynaldo |
libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
|
2005-08-05 |
rtognimp |
Demuxer modularization
|
2005-07-29 |
reimar |
10l, incorrect usage of le2me_*
|
2005-06-21 |
reimar |
M$ puts whole FAQs in these headers, so they can get really big...
|
2005-05-26 |
reimar |
support DVR format
|
2004-12-25 |
reimar |
fix stream selection and -bandwidth for mms-over-http.
|
2004-04-17 |
diego |
less verbosity + printf --> mp_msg
|
2003-05-17 |
bertrand |
Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
|
2002-11-16 |
arpi |
demuxer_control(), percent position and time length query implemented in
|
2002-11-01 |
arpi |
verbose can be negative
|
2002-10-23 |
arpi |
max header size increased
|
2002-07-07 |
atmos4 |
Fix -bandwidth if no streaming available, 10l ;)
|
2002-07-05 |
bertrand |
If network is used, take the streams id that were requested.
|
2002-05-25 |
arpi |
On the sun all int32 objects have to be aligned on 32 bit boundaries. With
|
2002-04-14 |
bertrand |
Changed the big handling to make it use mplayer's endian macros.
|
2002-04-13 |
arpi |
bigendlian fix by Guillaume Morin <guillaume@morinfr.org>
|
2002-02-05 |
albeu |
Added auto selection of the best streams and fixed a few compiler
|
2002-01-26 |
arpi |
pre-check for audio/video streams (hope it fix wma steraming)
|
2002-01-24 |
bertrand |
Add a parser for the "ASF group stream object" and display the bitrate values
|
2002-01-20 |
bertrand |
Changed the asf_file_header_t struct to read all the fields properly.
|
2001-11-22 |
alex |
added demux_info support
|
2001-10-21 |
arpi |
includes cleanup
|
2001-10-20 |
arpi |
libdemuxer...
base
asfheader.c@ab79a7eabbb8
|