log

age author description
Mon, 22 Dec 2008 22:56:51 +0000 cehoyos Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
Mon, 22 Dec 2008 16:51:06 +0000 compn re-add codecs: sif1 (directshow version) and acdsee mjpeg
Mon, 22 Dec 2008 09:20:38 +0000 diego Sync with latest FFmpeg changes.
Mon, 22 Dec 2008 09:20:18 +0000 diego libavcodec/i386/ was renamed to libavcodec/x86/.
Sun, 21 Dec 2008 20:12:47 +0000 compn add amr format tags, fixes:
Sun, 21 Dec 2008 04:11:51 +0000 reimar 100l, forgot an assignment, broke special keys handling for X11-based vos.
Sat, 20 Dec 2008 23:01:22 +0000 compn remove acdsee mjpeg binary codec, works with ffmjpeg
Sat, 20 Dec 2008 18:07:08 +0000 kostya FFmpeg now has RV30 decoder enabled
Sat, 20 Dec 2008 11:52:11 +0000 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
Sat, 20 Dec 2008 11:49:00 +0000 reimar Cosmetics: get rid of some tabs and trailing whitespace.
Sat, 20 Dec 2008 11:12:45 +0000 reimar Use a table to translate X11 to MPlayer keycodes.
Sat, 20 Dec 2008 10:26:17 +0000 reimar Get rid of pointless and now unused defines.
Sat, 20 Dec 2008 10:25:13 +0000 reimar Simplify handling of X11 key events that are just passed through.
Sat, 20 Dec 2008 10:18:15 +0000 reimar Fix imaadpcm extradata with lavc encoder.
Fri, 19 Dec 2008 21:18:31 +0000 gpoirier Document vo_macosx's shared_buffer option.
Fri, 19 Dec 2008 20:33:54 +0000 gpoirier Replace vo_macosx's custom options parsing with a subopt_parse()-based one
Fri, 19 Dec 2008 09:59:59 +0000 diego Remove pointless malloc.h #include.
Fri, 19 Dec 2008 09:43:19 +0000 reimar Include config.h in mangle.h, fixes make checkheaders.
Wed, 17 Dec 2008 20:54:25 +0000 compn add binary codecs:
Wed, 17 Dec 2008 16:12:12 +0000 Gabrov synced with r28160
Wed, 17 Dec 2008 14:52:46 +0000 compn add binary codec for fourcc wavc
Wed, 17 Dec 2008 08:47:01 +0000 diego another round of armv4l --> arm changes
Wed, 17 Dec 2008 01:10:34 +0000 diego libavcodec/armv4l/ was renamed to libavcodec/arm/.
Wed, 17 Dec 2008 00:08:04 +0000 diego Do not use full relative #include path for headers in the same directory.
Wed, 17 Dec 2008 00:06:03 +0000 diego #include sub.h instead of locally declaring vo_draw_text().
Tue, 16 Dec 2008 05:19:11 +0000 compn Added FOURCCS:
Mon, 15 Dec 2008 22:25:39 +0000 diego xvmc is now a CONFIG_ option in FFmpeg.
Mon, 15 Dec 2008 20:19:27 +0000 reimar 100l, reorder check for AC3 format to avoid a possible memleak
Mon, 15 Dec 2008 16:13:41 +0000 reimar Consistently include config.h before mangle.h, fixes possible compilation
Mon, 15 Dec 2008 13:53:07 +0000 reimar Simplify the definition of MANGLE, possibly also makes it easier to support more systems.