summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asf.h
Commit message (Expand)AuthorAgeFilesLines
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-221-0/+1
* For DVR-MS:nicodvb2007-05-071-1/+18
* Replace MIN with FFMINreimar2007-03-011-4/+0
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* interpolate real fps of dvr-ms files using the extended stream properties.nicodvb2006-09-241-0/+2
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"pacman2006-06-061-0/+3
* fix descrambling of asf file,iive2006-03-301-3/+3
* Move global vars used for header parsing, etc to dewux->priv as it shouldalbeu2006-03-291-0/+12
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-1/+1
* Added ASF_Authenticate as an asf stream type.bertrand2002-07-091-1/+2
* Moved the asf_http_streaming_ctrl_t struct from asf_streaming.cbertrand2002-07-051-0/+8
* Added big endian macro for asf_chunk_t and added defines for the ASF chunk type.bertrand2002-04-141-0/+19
* Removed unused code that I commented earlier.bertrand2002-01-231-37/+0
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-201-0/+31
* Somewhere along the line, someone updated a field in an ASF structuremelanson2001-12-241-1/+1
* Removed functions prototypes for streaming that don't need to be here.bertrand2001-12-161-9/+0
* Changed an unknown file to preroll.bertrand2001-12-161-2/+2
* Changed the some functions prototypes for the network streaming.bertrand2001-11-201-3/+4
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-1/+1
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-1/+2
* libdemuxer...arpi2001-10-201-0/+200