Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-21 | ffmpeg_audio_decoder: support new av_decode_audio4 () | Torsten Jager | |
2013-02-21 | ffmpeg_video_decoder: re-enabled palette video decoding | Torsten Jager | |
2013-02-21 | video_out_opengl2: black fill new buffer | Torsten Jager | |
This fixes dark green edges. | |||
2013-01-30 | demux_ts: Fix some H.264 and VC1 still images | Petri Hintukainen | |
Append sequence end code to video stream at end of stream | |||
2013-01-30 | ff_video_decoder: fix VAAPI decoding | Torsten Jager | |
2013-01-21 | ff_video_dec: single-pass rgb -> yuy2 conversion | Torsten Jager | |
2013-01-21 | rgb2yuy2: added 16/15/8 bit formats | Torsten Jager | |
2013-01-21 | video_out: dont reuse (DR1) reference frames in paused_loop | Torsten Jager | |
Fixes image distortion and possible memory corruption after pauseing a DR1 stream several times. | |||
2013-01-17 | VAAPI decoder and video output plugin from ↵ | Petri Hintukainen | |
https://github.com/huceke/xine-lib-vaapi | |||
2013-01-17 | ff_video_decoder: delay calling set_stream_info() instead of calling it from ↵ | Petri Hintukainen | |
get_buffer() (merged from https://github.com/huceke/xine-lib-vaapi) | |||
2013-01-17 | ffmpeg mpeg1/2: copy progressive and top_field_first flags | Petri Hintukainen | |
(merged from https://github.com/huceke/xine-lib-vaapi) | |||
2013-01-17 | Pass frame as parameter to ff_convert_frame() | Petri Hintukainen | |
(merged from https://github.com/huceke/xine-lib-vaapi) | |||
2013-01-17 | Silenced warning | Petri Hintukainen | |
2013-01-16 | opengl2: support overlay extent. | Petri Hintukainen | |
Probably all overlays should be drawn over scaled video frame ... | |||
2013-01-16 | opengl2: Moved argb layer locking to more correct place | Petri Hintukainen | |
2012-12-23 | goom: single pass rgb to yuy2 conversion | Torsten Jager | |
2012-12-23 | vo_(xcb)xv: show brightness/contrast/saturation changes while paused | Torsten Jager | |
2012-12-23 | Fixed debug string | Torsten Jager | |
2012-12-22 | pulse audio: support for digital AC3 passthru | Matti Lehtimäki | |
2012-12-05 | gdkpixbuf.c: one pass rgb->yuy2 conversion | Torsten Jager | |
2012-12-05 | color.c: direct rgb->yuy2 converter | Torsten Jager | |
2012-11-15 | Fix compilation of Fedora. | Chris Rankin | |
2012-11-14 | xine_ogg_demuxer: fixed mimetypes | Petri Hintukainen | |
2012-11-14 | demux_image: removed leftover debug fprintf() | Petri Hintukainen | |
2012-11-14 | vo_opengl2: show brightness/contrast/saturation changes while paused | Torsten Jager | |
2012-11-14 | vo_xv: added fullrange support for some hardware | Torsten Jager | |
2012-11-13 | rtsp: added support for basic http authentication | Petri Hintukainen | |
2012-11-13 | rtsp: notify user with XINE_MSG_AUTHENTICATION_NEEDED if rtsp fails with ↵ | Petri Hintukainen | |
error 401 | |||
2012-11-13 | video_out_opengl2: fix ARGB overlay colors | Petri Hintukainen | |
2012-11-13 | video_dec_libjpeg: JPG is always fullrange YUV | Torsten Jager | |
2012-11-13 | Merge from 1.1 | Petri Hintukainen | |
2012-11-13 | revert 'ff_video_decoder: Fixed mpeg2 parsing' | Petri Hintukainen | |
2012-10-29 | input_test: added full range color test video | Torsten Jager | |
2012-10-29 | input_test: use higher priority than gnome_vfs (gnome_vfs wants to handle ↵ | Petri Hintukainen | |
all test: mrls) | |||
2012-10-29 | input_test: fixed still images whose width is not a multiple of 4 | Torsten Jager | |
2012-10-29 | input_test: cleaned up code for easier reading/extending | Torsten Jager | |
2012-08-17 | Fix include guard | Petri Hintukainen | |
2012-08-16 | coreaudio: Add missing header | Hanspeter Niederstrasser | |
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-12 | Fixed raw yuv decoding: can't change size of _source_ image | Torsten Jager | |
2012-06-09 | Correct detection of AAC ADIF. | Darren Salt | |
2012-06-09 | Fix a possible NULL dereference when cleaning up in the FFT vis plugin code. | Darren Salt | |
2012-06-09 | Double-free with some AAC files (missing check). | Darren Salt | |
2012-06-08 | mng: fixed loop play of short streams. | Petri Hintukainen | |
discontinuity is not detected with short streams. _x_demux_control_start() is not enough; BUF_CONTROL_START in decoders skips discontinuity indication when gapless switch is in use. | |||
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 | demux_ts: increased max A-V diff to 4 seconds | Petri Hintukainen | |
Fixes playback of some DVB streams (bug 381) | |||
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. |