summaryrefslogtreecommitdiffstats
path: root/libmpdemux/asfheader.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some useless "extern" before function prototypesreimar2007-07-251-2/+2
* fixed bug introduced with the addition of get_ext_stream_properties()nicodvb2007-07-181-1/+1
* fix unaligned memory access in asfheader.c, courtesy of Balatoni Deneszuxy2007-07-101-1/+1
* Use play duration instead of send duration to calculate the lengthzuxy2007-05-301-1/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+1
* Set i_bps for ASF video streams according to extended stream propertieszuxy2007-05-221-1/+6
* Make use of new AV_RL64reimar2007-05-171-1/+1
* For DVR-MS:nicodvb2007-05-071-12/+75
* Declarations and code should not be mixed.diego2007-04-251-2/+3
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-201-0/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* warn users about drm files, patch by zuxy mengcompn2007-03-031-0/+46
* Sanity-check sh_video->bih->biSizereimar2007-01-211-0/+2
* Compile fix: LE_* -> AV_RL*reimar2007-01-191-13/+13
* ASF aspect support via metadata reading.reimar2006-12-151-0/+83
* Use libavutil LE_* macros instead of pointer casts which can resultreimar2006-12-031-6/+6
* Unicode support for demuxer info in ASF demuxer.reimar2006-12-031-50/+56
* Try to handle oversized asf headers by ignoring anything beyond the first MBreimar2006-11-131-2/+6
* interpolate real fps of dvr-ms files using the extended stream properties.nicodvb2006-09-241-0/+47
* Fix use of uninitialized variableuau2006-07-171-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* Forgotten free on errorreimar2006-06-251-0/+2
* Fix declaration mixed in among statements in the recent dvr-ms codepacman2006-06-091-1/+3
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"pacman2006-06-061-25/+90
* Don't use free()d pointer CID 260rtognimp2006-04-011-1/+1
* fix descrambling of asf file,iive2006-03-301-2/+4
* Move global vars used for header parsing, etc to dewux->priv as it shouldalbeu2006-03-291-28/+27
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-10/+8
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-311-12/+9
* Demuxer modularizationrtognimp2005-08-051-1/+1
* 10l, incorrect usage of le2me_*reimar2005-07-291-1/+1
* M$ puts whole FAQs in these headers, so they can get really big...reimar2005-06-211-2/+2
* support DVR formatreimar2005-05-261-0/+3
* fix stream selection and -bandwidth for mms-over-http.reimar2004-12-251-115/+178
* less verbosity + printf --> mp_msgdiego2004-04-171-7/+7
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-0/+4
* verbose can be negativearpi2002-11-011-6/+6
* max header size increasedarpi2002-10-231-4/+5
* Fix -bandwidth if no streaming available, 10l ;)atmos42002-07-071-1/+3
* If network is used, take the streams id that were requested.bertrand2002-07-051-0/+6
* On the sun all int32 objects have to be aligned on 32 bit boundaries. Witharpi2002-05-251-1/+2
* Changed the big handling to make it use mplayer's endian macros.bertrand2002-04-141-6/+3
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>arpi2002-04-131-1/+4
* Added auto selection of the best streams and fixed a few compileralbeu2002-02-051-5/+30
* pre-check for audio/video streams (hope it fix wma steraming)arpi2002-01-261-0/+14
* Add a parser for the "ASF group stream object" and display the bitrate valuesbertrand2002-01-241-0/+30
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-201-2/+3
* added demux_info supportalex2001-11-221-8/+24
* includes cleanuparpi2001-10-211-7/+1
* libdemuxer...arpi2001-10-201-0/+279