Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2012-05-25 | Fixed compiling DeinterlaceGreedy2Frame_SSE2() when only 5 GP registers are ↵ | Petri Hintukainen | |
available | |||
2012-05-23 | Added missing #include "config.h" to make ATTR_ALIGN work | Petri Hintukainen | |
2012-05-16 | xine_mmx.h: added 32-bit integers to sse_t | Petri Hintukainen | |
2012-05-16 | xine_mmx.h: added SSE2 pslldq and psrldq | Petri Hintukainen | |
2012-05-22 | Added SSE2 version of DeinterlaceGreedy2Frame | Roland Scheidegger | |
2012-05-22 | Removed incorrect .align | Petri Hintukainen | |
2012-05-22 | Simplify mmx constant loading | Roland Scheidegger | |
2012-05-22 | Renamed DeinterlaceGreedy2Frame_SSE() to DeinterlaceGreedy2Frame_MMXEXT() | Roland Scheidegger | |
2012-05-11 | mmx_yuv2rgb(): TV set behaviour: contrast affects color difference as well | Torsten Jager | |
2012-05-11 | mmx_yuv2rgb() optimizations | Torsten Jager | |
2012-05-10 | Merge from 1.1 | Petri Hintukainen | |
2012-05-10 | ff_video_decoder: fixed cropping | Torsten Jager | |