Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | Add extra audio/video cases to parse_pmt(). This identifies the audio stream ↵ | Chris Rankin | |
for my HD DVB-T2 channels. (Fix copied from xine-lib-1.1). | |||
2012-07-28 | Compatibility tweaks for RPMs. | Chris Rankin | |
2012-07-27 | Fix RPM package generation. | Chris Rankin | |
2012-07-16 | Added configure check for AVX assembler support | Petri Hintukainen | |
2012-07-12 | avx memcpy | Petri Hintukainen | |
2012-07-16 | silence warnings from opengl2 check | Petri Hintukainen | |
2012-07-16 | Fixed variable type | Petri Hintukainen | |
2012-07-13 | Build video_out_opengl2 | Torsten Jager | |
2012-07-13 | video_out_opengl2: added color matrix and full range support | Torsten Jager | |
2012-07-13 | video_out_opengl2: fix X access deadlock | Torsten Jager | |
2012-07-13 | OpenGL 2 video out plugin | Christophe Thommeret | |
2012-07-12 | sanity check for memcpy method config value | Petri Hintukainen | |
2012-07-11 | yuv: fix bug from last commit | Torsten Jager | |
2012-07-09 | input_test: added human-friendly title | Petri Hintukainen | |
2012-07-09 | input_test: add terminating NULL pointer to autoplay list (gxine does not ↵ | Petri Hintukainen | |
use returned mrl count). | |||
2012-07-09 | input_bluray: reduced logging | Petri Hintukainen | |
2012-07-06 | opengl/(xcb)xv/x(cb)shm: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | yuv2rgb: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | xcbshm: added crop support | Torsten Jager | |
2012-07-06 | Removed unused variable | Torsten Jager | |
2012-07-04 | Updated version of color_matrix.c | Torsten Jager | |
2012-07-03 | xshm: crop support | Torsten Jager | |
2012-07-03 | xshm: no need to zero allocated frames | Torsten Jager | |
2012-06-30 | Cosmetics | Torsten Jager | |
2012-06-30 | Add color_matrix.c to EXTRA_DIST | Petri Hintukainen | |
2012-06-29 | Add color matrix support to video out interface | Torsten Jager | |
2012-06-25 | Added 5:4 line scaling function (720 -> 1024) | Torsten Jager | |
2012-06-25 | ff_video_decoder.c: fix: free _all_ DR1 frames | Torsten Jager | |
Fixes laming/freezing after manually stopping VP6 or WMV video. That issue does not hit when we let the stream play to its end. | |||
2012-06-22 | add missing string termination | Torsten Jager | |
2012-06-15 | Fixed greedy2frame_template_sse2.c when only 4 registers are available | Roland Scheidegger | |
2012-06-15 | Increased image and gdkpixbuf decoder priorities by 1 | Petri Hintukainen | |
Prefer image and gdkpixbuf over ffmpeg when decodeing JPEG images | |||
2012-06-15 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libxinevdec/gdkpixbuf.c => src/video_dec/gdkpixbuf.c rename : src/libxinevdec/image.c => src/video_dec/image.c | |||
2012-06-15 | Changelog update | Petri Hintukainen | |
2012-06-15 | image decoders: crop image if allocated frame is smaller than requested | Petri Hintukainen | |
2012-06-15 | image: fix decoding images with odd width | Petri Hintukainen | |
2012-06-15 | Check allocated Xv iamge size. Adjust frame size if allocated frame is ↵ | Petri Hintukainen | |
smaller than requested. Based on patch from http://bugs.xine-project.org/show_bug.cgi?id=108 | |||
2012-06-13 | libjpeg: use proc_slice() when available. | Petri Hintukainen | |
~25% faster with XShm video driver (Atom N550, 18Mpix JPEG) | |||
2012-06-12 | Changelog update | Petri Hintukainen | |
2012-06-12 | Add fast libjpeg based JPEG decoder | Petri Hintukainen | |
Support downscaling images when vo can't handle large images | |||
2012-06-12 | Added get_autoplay_list() | Petri Hintukainen | |
2012-06-12 | Add test image generator input plugin | Torsten Jager | |
2012-06-12 | Fixed raw yuv decoding: can't change size of _source_ image | Torsten Jager | |
2012-06-11 | Query max supported Xv image size | Petri Hintukainen | |
2012-06-11 | Added VO_PROP_MAX_VIDEO_WIDTH and VO_PROP_MAX_VIDEO_HEIGHT | Petri Hintukainen | |
2012-06-11 | demux_image: Use BUF_VIDEO_JPEG for JPEG images | Petri Hintukainen | |
2012-06-11 | image: added BUF_VIDEO_JPEG to supported_types | Petri Hintukainen | |
2012-06-12 | Optimized memory allocation (image size is known) | Torsten Jager | |
2012-06-12 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/libxinevdec/yuv.c => src/video_dec/yuv.c | |||
2012-06-10 | Fix building on non-x86 systems | Petri Hintukainen | |
2012-06-09 | Added signature for changeset c3293ab97f32 | Darren Salt | |