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
*
added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
nicodvb
2007-09-01
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Fix warnings:
diego
2007-08-26
*
Split lschunks function further, it is simply too huge to do any useful chang...
reimar
2007-08-25
*
warning fix:
diego
2007-08-25
*
Remove redundant variable declarations.
diego
2007-08-25
*
Remove redundant variable declaration.
diego
2007-08-25
*
Add missing pixelformat conversion function prototype
reimar
2007-08-24
*
Remove silly #ifdef around the complete file.
diego
2007-08-24
*
Fix compilation of live555 support after FFmpegs r10173.
cehoyos
2007-08-22
*
We can support SEEK_END seeks only when stream->end_pos is known
reimar
2007-08-20
*
Add support for AVSEEK_SIZE in demux_lavf
reimar
2007-08-20
*
Do not seek to an invalid position.
reimar
2007-08-19
*
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
[next]