aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_asf.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Replace fast_memcpy() usesGravatar wm42012-11-11
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* demux_asf: add sanity checkGravatar reimar2011-02-15
* demux_asf: Add a missing free to ASF demuxer closeGravatar reimar2010-12-16
* demux_asf, asfheader.c: cleanupGravatar reimar2010-12-16
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
* | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
| * Add header for asf_check_header, read_asf_header; avoids forward declarations.Gravatar diego2010-02-17
| * #include proper header for skip_audio_frame() instead of forward declaring it.Gravatar diego2010-02-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Remove useless castGravatar reimar2009-11-10
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | 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
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
|/
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Do not special-case a grouping-subsegment length of 0.Gravatar reimar2008-09-25
* Avoid including avcodec.h in demuxer.h (and thus many other files) just to getGravatar reimar2008-07-17
* limits.h is required for UINT_MAXGravatar reimar2008-07-16
* Make sure demuxed ASF packet is properly padded after descramblingGravatar reimar2008-07-16
* Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hGravatar reimar2008-07-16
* Do not just print a warning, also fix the len in ASF demuxer!Gravatar reimar2008-07-16
* Replace asserts by proper conditions to allow playback of some broken butGravatar reimar2008-06-29
* Check ASF packet size before calling demux_asf_read_packet. Fixes segfaultGravatar eugeni2008-05-02
* demux_asf: Fix operator precedence in packet length checkGravatar uau2008-04-13
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Check buffer index while reading to avoid sig11Gravatar rtogni2008-02-05
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Replace LOAD_LE32 etc. by AV_RL32 etc.Gravatar reimar2007-12-23
* Add a read_varlen function to reduce some code duplicationGravatar reimar2007-12-23
* removed functions that were used to parse mpeg12 video (no more video); patch...Gravatar nicodvb2007-06-10
* Calculate pts with double precision in demux_asfGravatar uau2007-06-07
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Set i_bps for ASF video streams according to extended stream propertiesGravatar zuxy2007-05-22
* Fix double free() in demux_asf.cGravatar uau2007-05-14
* For DVR-MS:Gravatar nicodvb2007-05-07
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Instead of printing a useless "sig11 coming soon" message, just abort parsingGravatar reimar2007-01-21
* Fix crash when attempting to seek in a streamed unseekable stream, likeGravatar gpoirier2006-11-08
* don't set the resolution for dvr-ms files: in the asf headers it seems toGravatar nicodvb2006-11-03