Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2012-06-09 | Added tag 1.2.2 for changeset c3293ab97f32 | Darren Salt | |
2012-06-09 | Changelog updates; release.1.2.2 | Darren Salt | |
2012-06-09 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libfaad/xine_faad_decoder.c => src/audio_dec/xine_faad_decoder.c | |||
2012-06-09 | Use rsvg-convert, where available, for documentation images. | Darren Salt | |
2012-06-08 | Merge from 1.1 | Petri Hintukainen | |
2012-06-08 | Merge from 1.1 | Petri Hintukainen | |
2012-06-08 | Added support for flac in matroska | Petri Hintukainen | |
2012-06-07 | demux_image: added bmp support | Torsten Jager | |
2012-06-08 | Merge from 1.1 | Petri Hintukainen | |
2012-06-06 | Merge from 1.1 | Petri Hintukainen | |
2012-06-05 | Merge from 1.1 | Petri Hintukainen | |
2012-05-30 | Merge from 1.1 | Petri Hintukainen | |
2012-05-29 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/xine-utils/attributes.h => include/xine/attributes.h | |||
2012-05-29 | Fixed 91d04bf1862c | Petri Hintukainen | |
2012-05-29 | Moved defining ATTR_ALIGN after include configure.h. | Petri Hintukainen | |
ATTRIBUTE_ALIGNED_MAX is defined in configure.h. | |||
2012-05-29 | Check if compiler supports __attribute__((weak)) | Carlo Bramini | |
2012-05-29 | Fixed include path | Carlo Bramini | |
2012-05-29 | Merge from 1.1 | Petri Hintukainen | |
2012-05-29 | spaces -> tab in Makefile | Carlo Bramini | |
2012-05-29 | Removed extra semicolon | Carlo Bramini | |
2012-05-28 | Added yv12_to_yuy2_sse2() | Petri Hintukainen | |
2012-05-28 | Merge from 1.1 | Petri Hintukainen | |
2012-05-28 | Updated ChangeLog | Petri Hintukainen | |
2012-05-28 | Fixed U-plane conversion (YUVJ444P -> YUV420) | Petri Hintukainen | |
2012-05-28 | Merge from 1.1 | Petri Hintukainen | |
2012-05-28 | ff_video_decoder: fixed DR1 frame garbage collector when using multithreaded ↵ | Petri Hintukainen | |
decoding. | |||
2012-05-15 | speedy.c: added vfilter_chroma_332_packed422_scanline_sse2() | Petri Hintukainen | |
2012-05-15 | speedy.c: added diff_factor_packed422_scanline_sse2() | Petri Hintukainen | |
Tested with Atom N550 + SD video: - ~25% speedup with unaligned data - ~50% speedup aligned data (scanlines were properly aligned with all my test clips) |