2009-05-13 |
diego | whitespace cosmetics: Remove all trailing whitespace. |
blob | commitdiff |
2009-05-08 |
diego | Add standard license header to all files in libmpdemux. |
blob | commitdiff | diff to current |
2008-10-05 |
diego | Move find_backwards_asf_guid asfguid.h to asfheader... |
blob | commitdiff | diff to current |
2008-08-07 |
diego | Give a CONFIG_ prefix to preprocessor directives that... |
blob | commitdiff | diff to current |
2008-07-09 |
reimar | Fix stupid and almost pointless check-after-read code... |
blob | commitdiff | diff to current |
2008-04-09 |
albeu | Make stream independent of libmpdemux, the asf demuxer... |
blob | commitdiff | diff to current |
2007-07-25 |
reimar | Remove some useless "extern" before function prototypes |
blob | commitdiff | diff to current |
2007-07-18 |
nicodvb | fixed bug introduced with the addition of get_ext_strea... |
blob | commitdiff | diff to current |
2007-07-10 |
zuxy | fix unaligned memory access in asfheader.c, courtesy... |
blob | commitdiff | diff to current |
2007-05-30 |
zuxy | Use play duration instead of send duration to calculate... |
blob | commitdiff | diff to current |
2007-05-28 |
diego | Remove some unused variables, patch by timwoj ieee... |
blob | commitdiff | diff to current |
2007-05-22 |
zuxy | Set i_bps for ASF video streams according to extended... |
blob | commitdiff | diff to current |
2007-05-17 |
reimar | Make use of new AV_RL64 |
blob | commitdiff | diff to current |
2007-05-07 |
nicodvb | For DVR-MS: |
blob | commitdiff | diff to current |
2007-04-25 |
diego | Declarations and code should not be mixed. |
blob | commitdiff | diff to current |
2007-04-20 |
nicodvb | with -identify show audio and video id; patch by Andrew... |
blob | commitdiff | diff to current |
2007-03-15 |
diego | Add explicit location for headers from the stream/... |
blob | commitdiff | diff to current |
2007-03-03 |
compn | warn users about drm files, patch by zuxy meng |
blob | commitdiff | diff to current |
2007-01-21 |
reimar | Sanity-check sh_video->bih->biSize |
blob | commitdiff | diff to current |
2007-01-19 |
reimar | Compile fix: LE_* -> AV_RL* |
blob | commitdiff | diff to current |
2006-12-15 |
reimar | ASF aspect support via metadata reading. |
blob | commitdiff | diff to current |
2006-12-03 |
reimar | Use libavutil LE_* macros instead of pointer casts... |
blob | commitdiff | diff to current |
2006-12-03 |
reimar | Unicode support for demuxer info in ASF demuxer. |
blob | commitdiff | diff to current |
2006-11-13 |
reimar | Try to handle oversized asf headers by ignoring anythin... |
blob | commitdiff | diff to current |
2006-09-24 |
nicodvb | interpolate real fps of dvr-ms files using the extended... |
blob | commitdiff | diff to current |
2006-07-17 |
uau | Fix use of uninitialized variable |
blob | commitdiff | diff to current |
2006-07-16 |
reynaldo | marks several read-only string parameters and function... |
blob | commitdiff | diff to current |
2006-07-13 |
reynaldo | drops casts from void * on malloc/calloc from libmpdemu... |
blob | commitdiff | diff to current |
2006-06-25 |
reimar | Forgotten free on error |
blob | commitdiff | diff to current |
2006-06-09 |
pacman | Fix declaration mixed in among statements in the recent... |
blob | commitdiff | diff to current |
2006-06-06 |
pacman | Patch from John Donaghy: "fix for audio and video in... |
blob | commitdiff | diff to current |
2006-04-01 |
rtognimp | Don't use free()d pointer CID 260 |
blob | commitdiff | diff to current |
2006-03-30 |
iive | fix descrambling of asf file, |
blob | commitdiff | diff to current |
2006-03-29 |
albeu | Move global vars used for header parsing, etc to dewux... |
blob | commitdiff | diff to current |
2006-03-27 |
diego | Convert printfs in aviprint.c to mp_msg and give the... |
blob | commitdiff | diff to current |
2006-03-24 |
diego | Convert all if(verbose>X) to mp_msg_test calls. |
blob | commitdiff | diff to current |
2005-10-31 |
reynaldo | libmpdemux translatables to help_mp part 1 / mp_msg... |
blob | commitdiff | diff to current |
2005-08-05 |
rtognimp | Demuxer modularization |
blob | commitdiff | diff to current |
2005-07-29 |
reimar | 10l, incorrect usage of le2me_* |
blob | commitdiff | diff to current |
2005-06-21 |
reimar | M$ puts whole FAQs in these headers, so they can get... |
blob | commitdiff | diff to current |
2005-05-26 |
reimar | support DVR format |
blob | commitdiff | diff to current |
2004-12-25 |
reimar | fix stream selection and -bandwidth for mms-over-http. |
blob | commitdiff | diff to current |
2004-04-17 |
diego | less verbosity + printf --> mp_msg |
blob | commitdiff | diff to current |
2003-05-17 |
bertrand | Changed the STREAMING defines to MPLAYER_NETWORK to... |
blob | commitdiff | diff to current |
2002-11-16 |
arpi | demuxer_control(), percent position and time length... |
blob | commitdiff | diff to current |
2002-11-01 |
arpi | verbose can be negative |
blob | commitdiff | diff to current |
2002-10-23 |
arpi | max header size increased |
blob | commitdiff | diff to current |
2002-07-07 |
atmos4 | Fix -bandwidth if no streaming available, 10l ;) |
blob | commitdiff | diff to current |
2002-07-05 |
bertrand | If network is used, take the streams id that were reque... |
blob | commitdiff | diff to current |
2002-05-25 |
arpi | On the sun all int32 objects have to be aligned on... |
blob | commitdiff | diff to current |
2002-04-14 |
bertrand | Changed the big handling to make it use mplayer's endia... |
blob | commitdiff | diff to current |
2002-04-13 |
arpi | bigendlian fix by Guillaume Morin <guillaume@morinfr... |
blob | commitdiff | diff to current |
2002-02-05 |
albeu | Added auto selection of the best streams and fixed... |
blob | commitdiff | diff to current |
2002-01-26 |
arpi | pre-check for audio/video streams (hope it fix wma... |
blob | commitdiff | diff to current |
2002-01-24 |
bertrand | Add a parser for the "ASF group stream object" and... |
blob | commitdiff | diff to current |
2002-01-20 |
bertrand | Changed the asf_file_header_t struct to read all the... |
blob | commitdiff | diff to current |
2001-11-22 |
alex | added demux_info support |
blob | commitdiff | diff to current |
2001-10-21 |
arpi | includes cleanup |
blob | commitdiff | diff to current |
2001-10-20 |
arpi | libdemuxer... |
blob | commitdiff | diff to current |
|