| Commit message (Expand) | Author | Age |
* | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 |
* | demux_asf: Fix play duration calculation error | ib | 2011-07-06 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 |
* | demux_asf, asfheader.c: cleanup | reimar | 2010-12-16 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 |
* | asfheader, demux_audio: Remove some pointless be2me/le2me | reimar | 2010-11-02 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 |
* | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 |
|\ |
|
| * | Add header for AVI print functions; avoids many forward declarations. | diego | 2010-02-18 |
| * | Add header for asf_check_header, read_asf_header; avoids forward declarations. | diego | 2010-02-17 |
* | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 |
|\| |
|
| * | Enable parsing for ASF audio streams. | reimar | 2010-01-26 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 |
|\| |
|
| * | Calculate length of ASF files with more than 1 second precision. | reimar | 2009-11-10 |
| * | Fix length calculation for ASF, preroll is in ms, play time in 100 ns. | reimar | 2009-11-10 |
* | | Replace libavutil internal header #includes with MPlayer copies | Uoti Urpala | 2009-07-26 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 |
|\| |
|
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 |
|\ \ |
|
* | | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 |
* | | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 |
| | * | In all demux_info_add calls change "name" to "title". | reimar | 2009-05-30 |
| | * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
| |/ |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 |
|/ |
|
* | Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where | diego | 2008-10-05 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 |
* | Fix stupid and almost pointless check-after-read code in asfheader.c. | reimar | 2008-07-09 |
* | Make stream independent of libmpdemux, the asf demuxer and streaming | albeu | 2008-04-09 |
* | Remove some useless "extern" before function prototypes | reimar | 2007-07-25 |
* | fixed bug introduced with the addition of get_ext_stream_properties() | nicodvb | 2007-07-18 |
* | fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes | zuxy | 2007-07-10 |
* | Use play duration instead of send duration to calculate the length | zuxy | 2007-05-30 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 |
* | Set i_bps for ASF video streams according to extended stream properties | zuxy | 2007-05-22 |
* | Make use of new AV_RL64 | reimar | 2007-05-17 |
* | For DVR-MS: | nicodvb | 2007-05-07 |
* | Declarations and code should not be mixed. | diego | 2007-04-25 |
* | with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li... | nicodvb | 2007-04-20 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | warn users about drm files, patch by zuxy meng | compn | 2007-03-03 |
* | Sanity-check sh_video->bih->biSize | reimar | 2007-01-21 |
* | Compile fix: LE_* -> AV_RL* | reimar | 2007-01-19 |
* | ASF aspect support via metadata reading. | reimar | 2006-12-15 |
* | Use libavutil LE_* macros instead of pointer casts which can result | reimar | 2006-12-03 |
* | Unicode support for demuxer info in ASF demuxer. | reimar | 2006-12-03 |
* | Try to handle oversized asf headers by ignoring anything beyond the first MB | reimar | 2006-11-13 |
* | interpolate real fps of dvr-ms files using the extended stream properties. | nicodvb | 2006-09-24 |
* | Fix use of uninitialized variable | uau | 2006-07-17 |