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
Commit message (
Expand
)
Author
Age
*
#include corresponding .h files in .c files.
diego
2010-02-16
*
Remove pointless header #includes; #include only required header stdint.h.
diego
2010-02-16
*
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
reimar
2010-02-14
*
Simplify and slightly speed up avi_stream_id function.
reimar
2010-02-14
*
Simplify.
reimar
2010-02-14
*
Dynamically increase probe size for lavf demuxer up to 2 MB.
reimar
2010-02-12
*
Replace incorrect usage of strncpy.
reimar
2010-02-03
*
Reindent
reimar
2010-02-03
*
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
reimar
2010-02-03
*
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
reimar
2010-01-26
*
Enable parsing for ASF audio streams.
reimar
2010-01-26
*
If audio was identified as DTS in the PMT do not override that with TrueHD
reimar
2010-01-24
*
Add support for parsing MLP and TrueHD.
reimar
2010-01-24
*
Add forgotten declaration of ds_clear_parser.
reimar
2010-01-24
*
Remove now unused variables.
reimar
2010-01-24
*
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
reimar
2010-01-24
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
Add a proper header for our strsep implementation so strsep will
reimar
2010-01-17
*
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw
reimar
2010-01-15
*
Use double-precision constants instead of single precision that gets cast to ...
reimar
2010-01-13
*
Use double instead of float for pts.
cehoyos
2010-01-12
*
Fix MP1 with demuxer lavf in MPEG (PS) files.
cehoyos
2010-01-09
*
Add support for JPEG2000 via FFmpeg/OpenJPEG
reimar
2010-01-03
*
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
cehoyos
2009-12-28
*
Revert r30100: It breaks some mov and asf samples.
cehoyos
2009-12-28
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
Remove currently unneeded members accidentally added in the last revision.
reimar
2009-12-27
*
Introduce a sh_common struct that contains the parts in common by the audio, ...
reimar
2009-12-27
*
Remove one more incorrect direct ass.h include.
reimar
2009-12-27
*
Fix grammar/missing verb in description.
reimar
2009-12-25
*
Remove unnecessary entries from extension_table, these formats are already
reimar
2009-12-25
*
Add a (unfortunately rather long) explanation on how and when to use it
reimar
2009-12-25
*
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
compn
2009-12-24
*
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
compn
2009-12-24
*
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
cehoyos
2009-12-22
*
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
reimar
2009-12-19
*
Do not modify priv->idx_pos when regenerating the index, use a local
reimar
2009-12-17
*
Avoid miscompilation issues with the grow_array function more permanently
reimar
2009-12-11
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
*
av_alloc_format_context -> avformat_alloc_context
reimar
2009-11-22
*
Reuse buffer in priv context instead of allocating the 32kB probe buffer
reimar
2009-11-22
*
Move 128kB buffer from stack to demuxer context.
reimar
2009-11-20
*
calloc instead of malloc+memset.
reimar
2009-11-20
*
Silence two gcc warnings: suggest parentheses around && within ||
cehoyos
2009-11-18
*
Set display size in sh_video when decoding H264.
cehoyos
2009-11-16
*
Use calloc instead of initializing each struct member individually to 0.
reimar
2009-11-16
*
Try to detect broken files with unaligned chunks.
reimar
2009-11-16
*
Fix declarations in mp_taglists.h and include it in mp_taglists.c to
reimar
2009-11-11
*
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...
reimar
2009-11-10
*
Calculate length of ASF files with more than 1 second precision.
reimar
2009-11-10
[next]