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
*
Cosmetics
reimar
2007-01-13
*
Implement gif transparency
reimar
2007-01-13
*
Fix: refmodes 2 and 3 leave useref unchanged
reimar
2007-01-13
*
Cosmetics
reimar
2007-01-13
*
Implement refmode == 2 in gif demuxer
reimar
2007-01-13
*
Partially support gif using "reference" images
reimar
2007-01-13
*
memset + malloc -> calloc
reimar
2007-01-13
*
Cast SWidth/SHeight to uint16_t, since that's what they actually are.
reimar
2007-01-13
*
Forgot to adjust length of memset
reimar
2007-01-13
*
Simplify gif demuxer by using memcpy_pic
reimar
2007-01-13
*
One more bounds check, though IMO the gif lib really should do this.
reimar
2007-01-13
*
Simplify
reimar
2007-01-13
*
Fix crash for gif images that have Top or Left set
reimar
2007-01-13
*
Fix invalid read for gifs with a palette for less than 256 colors
reimar
2007-01-13
*
Move global variables in gif demuxer into priv struct
reimar
2007-01-13
*
cosmetics: typo fix pallete --> palette
diego
2007-01-13
*
Frametime was being read from the wrong offset, compare
diego
2007-01-13
*
add support for avc1 in X-QT over RTSP
gpoirier
2007-01-12
*
dont write an index and dont use memory to build one if -noidx is specified
michael
2007-01-08
*
Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
reimar
2007-01-06
*
Subtitle handling cleanup: factor out code for parsing embedded subtitles
reimar
2007-01-06
*
Include "internal" libavformat/riff.h also when dynamic libavformat is used
reimar
2007-01-06
*
Include libavformat/riff.h when building with static libavformat and
reimar
2007-01-06
*
Simplify after last demux_ogg commit
reimar
2007-01-05
*
Do not access ogg_d->subs after freeing it.
reimar
2007-01-05
*
sizeof() is long, thus %d format in error message is wrong.
reimar
2007-01-05
*
Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
reimar
2007-01-05
*
set dp->stream_pts only when feeding the video stream to workaround
nicodvb
2007-01-01
*
removed unused variable
nicodvb
2006-12-31
*
use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
nicodvb
2006-12-31
*
replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()...
nicodvb
2006-12-31
*
added stream_pts to demuxer_t and demux_packet_t to hold the time value repor...
nicodvb
2006-12-31
*
sort
michael
2006-12-31
*
dont read index if -noidx
michael
2006-12-29
*
first step toward amr-nb muxing support
michael
2006-12-29
*
don't compile demux_mpc.c when libmpcdec is disabled
aurel
2006-12-28
*
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
aurel
2006-12-28
*
Sync to libnut, nom->num
ods15
2006-12-23
*
Fix display of multiple simultaneous subtitles without libass.
uau
2006-12-21
*
muxers now write to output muxer->stream rather than to muxer->file
nicodvb
2006-12-18
*
doxify a comment
reimar
2006-12-18
*
Require 12 consecutive MPEG-audio headers before detecting as audio.
reimar
2006-12-18
*
ASF aspect support via metadata reading.
reimar
2006-12-15
*
VobSub tracks cannot be handled by libass, do not mark them with 'a'.
eugeni
2006-12-15
*
Respect -noidx in lavf demuxer
reimar
2006-12-10
*
Set AVFMT_FLAG_GENPTS if -correct-pts is used.
uau
2006-12-10
*
align vbuf_size to the max value allowed by main profile @ high level
nicodvb
2006-12-09
*
Replace another MIN macro by FFMIN
reimar
2006-12-09
*
Get rid of min/max macros from aviheader.h, they do not belong here.
reimar
2006-12-09
*
Remove condition that should always be true
reimar
2006-12-09
[next]