index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_asf.c
Commit message (
Expand
)
Author
Age
*
demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY
Uoti Urpala
2012-07-25
*
build: switch to libavutil bswap.h and intreadwrite.h
Uoti Urpala
2012-02-01
*
cleanup: silence most of the clang warnings
Clément Bœsch
2011-07-09
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
demux_asf: add sanity check
reimar
2011-02-15
*
demux_asf: Add a missing free to ASF demuxer close
reimar
2010-12-16
*
demux_asf, asfheader.c: cleanup
reimar
2010-12-16
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
*
|
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
|
*
Add header for asf_check_header, read_asf_header; avoids forward declarations.
diego
2010-02-17
|
*
#include proper header for skip_audio_frame() instead of forward declaring it.
diego
2010-02-17
*
|
Merge svn changes up to r29912
Uoti Urpala
2009-11-16
|
\
|
|
*
Remove useless cast
reimar
2009-11-10
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
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
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
|
/
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Do not special-case a grouping-subsegment length of 0.
reimar
2008-09-25
*
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
reimar
2008-07-17
*
limits.h is required for UINT_MAX
reimar
2008-07-16
*
Make sure demuxed ASF packet is properly padded after descrambling
reimar
2008-07-16
*
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
reimar
2008-07-16
*
Do not just print a warning, also fix the len in ASF demuxer!
reimar
2008-07-16
*
Replace asserts by proper conditions to allow playback of some broken but
reimar
2008-06-29
*
Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
eugeni
2008-05-02
*
demux_asf: Fix operator precedence in packet length check
uau
2008-04-13
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Check buffer index while reading to avoid sig11
rtogni
2008-02-05
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Replace LOAD_LE32 etc. by AV_RL32 etc.
reimar
2007-12-23
*
Add a read_varlen function to reduce some code duplication
reimar
2007-12-23
*
removed functions that were used to parse mpeg12 video (no more video); patch...
nicodvb
2007-06-10
*
Calculate pts with double precision in demux_asf
uau
2007-06-07
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Set i_bps for ASF video streams according to extended stream properties
zuxy
2007-05-22
*
Fix double free() in demux_asf.c
uau
2007-05-14
*
For DVR-MS:
nicodvb
2007-05-07
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Instead of printing a useless "sig11 coming soon" message, just abort parsing
reimar
2007-01-21
*
Fix crash when attempting to seek in a streamed unseekable stream, like
gpoirier
2006-11-08
*
don't set the resolution for dvr-ms files: in the asf headers it seems to
nicodvb
2006-11-03
*
interpolate real fps of dvr-ms files using the extended stream properties.
nicodvb
2006-09-24
*
Clean up audio pts handling, make audio pts tracking in the audio-only
uau
2006-06-14
[next]