------------------------------------------------------------------------ r28162 | compn | 2008-12-17 17:54:25 -0300 (Wed, 17 Dec 2008) | 5 lines Changed paths: M /trunk/etc/codecs.conf add binary codecs: yuv8 - yuv8 vfw decoder WCMV - Wincam Screen capture codec AJPG,ABYR - Kensington videocam codec ------------------------------------------------------------------------ r28163 | reimar | 2008-12-19 06:43:19 -0300 (Fri, 19 Dec 2008) | 2 lines Changed paths: M /trunk/mangle.h Include config.h in mangle.h, fixes make checkheaders. ------------------------------------------------------------------------ r28164 | diego | 2008-12-19 06:59:59 -0300 (Fri, 19 Dec 2008) | 2 lines Changed paths: M /trunk/libswscale/swscale_bfin.c M /trunk/libswscale/yuv2rgb_altivec.c M /trunk/libswscale/yuv2rgb_bfin.c Remove pointless malloc.h #include. ------------------------------------------------------------------------ r28165 | gpoirier | 2008-12-19 17:33:54 -0300 (Fri, 19 Dec 2008) | 7 lines Changed paths: M /trunk/libvo/vo_macosx.m Replace vo_macosx's custom options parsing with a subopt_parse()-based one (in the same way as vo_gl). Patch by Adrian Stutz %adrian A sttz P ch% Original thread: date: Tue, Dec 9, 2008 at 3:20 PM subject: Re: [MPlayer-dev-eng] [PATCH] vo_macosx: option to set shared buffer name to allow multiple instances ------------------------------------------------------------------------ r28166 | gpoirier | 2008-12-19 18:18:31 -0300 (Fri, 19 Dec 2008) | 2 lines Changed paths: M /trunk/DOCS/man/en/mplayer.1 Document vo_macosx's shared_buffer option. ------------------------------------------------------------------------ r28167 | reimar | 2008-12-20 07:18:15 -0300 (Sat, 20 Dec 2008) | 5 lines Changed paths: M /trunk/libmpcodecs/ae_lavc.c Fix imaadpcm extradata with lavc encoder. The formula to calculate frame size was wrong, duplicated code from the encoder and did not take endianness into account when writing the value into extradata. Patch by Edouard Gomez [ed gomez (at) free fr]. ------------------------------------------------------------------------ r28168 | reimar | 2008-12-20 07:25:13 -0300 (Sat, 20 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.c Simplify handling of X11 key events that are just passed through. ------------------------------------------------------------------------ r28169 | reimar | 2008-12-20 07:26:17 -0300 (Sat, 20 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/wskeys.h Get rid of pointless and now unused defines. ------------------------------------------------------------------------ r28170 | reimar | 2008-12-20 08:12:45 -0300 (Sat, 20 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.c Use a table to translate X11 to MPlayer keycodes. ------------------------------------------------------------------------ r28171 | reimar | 2008-12-20 08:49:00 -0300 (Sat, 20 Dec 2008) | 1 line Changed paths: M /trunk/libvo/video_out.c Cosmetics: get rid of some tabs and trailing whitespace. ------------------------------------------------------------------------ r28172 | reimar | 2008-12-20 08:52:11 -0300 (Sat, 20 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/video_out.c M /trunk/libvo/video_out.h M /trunk/libvo/w32_common.c M /trunk/libvo/x11_common.c Add and use a special lookup function to do table-based translation to MPlayer keycodes. ------------------------------------------------------------------------ r28173 | kostya | 2008-12-20 15:07:08 -0300 (Sat, 20 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf FFmpeg now has RV30 decoder enabled ------------------------------------------------------------------------ r28174 | compn | 2008-12-20 20:01:22 -0300 (Sat, 20 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf remove acdsee mjpeg binary codec, works with ffmjpeg ------------------------------------------------------------------------ r28175 | reimar | 2008-12-21 01:11:51 -0300 (Sun, 21 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/x11_common.c 100l, forgot an assignment, broke special keys handling for X11-based vos. ------------------------------------------------------------------------ r28176 | compn | 2008-12-21 17:12:47 -0300 (Sun, 21 Dec 2008) | 3 lines Changed paths: M /trunk/etc/codecs.conf add amr format tags, fixes: http://www.pdafrance.com/img/testproduit_pocketpc/a730/video4.avi ------------------------------------------------------------------------ r28177 | diego | 2008-12-22 06:20:18 -0300 (Mon, 22 Dec 2008) | 2 lines Changed paths: M /trunk/Makefile libavcodec/i386/ was renamed to libavcodec/x86/. ------------------------------------------------------------------------ r28178 | diego | 2008-12-22 06:20:38 -0300 (Mon, 22 Dec 2008) | 2 lines Changed paths: M /trunk/common.mak M /trunk/subdir.mak Sync with latest FFmpeg changes. ------------------------------------------------------------------------ r28179 | compn | 2008-12-22 13:51:06 -0300 (Mon, 22 Dec 2008) | 1 line Changed paths: M /trunk/etc/codecs.conf re-add codecs: sif1 (directshow version) and acdsee mjpeg ------------------------------------------------------------------------ r28180 | cehoyos | 2008-12-22 19:56:51 -0300 (Mon, 22 Dec 2008) | 1 line Changed paths: M /trunk/configure Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'. ------------------------------------------------------------------------ r28181 | compn | 2008-12-23 01:24:07 -0300 (Tue, 23 Dec 2008) | 1 line Changed paths: M /trunk/Changelog fix poorly worded changelog entries ------------------------------------------------------------------------ r28182 | reimar | 2008-12-23 08:42:11 -0300 (Tue, 23 Dec 2008) | 1 line Changed paths: M /trunk/configure Define HAVE_FAST_64BIT if appropriate ------------------------------------------------------------------------ r28183 | reimar | 2008-12-23 08:42:24 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/configure Set fast_cmov for all x86_64 systems, except for P4-based systems this should be better, in particular cmov is recommended for future systems. ------------------------------------------------------------------------ r28184 | diego | 2008-12-23 10:31:04 -0300 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/libvo/vo_x11.c Remove pointless forward declaration. ------------------------------------------------------------------------