Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(either in input_http or in the test for http_helper).
|
|
|
|
|
|
|
|
This way the unused parts of internal copies of libraries can be get rid of by the linker.
|
|
|
|
|
|
--HG--
extra : transplant_source : %D9%DE%C7%C9%CB%D9%84%1E%A2%A0%AD%A9%E1%C27%EA%C6%E5%A3A
|
|
declared by Xiph.
|
|
|
|
|
|
|
|
With some mkv files I had many discontinuity events. I found out that if
changing the timecode_diff in demux_matroska.c from int to int16_t fixes
this problem. Using int will never produce negative values if int is not
16-bit...
|
|
|
|
|
|
|
|
--HG--
extra : transplant_source : q%B3q%EEC%D4p%E7%7F%8Eb%BE%F8%81%D3c%F6%C8%1AF
|
|
Fixed bug id=2.
|
|
Fixed bug id=17.
|
|
skips the first part of the frame.
Fixed wmv playback with ffmpeg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typo of WORDS_BIGENDIAN in in /src/video_out/macosx/XineVOpenGLView.m. It
only affects big-endian systems (PowerPC) as it defaults to little-endian.
|
|
|
|
CVE-2008-0225; ported from mplayer changeset 22821.
|
|
(Got lost in the previous commit.)
|
|
|
|
|
|
|
|
|
|
Fixed pts handling.
|
|
|
|
gapless switch. The current time should not be used here.
|
|
|
|
|
|
Output 8 zero-bytes at the end of the stream to flush the decoder.
|
|
|
|
|
|
|
|
|