| Commit message (Expand) | Author | Age | Files | Lines |
* | Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where | diego | 2008-10-05 | 1 | -0/+10 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -1/+1 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 | 1 | -3/+3 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 | 1 | -72/+1 |
* | Remove some useless "extern" before function prototypes | reimar | 2007-07-25 | 1 | -2/+2 |
* | fixed bug introduced with the addition of get_ext_stream_properties() | nicodvb | 2007-07-18 | 1 | -1/+1 |
* | fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes | zuxy | 2007-07-10 | 1 | -1/+1 |
* | Use play duration instead of send duration to calculate the length | zuxy | 2007-05-30 | 1 | -1/+1 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -1/+1 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 | 1 | -1/+6 |
* | Make use of new AV_RL64 | reimar | 2007-05-17 | 1 | -1/+1 |
* | For DVR-MS: | nicodvb | 2007-05-07 | 1 | -12/+75 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 | 1 | -2/+3 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 | 1 | -0/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | warn users about drm files, patch by zuxy meng | compn | 2007-03-03 | 1 | -0/+46 |
* | Sanity-check sh_video->bih->biSize | reimar | 2007-01-21 | 1 | -0/+2 |
* | Compile fix: LE_* -> AV_RL* | reimar | 2007-01-19 | 1 | -13/+13 |
* | ASF aspect support via metadata reading. | reimar | 2006-12-15 | 1 | -0/+83 |
* | Use libavutil LE_* macros instead of pointer casts which can result | reimar | 2006-12-03 | 1 | -6/+6 |
* | Unicode support for demuxer info in ASF demuxer. | reimar | 2006-12-03 | 1 | -50/+56 |
* | Try to handle oversized asf headers by ignoring anything beyond the first MB | reimar | 2006-11-13 | 1 | -2/+6 |
* | interpolate real fps of dvr-ms files using the extended stream properties. | nicodvb | 2006-09-24 | 1 | -0/+47 |
* | Fix use of uninitialized variable | uau | 2006-07-17 | 1 | -1/+1 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 1 | -1/+1 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Forgotten free on error | reimar | 2006-06-25 | 1 | -0/+2 |
* | Fix declaration mixed in among statements in the recent dvr-ms code | pacman | 2006-06-09 | 1 | -1/+3 |
* | Patch from John Donaghy: "fix for audio and video in dvr-ms asf files" | pacman | 2006-06-06 | 1 | -25/+90 |
* | Don't use free()d pointer CID 260 | rtognimp | 2006-04-01 | 1 | -1/+1 |
* | fix descrambling of asf file, | iive | 2006-03-30 | 1 | -2/+4 |
* | Move global vars used for header parsing, etc to dewux->priv as it should | albeu | 2006-03-29 | 1 | -28/+27 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -4/+4 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -10/+8 |
* | libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2 | reynaldo | 2005-10-31 | 1 | -12/+9 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -1/+1 |
* | 10l, incorrect usage of le2me_* | reimar | 2005-07-29 | 1 | -1/+1 |
* | M$ puts whole FAQs in these headers, so they can get really big... | reimar | 2005-06-21 | 1 | -2/+2 |
* | support DVR format | reimar | 2005-05-26 | 1 | -0/+3 |
* | fix stream selection and -bandwidth for mms-over-http. | reimar | 2004-12-25 | 1 | -115/+178 |
* | less verbosity + printf --> mp_msg | diego | 2004-04-17 | 1 | -7/+7 |
* | Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash. | bertrand | 2003-05-17 | 1 | -1/+1 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -0/+4 |
* | verbose can be negative | arpi | 2002-11-01 | 1 | -6/+6 |
* | max header size increased | arpi | 2002-10-23 | 1 | -4/+5 |
* | Fix -bandwidth if no streaming available, 10l ;) | atmos4 | 2002-07-07 | 1 | -1/+3 |
* | If network is used, take the streams id that were requested. | bertrand | 2002-07-05 | 1 | -0/+6 |
* | On the sun all int32 objects have to be aligned on 32 bit boundaries. With | arpi | 2002-05-25 | 1 | -1/+2 |
* | Changed the big handling to make it use mplayer's endian macros. | bertrand | 2002-04-14 | 1 | -6/+3 |
* | bigendlian fix by Guillaume Morin <guillaume@morinfr.org> | arpi | 2002-04-13 | 1 | -1/+4 |
* | Added auto selection of the best streams and fixed a few compiler | albeu | 2002-02-05 | 1 | -5/+30 |
* | pre-check for audio/video streams (hope it fix wma steraming) | arpi | 2002-01-26 | 1 | -0/+14 |
* | Add a parser for the "ASF group stream object" and display the bitrate values | bertrand | 2002-01-24 | 1 | -0/+30 |
* | Changed the asf_file_header_t struct to read all the fields properly. | bertrand | 2002-01-20 | 1 | -2/+3 |
* | added demux_info support | alex | 2001-11-22 | 1 | -8/+24 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -7/+1 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+279 |