aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asfheader.c
Commit message (Expand)AuthorAge
* Remove some useless "extern" before function prototypesGravatar reimar2007-07-25
* fixed bug introduced with the addition of get_ext_stream_properties()Gravatar nicodvb2007-07-18
* fix unaligned memory access in asfheader.c, courtesy of Balatoni DenesGravatar zuxy2007-07-10
* Use play duration instead of send duration to calculate the lengthGravatar zuxy2007-05-30
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Set i_bps for ASF video streams according to extended stream propertiesGravatar zuxy2007-05-22
* Make use of new AV_RL64Gravatar reimar2007-05-17
* For DVR-MS:Gravatar nicodvb2007-05-07
* Declarations and code should not be mixed.Gravatar diego2007-04-25
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* warn users about drm files, patch by zuxy mengGravatar compn2007-03-03
* Sanity-check sh_video->bih->biSizeGravatar reimar2007-01-21
* Compile fix: LE_* -> AV_RL*Gravatar reimar2007-01-19
* ASF aspect support via metadata reading.Gravatar reimar2006-12-15
* Use libavutil LE_* macros instead of pointer casts which can resultGravatar reimar2006-12-03
* Unicode support for demuxer info in ASF demuxer.Gravatar reimar2006-12-03
* Try to handle oversized asf headers by ignoring anything beyond the first MBGravatar reimar2006-11-13
* interpolate real fps of dvr-ms files using the extended stream properties.Gravatar nicodvb2006-09-24
* Fix use of uninitialized variableGravatar uau2006-07-17
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Forgotten free on errorGravatar reimar2006-06-25
* Fix declaration mixed in among statements in the recent dvr-ms codeGravatar pacman2006-06-09
* Patch from John Donaghy: "fix for audio and video in dvr-ms asf files"Gravatar pacman2006-06-06
* Don't use free()d pointer CID 260Gravatar rtognimp2006-04-01
* 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
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2Gravatar reynaldo2005-10-31
* Demuxer modularizationGravatar rtognimp2005-08-05
* 10l, incorrect usage of le2me_*Gravatar reimar2005-07-29
* M$ puts whole FAQs in these headers, so they can get really big...Gravatar reimar2005-06-21
* support DVR formatGravatar reimar2005-05-26
* fix stream selection and -bandwidth for mms-over-http.Gravatar reimar2004-12-25
* less verbosity + printf --> mp_msgGravatar diego2004-04-17
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.Gravatar bertrand2003-05-17
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* verbose can be negativeGravatar arpi2002-11-01
* max header size increasedGravatar arpi2002-10-23
* Fix -bandwidth if no streaming available, 10l ;)Gravatar atmos42002-07-07
* If network is used, take the streams id that were requested.Gravatar bertrand2002-07-05
* On the sun all int32 objects have to be aligned on 32 bit boundaries. WithGravatar arpi2002-05-25
* Changed the big handling to make it use mplayer's endian macros.Gravatar bertrand2002-04-14
* bigendlian fix by Guillaume Morin <guillaume@morinfr.org>Gravatar arpi2002-04-13
* Added auto selection of the best streams and fixed a few compilerGravatar albeu2002-02-05
* pre-check for audio/video streams (hope it fix wma steraming)Gravatar arpi2002-01-26
* Add a parser for the "ASF group stream object" and display the bitrate valuesGravatar bertrand2002-01-24
* Changed the asf_file_header_t struct to read all the fields properly.Gravatar bertrand2002-01-20