Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-12 | Fixed raw yuv decoding: can't change size of _source_ image | Torsten Jager | |
2012-06-09 | Added signature for changeset 948bb6010a3e | Darren Salt | |
2012-06-09 | Added tag 1.1.21 for changeset 948bb6010a3e | Darren Salt | |
2012-06-09 | Bump shlib version (compatible); release.1.1.21 | Darren Salt | |
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 | Changelog update. | 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. | |||
2012-06-05 | Fixed LIBS with cygwin | Carlo Bramini | |
@INTLLIBS@ is wrong because it should be $(INTLLIBS) instead (and infact it causes an error at compile time because it is not expanded), that piece of code is a nonsense: under cygwin, libintl is added like in all posix environments. | |||
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 | CYGWIN needs PTHREAD_CFLAGS to be empty and PTHREAD_LIBS to be "-lpthread" | Carlo Bramini | |
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 | 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 | Do not access master metronom data directly. | Petri Hintukainen | |
Fixes problem with custom metronoms and metronom wrappers. | |||
2012-05-29 | Fix race condition in master/slave metronom handling. | Petri Hintukainen | |
Fixes race condition between got_*_packet() 's Fixes race condition between got_*_packet() and set_master() Fixes mixing data and member functions from different metronom instances. | |||
2012-10-07 | opengl2: added support for argb overlays | Petri Hintukainen | |
2012-10-07 | input_test: added vector XINE logo | Torsten Jager | |
2012-10-07 | vo_opengl2: fixed distortion and segfaults for non-16 video width | Torsten Jager | |
2012-10-07 | yuv444_to_yuy2_mmx: follow target UV pitch | Torsten Jager | |
2012-10-07 | alterh264 mb_adaptive_frame_field_flag fix | Christophe Thommeret | |
2012-09-07 | Fix a segfault which may occur when stopping playback with deinterlacing. | Darren Salt | |
2012-08-29 | yuv: add color matrix hint | Torsten Jager | |
2012-08-29 | PMT parsing clean-up | Torsten Jager | |
2012-08-29 | update german translation | Torsten Jager | |
2012-08-29 | ff_audio_decoder: re-open audio output when codec params change | Petri Hintukainen | |
2012-08-29 | ff_audio_decoder.c: get last audio frame from parser | Jose Alberto Reguero | |
2012-08-29 | ff_Audio_decoder: EAC3 header buffers are not used | Jose Alberto Reguero | |
2012-08-29 | ff_audio_decoder: enable parser for EAC3 | Jose Alberto Reguero | |
2012-08-29 | Enable translation for color_matrix.c and video_out_opengl2.c | Torsten Jager | |