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
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
Consistently use just the name of the #ifdef directive in #endif comments.
diego
2008-01-01
*
Fix wrong #endif comment that does not match the #ifdef directive.
diego
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Add some const/static qualifiers as appropriate
reimar
2007-12-24
*
Use realloc_struct in more places for consistency
reimar
2007-12-24
*
Get rid of some of the more excessive () and casts.
reimar
2007-12-24
*
Make sure we have an rtsp session
lu_zero
2007-12-24
*
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
*
100l, fix compilation.
reimar
2007-12-22
*
Set is_streamed correctly, should make network playback work more reliably.
reimar
2007-12-22
*
Get rid of URLProtocol mess (especially problematic since it made use
reimar
2007-12-22
*
Move ds->current=NULL; further up to the free_demux_packet.
reimar
2007-12-20
*
Vobsub support tridx setting in .idx file.
ulion
2007-12-19
*
Remove useless stray #include.
diego
2007-12-16
*
Cosmetics: Fix indentation.
cehoyos
2007-12-14
*
Set correct image format for 24bit "raw " in mov files.
cehoyos
2007-12-14
*
Add demuxer functions for chapter feature.
ulion
2007-12-13
*
Fix memory leak that tmp allocated but maybe not used.
ulion
2007-12-10
*
Move temp variable declaration into inner loop scope.
ulion
2007-12-10
*
Convert vobsub custom colors from rgb to yuv using a common function.
ulion
2007-12-09
*
Move vobsub palette->yuv convert code into a common function.
ulion
2007-12-08
*
Restore y of palette into the same value range as it was in the .ifo file.
ulion
2007-12-08
*
Rename demuxer tags to clarify
lu_zero
2007-12-04
*
Remove non necessary header
lu_zero
2007-12-04
*
Make libnemesi use specific struct and DEMUXER_TYPE
lu_zero
2007-12-04
*
Make m_option_t arrays referenced by cfg-common.h const
reimar
2007-12-02
*
Table of ID3 genres should be const as well
reimar
2007-12-02
*
Fix playback of streams with more than one video track (only one supported).
cehoyos
2007-12-02
*
Finally replace get_uint?? by AV_RL??
reimar
2007-12-01
*
Get rid of annoying, space-wasting sizeof(uint32_t)
reimar
2007-12-01
*
Bigendian fix for ogg in AVI
reimar
2007-12-01
*
Use a loop instead of doing the same thing three times
reimar
2007-12-01
*
Use a pointer variable for extradata to simplify init_avi_with_ogg
reimar
2007-12-01
*
Set sh_video->format when parsing aviheader, otherwise it might never
reimar
2007-12-01
*
Remove some pointless casts
reimar
2007-12-01
*
Create correct extradata for vorbis audio when used as avi sub-demuxer
reimar
2007-12-01
*
Fix some typos in comments, grammar is still bad.
reimar
2007-12-01
*
Fix typos in comments to stop them hurting my eyes
reimar
2007-12-01
*
simplify
michael
2007-11-30
*
Enable -rtsp-port for nemesi
lu_zero
2007-11-27
*
Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...
iive
2007-11-23
*
Enable Theora support
lu_zero
2007-11-23
*
Fix compilation error.
iive
2007-11-22
*
AAC support (aac-hbr only)
lu_zero
2007-11-21
*
Media Format to fourcc conversion (from amol)
lu_zero
2007-11-21
*
Remove unused function write_psm_block(), fixes the warning:
diego
2007-11-21
*
Musepack SV8 lavc decoder support
kostya
2007-11-20
*
100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
reimar
2007-11-18
[next]