aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/asfheader.c
Commit message (Expand)AuthorAge
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* asfheader, demux_audio: Remove some pointless be2me/le2meGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
| * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
| * Add header for asf_check_header, read_asf_header; avoids forward declarations.Gravatar diego2010-02-17
* | Merge svn changes up to r30437Gravatar Uoti Urpala2010-01-28
|\|
| * Enable parsing for ASF audio streams.Gravatar reimar2010-01-26
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
| * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.Gravatar reimar2009-11-10
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
|/
* Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place whereGravatar diego2008-10-05
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Fix stupid and almost pointless check-after-read code in asfheader.c.Gravatar reimar2008-07-09
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* 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