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
*
When a new subtitle stream becomes available check if it is the one that
reimar
2007-08-09
*
Fix detection of xan audio. -noidx or -forceidx still is necessary
reimar
2007-08-01
*
get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
michael
2007-07-31
*
make muxer store the provided timestamps
michael
2007-07-31
*
Use the standard inline instead of __inline
reimar
2007-07-30
*
Another missed case-range
reimar
2007-07-30
*
Do not use gnu case-range extension if it's easy to avoid
reimar
2007-07-30
*
cosmetics: misc typo fixes
diego
2007-07-28
*
Remove extern index_mode, it is already in demuxer.h
reimar
2007-07-27
*
Make sure fformat is set before use
reimar
2007-07-27
*
Remove some unneeded extern variable declarations
reimar
2007-07-27
*
Simplify: use FFMAX
reimar
2007-07-25
*
Remove some useless "extern" before function prototypes
reimar
2007-07-25
*
Fix for bugzilla #835
rtogni
2007-07-24
*
fixed bug introduced with the addition of get_ext_stream_properties()
nicodvb
2007-07-18
*
Avoid crash if a non-existent audio track is selected with -aid
reimar
2007-07-16
*
Use stream_read_qword_le
reimar
2007-07-14
*
add support for subtitles thru lavf
aurel
2007-07-13
*
Fix segfault if an 'strf' chunk couldn't be found in avi
attila
2007-07-13
*
fix typo in a comment
aurel
2007-07-13
*
fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
zuxy
2007-07-10
*
100% cosmetics: reindentation and removal of trailing spaces
nicodvb
2007-07-08
*
unified the skip of header and stuffing bytes after the parsing of pes_extens...
nicodvb
2007-07-08
*
10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...
nicodvb
2007-07-07
*
cosmetics: split separate instructions in separate lines
nicodvb
2007-07-07
*
proper parsing of pes_extension[12] fields (replaces the previous code that r...
nicodvb
2007-07-07
*
Add some missing frees.
reimar
2007-07-05
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Consistently use filename as multiple inclusion guard.
diego
2007-07-02
*
Use proper PRI?64 format strings
reimar
2007-06-24
*
Remove unused and trivial string variable
reimar
2007-06-24
*
Fix format string to match actual type.
reimar
2007-06-24
*
index_mode is already defined in demuxer.h
reimar
2007-06-24
*
Get rid of: useless variable, useless cast and void * arithmetic
reimar
2007-06-24
*
Use AV_RL32
reimar
2007-06-24
*
Fix format strings to match argument type
reimar
2007-06-24
*
make opt argument of demux_info_get const.
reimar
2007-06-24
*
pstrcpy -> av_strlcpy
reimar
2007-06-24
*
Remove the now unused demux_mkv_change_subs function
reimar
2007-06-24
*
Set demuxer->sub->sh to one of the s_streams like done for audio and video.
reimar
2007-06-24
*
Fix memleak due to not freeing demuxer->s_streams
reimar
2007-06-23
*
100l, last demux_mkv patch passed ints instead of pointers to them to sscanf
reimar
2007-06-23
*
Use sh_sub_t instead of mkv_track_t argument where possible, simplifying the ...
reimar
2007-06-23
*
demux_mkv very long seek fix
uau
2007-06-20
*
Fix demuxer.h multiple inclusion guard
uau
2007-06-20
*
Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
reimar
2007-06-20
*
Simplify network timeout calculation.
cehoyos
2007-06-20
*
Silence three warnings.
cehoyos
2007-06-18
*
Stop playing at eof or if no data arrives for ten seconds.
cehoyos
2007-06-18
[next]