aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asf.h
Commit message (Expand)AuthorAge
* Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDGravatar reimar2008-08-31
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Set i_bps for ASF video streams according to extended stream propertiesGravatar zuxy2007-05-22
* For DVR-MS:Gravatar nicodvb2007-05-07
* Replace MIN with FFMINGravatar reimar2007-03-01
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* interpolate real fps of dvr-ms files using the extended stream properties.Gravatar nicodvb2006-09-24
* 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
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...Gravatar mosu2003-01-15
* Added ASF_Authenticate as an asf stream type.Gravatar bertrand2002-07-09
* Moved the asf_http_streaming_ctrl_t struct from asf_streaming.cGravatar bertrand2002-07-05
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.Gravatar bertrand2002-04-14
* Removed unused code that I commented earlier.Gravatar bertrand2002-01-23
* Changed the asf_file_header_t struct to read all the fields properly.Gravatar bertrand2002-01-20
* Somewhere along the line, someone updated a field in an ASF structureGravatar melanson2001-12-24
* Removed functions prototypes for streaming that don't need to be here.Gravatar bertrand2001-12-16
* Changed an unknown file to preroll.Gravatar bertrand2001-12-16
* Changed the some functions prototypes for the network streaming.Gravatar bertrand2001-11-20
* config.h cleanup, few things added to steram/demuxer headersGravatar arpi2001-10-30
* Added ASF http server streaming (Not mms streaming).Gravatar bertrand2001-10-26
* libdemuxer...Gravatar arpi2001-10-20