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
*
Fix passing qdm2 extradata to lavc decoder
rtognimp
2006-03-27
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
Remove superfluous extern variable declaration.
diego
2006-03-27
*
Fix a/v desync for real some files
rtognimp
2006-03-26
*
H264: when fixed_fps is set the framerate is expressed in fields per second, ...
nicodvb
2006-03-25
*
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
diego
2006-03-25
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...
mosu
2006-03-22
*
10l, checking for NULL after dereferencing makes no sense (though what is thi...
reimar
2006-03-22
*
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox...
aurel
2006-03-20
*
Do not use ptr when it's NULL. CID 89
rtognimp
2006-03-19
*
Fix compilation with stupid C++ compilers that shock on valid C
albeu
2006-03-16
*
Move the subread from FILE to stream_t.
albeu
2006-03-16
*
Fix a potential seek failure, fill_buffer doesn't have to
albeu
2006-03-16
*
Try several formats instead of only YV12 if no format was explicitly
albeu
2006-03-14
*
le2me_32 is not necessary, tested by Diego on BE machine
rathann
2006-03-14
*
in24/in32/fl32 little/big-endian QuickTime PCM audio support
rathann
2006-03-13
*
Fix seeking with cache enabled on systems using fork().
albeu
2006-03-13
*
recommitted version 1.22 + Rich's 1.25
nicodvb
2006-03-13
*
Fix compilation error introduced by last commit
reimar
2006-03-12
*
unified failure case in muxer_new_muxer()
nicodvb
2006-03-12
*
fix feature pragma length check
reimar
2006-03-12
*
in fix_parameters() move assignment of audio bitrate to the proper block (the...
nicodvb
2006-03-12
*
check stream->wf and stream->bih before using them in fix_parameters(). Fixes...
nicodvb
2006-03-12
*
exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...
nicodvb
2006-03-12
*
fix cosmetics noticed during nico's 10l
rfelker
2006-03-12
*
fixed C99-ism introduced with previous commit
nicodvb
2006-03-12
*
check muxer != NULL before using it; closes cid 201
nicodvb
2006-03-12
*
fail immediately if any of the parameters necessary to switch audio stream is...
nicodvb
2006-03-12
*
check sh_video before seeking; closes cid 56
nicodvb
2006-03-12
*
close channels file before exiting dvb_get_channels() if malloc(dvb_channels_...
nicodvb
2006-03-12
*
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
nicodvb
2006-03-12
*
dereference muxer->priv only after having checked muxer!=NULL in write_chunk(...
nicodvb
2006-03-11
*
init msec in mp_get_titleset_length() before using it; closes cid 251
nicodvb
2006-03-11
*
init variable in parse_mp4_object_descriptor before using it; fixes cid 237
nicodvb
2006-03-11
*
init delta_pts before using it; fixes cid 239
nicodvb
2006-03-11
*
check pce_ptr before using it; fixes cid 207
nicodvb
2006-03-11
*
Only MAX_STREAMS streams are allowed (cid 115)
rtognimp
2006-03-11
*
Fix memory leak cid 176
rtognimp
2006-03-10
*
Fix memory leak cid 177
rtognimp
2006-03-10
*
fix leak on read error (forgot to free demux packet)
reimar
2006-03-09
*
fix minor (i.e. unlikely to ever happen) leak when init fails
reimar
2006-03-09
*
Fix potential read from an unitialized pointer (CID: 236)
rtognimp
2006-03-09
*
in demux_ogg_read_packet initialize data to whole packet, reduces code and
reimar
2006-03-08
*
name array is too small, use strlcpy instead of strncpy
reimar
2006-03-08
*
Missing free_demux_packet after read error
reimar
2006-03-08
*
Fix base64 encoding for basic auth according to RFC.
reimar
2006-03-08
*
missing url_free when using proxy and connect fails
reimar
2006-03-08
*
stream_id == MAX_STREAMS is invalid, since counting starts with 0.
reimar
2006-03-08
*
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
reimar
2006-03-08
[next]