Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sat, 20 Jan 2007 21:39:21 +0000 | diego | some simplifications |
Sat, 20 Jan 2007 21:19:58 +0000 | diego | Move ldconfig platform differences into configure where they belong. |
Sat, 20 Jan 2007 21:14:14 +0000 | diego | Move ranlib setting to a more sensible place. |
Sat, 20 Jan 2007 13:46:17 +0000 | nicodvb | in h264_parse_sps() reuse mp_unescape03() |
Sat, 20 Jan 2007 13:14:09 +0000 | nicodvb | vc1 probing code: if sh_video->bih can't be callocated exit |
Sat, 20 Jan 2007 13:10:40 +0000 | nicodvb | in vc1 probing code, all packets before the first sequence header must be skipped, not read |
Sat, 20 Jan 2007 13:06:17 +0000 | nicodvb | removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code |
Sat, 20 Jan 2007 12:17:22 +0000 | nicodvb | decode vc1 sequence header and frame it in video_read_frame(); |