index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
QuickTime in24 and in32 PCM audio support
rathann
2006-03-11
*
added dinamically calculated gain factor at output stage to avoid clipping on...
reynaldo
2006-03-11
*
change max_distance max to 128kb instead of 65kb
ods15
2006-03-11
*
Only MAX_STREAMS streams are allowed (cid 115)
rtognimp
2006-03-11
*
move bit flags to be more convinient...
ods15
2006-03-11
*
clarify, header_checksum is not included in forward_ptr and in packet checksum
ods15
2006-03-11
*
Simplify libcdio check.
diego
2006-03-11
*
Make better use of pkg-config to check for/set proper libraries when
diego
2006-03-10
*
Fix memory leak cid 176
rtognimp
2006-03-10
*
Fix memory leak cid 177
rtognimp
2006-03-10
*
Fix possible use of body uninitialized. Remove an unneeded free (body
rtognimp
2006-03-10
*
remove edl.c pre-alloc, more readble and safe code
ods15
2006-03-10
*
SHOULD NOT be higher than 1/timebase limit
michael
2006-03-10
*
div8 -> div16
michael
2006-03-10
*
drop max_frame_size
michael
2006-03-10
*
double muxing examples (cant hurt to explictly mention the most common)
michael
2006-03-10
*
limit stuffing to prevent header_checksum from endup being useless due to a g...
michael
2006-03-10
*
universal timestamp (= stream_id + timestamp in stream timebase)
michael
2006-03-10
*
little clarification of sample_width/sample_height
michael
2006-03-10
*
0x00 and 0xFF should be invalid (libnut does that already and it seems like a...
michael
2006-03-10
*
push back userdata stream_class
ods15
2006-03-10
*
header_checksum
michael
2006-03-10
*
free resources when load_raw fails
reimar
2006-03-09
*
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
*
remove useless and memleak-causing strdup
reimar
2006-03-09
*
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)
reimar
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
*
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
reimar
2006-03-08
*
revert the attempts for ccache fix
henry
2006-03-08
*
add default case to encoder switch-case (maybe an error message would be good...
reimar
2006-03-08
*
fix memory leak when filter with given name does not exist.
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
*
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
reimar
2006-03-08
*
cosmetic
michael
2006-03-08
*
Automaticall convert message to console charset, use utf8 for GTK2 Gui
reimar
2006-03-08
*
remove info streams
michael
2006-03-08
*
Add codecs2html dependencies.
diego
2006-03-08
[next]