log libmpdemux/asfheader.c @ 31760:dc95a7191375

age author description
2010-07-17 diego Rename network build system variable and command line option to networking.
2010-07-10 reimar Remove some pointless uses of be2me/le2me.
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-02-18 diego Add header for AVI print functions; avoids many forward declarations.
2010-02-17 diego Add header for asf_check_header, read_asf_header; avoids forward declarations.
2010-01-26 reimar Enable parsing for ASF audio streams.
2009-11-10 reimar Calculate length of ASF files with more than 1 second precision.
2009-11-10 reimar Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
2009-05-30 reimar In all demux_info_add calls change "name" to "title".
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2008-10-05 diego Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-07-09 reimar Fix stupid and almost pointless check-after-read code in asfheader.c.
2008-04-09 albeu Make stream independent of libmpdemux, the asf demuxer and streaming
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.