Mercurial > mplayer.hg
graph
-
Fix compilation after ffmpeg changes in r7619Wed, 24 Jan 2007 00:10:47 +0000, by rtogni
-
better autodetection of framerate in case of h264; it works correctly with b-frames.Tue, 23 Jan 2007 22:26:13 +0000, by nicodvb
-
Include string.h to make sure memcpy is not used without prototypeTue, 23 Jan 2007 15:28:19 +0000, by reimar
-
Pass a context to av_log(), when possibleTue, 23 Jan 2007 13:41:45 +0000, by lucabe
-
Bring MPlayer closer to compilation after latest FFmpeg changes.Tue, 23 Jan 2007 10:06:02 +0000, by diego
-
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removedMon, 22 Jan 2007 22:29:54 +0000, by nicodvb
-
set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)Mon, 22 Jan 2007 22:24:50 +0000, by nicodvb
-
Fix FSF address and otherwise broken license headers.Mon, 22 Jan 2007 08:02:06 +0000, by diego
-
Fix license headers and FSF postal address.Mon, 22 Jan 2007 01:21:36 +0000, by diego
-
Sync with FFmpeg r7634.Sun, 21 Jan 2007 23:28:05 +0000, by diego
-
Discard -Wdeclaration-after-statement warning.Sun, 21 Jan 2007 23:21:50 +0000, by diego
-
synced with r21906Sun, 21 Jan 2007 22:42:06 +0000, by Gabrov
-
synced with r21989Sun, 21 Jan 2007 21:49:24 +0000, by Gabrov
-
fix typoSun, 21 Jan 2007 21:40:23 +0000, by Gabrov
-
Fix compilation: define CONFIG_ZLIB in config.makSun, 21 Jan 2007 21:38:41 +0000, by reimar
-
r21959: Apply ancient double-click patch that nobody cares to comment on.Sun, 21 Jan 2007 20:08:06 +0000, by voroshil
-
Instead of printing a useless "sig11 coming soon" message, just abort parsingSun, 21 Jan 2007 18:29:18 +0000, by reimar
-
Sanity-check sh_video->bih->biSizeSun, 21 Jan 2007 18:22:07 +0000, by reimar
-
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cSun, 21 Jan 2007 15:44:58 +0000, by reimar
-
Add ignore key bindSun, 21 Jan 2007 11:10:52 +0000, by reimar
-
Move code to ignore mouse wheel "down" events to fifo.c (needed becauseSun, 21 Jan 2007 11:05:21 +0000, by reimar
-
Another AVCodecTag compile fixSun, 21 Jan 2007 10:49:08 +0000, by reimar
-
Forgotten CodecTag -> AVCodecTagSun, 21 Jan 2007 10:33:34 +0000, by reimar
-
Fix compilation after lavf changesSun, 21 Jan 2007 10:17:40 +0000, by reimar
-
support -ffourcc with -of lavfSun, 21 Jan 2007 10:10:07 +0000, by reimar
-
Simplify install calls.Sat, 20 Jan 2007 21:57:57 +0000, by diego
-
Remove redundant informative output.Sat, 20 Jan 2007 21:55:57 +0000, by diego
-
Don't suppress make output during installation.Sat, 20 Jan 2007 21:55:30 +0000, by diego
-
some simplificationsSat, 20 Jan 2007 21:39:21 +0000, by diego
-
Move ldconfig platform differences into configure where they belong.Sat, 20 Jan 2007 21:19:58 +0000, by diego
-
Move ranlib setting to a more sensible place.Sat, 20 Jan 2007 21:14:14 +0000, by diego
-
in h264_parse_sps() reuse mp_unescape03()Sat, 20 Jan 2007 13:46:17 +0000, by nicodvb
-
vc1 probing code: if sh_video->bih can't be callocated exitSat, 20 Jan 2007 13:14:09 +0000, by nicodvb
-
in vc1 probing code, all packets before the first sequence header must be skipped, not readSat, 20 Jan 2007 13:10:40 +0000, by nicodvb
-
removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing codeSat, 20 Jan 2007 13:06:17 +0000, by nicodvb
-
decode vc1 sequence header and frame it in video_read_frame();Sat, 20 Jan 2007 12:17:22 +0000, by nicodvb
-
demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)Sat, 20 Jan 2007 12:13:50 +0000, by nicodvb
-
added function to parse vc1 sequence headerSat, 20 Jan 2007 12:04:20 +0000, by nicodvb
-
BE_32 -> AV_RB32Fri, 19 Jan 2007 23:15:53 +0000, by reimar
-
Compile fix: LE_* -> AV_RL*Fri, 19 Jan 2007 23:14:57 +0000, by reimar
-
include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SOFri, 19 Jan 2007 01:19:02 +0000, by nicodvb
-
sync w/ r21959Thu, 18 Jan 2007 21:53:05 +0000, by gpoirier
-
synced with r21959Thu, 18 Jan 2007 20:21:54 +0000, by Gabrov
-
Apply ancient double-click patch that nobody cares to comment on.Thu, 18 Jan 2007 19:30:02 +0000, by reimar
-
r21930: gcc_bug++;Thu, 18 Jan 2007 17:38:24 +0000, by voroshil
-
In .srt, any line containing only spaces and tabs marks the end of theThu, 18 Jan 2007 14:50:32 +0000, by eugeni
-
grammar/spelling/wording in commentsThu, 18 Jan 2007 09:03:42 +0000, by diego
-
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a whileWed, 17 Jan 2007 23:39:37 +0000, by kraymer
-
"-lavdopts fast" has applied to mpeg4 and h264 for a whileWed, 17 Jan 2007 23:20:32 +0000, by lorenm
-
synced with r21952Wed, 17 Jan 2007 22:18:15 +0000, by Gabrov
-
1000l; fixed wrong operator precedenceWed, 17 Jan 2007 21:42:04 +0000, by nicodvb
-
version bump (for changes in r21907)Wed, 17 Jan 2007 14:09:48 +0000, by kraymer
-
r21727: Must refer to option name instead of internal variableWed, 17 Jan 2007 14:04:30 +0000, by kraymer
-
r21691: added smb:// to the list of allowed input urlsWed, 17 Jan 2007 13:43:56 +0000, by kraymer
-
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusWed, 17 Jan 2007 00:12:35 +0000, by nicodvb