Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-08 | Fix utilization of _POSIX_THREAD_PRIORITY_SCHEDULING macro | Brad Smith | |
A POSIX compliant OS can have a setting of (-1) instead of say 200112L to indicate that the OS does not implement the feature. The code as it is would still attempt to utilize the functions if (-1) were being set and fail to build. | |||
2012-06-08 | Merge from 1.1 | Petri Hintukainen | |
2012-06-08 | Added support for flac in matroska | Petri Hintukainen | |
2012-06-08 | demux_ts: increased max A-V diff to 4 seconds | Petri Hintukainen | |
Fixes playback of some DVB streams (bug 381) | |||
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-06 | fix make uninstall for libxine-1.def | Volker Grabsch | |
"make uninstall" tries to remove the local "libxine-1.def" instead of the installed "/.../i686-pc-mingw32/lib/libxine-1.def". | |||
2012-06-06 | fix install/uninstall static library in windows | Volker Grabsch | |
The problem is that libxine-1.def is not generated when building a static library, so it can't be installed or uninstalled. So the corresponding commands in Makefile.am should be allowed to fail. | |||
2012-06-05 | Merge from 1.1 | Petri Hintukainen | |
2012-06-05 | Fixed -no-undefined handling with mingw and cygwin | Carlo Bramini | |
"-no-undefined" is not a linker flag, it's a libtool flag, so it must be removed from LDFLAGS for CYGWIN and MINGW. There is already another variable for that purpose. | |||
2012-06-05 | Fix building with cygwin | Carlo Bramini | |
CYGWIN is a full POSIX environment, it does not need to include windows.h (it even causes an error if you try). | |||
2012-06-05 | Added missing ifdef AVCODEC_HAS_REORDERED_OPAQUE | Carlo Bramini | |
2012-06-05 | Added check for AVCodecContext.color_range and AVCodecContext.colorspace | Petri Hintukainen | |
2012-06-05 | ffmpeg_compat.h: fixed version check for old ffmpeg versions | Carlo Bramini | |
2012-05-30 | Merge from 1.1 | Petri Hintukainen | |
2012-05-30 | ff_video_decoder: Fixed mpeg2 parsing | Petri Hintukainen | |
Fixes following errors from ffmpeg: [mpeg1video @ 0x9ba7f80] ignoring SEQ_START_CODE after 101 [mpeg1video @ 0x9ba7f80] ignoring seq ext after 101 [mpeg1video @ 0x9ba7f80] ignoring GOP_START_CODE after 101 [mpeg1video @ 0x9ba7f80] invalid cbp at 41 0 [mpeg1video @ 0x9ba7f80] concealing 405 DC, 405 AC, 405 MV errors | |||
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 | 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 | 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 | |
2012-05-10 | Merge from 1.1 | Petri Hintukainen | |
2012-05-10 | ff_video_decoder: convert full range YUV to mpeg range | Torsten Jager | |
2012-05-07 | Killed warnings in vdpau decoders | Petri Hintukainen | |
2012-05-07 | Removed unused variable | Petri Hintukainen | |
2012-04-27 | Factorized duplicate code | Petri Hintukainen | |
2012-04-27 | Added missing file headers | Petri Hintukainen | |
2012-04-27 | Killed warnings with minor optimizations | Petri Hintukainen | |
2012-04-27 | Added missing const | Petri Hintukainen | |
2012-05-04 | ff_video_decoder: enable direct rendering for H.264. Added config option to ↵ | Petri Hintukainen | |
disable direct rendering. |