Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | yuv2rgb: 2:3 line scaler | Torsten Jager | |
2012-08-29 | color_matrix: recognize cropped letterbox HD (eg 1280x540) | Torsten Jager | |
2012-08-17 | Merge from 1.1 | Petri Hintukainen | |
2012-08-16 | demux_ts: support large PATs (section larger than single ts packet) | Torsten Jager | |
2012-08-16 | demux_ts: silenced compiler warning | Torsten Jager | |
2012-08-16 | Merge from 1.1 | Petri Hintukainen | |
2012-08-16 | link against mlib | Fabian Groffen | |
2012-07-28 | Add extra audio/video cases to parse_pmt(). This identifies the audio stream ↵ | Chris Rankin | |
for my HD DVB-T2 channels. (Fix copied from xine-lib-1.1). | |||
2012-07-16 | Added configure check for AVX assembler support | Petri Hintukainen | |
2012-07-12 | avx memcpy | Petri Hintukainen | |
2012-07-16 | Fixed variable type | Petri Hintukainen | |
2012-07-13 | Build video_out_opengl2 | Torsten Jager | |
2012-07-13 | video_out_opengl2: added color matrix and full range support | Torsten Jager | |
2012-07-13 | video_out_opengl2: fix X access deadlock | Torsten Jager | |
2012-07-13 | OpenGL 2 video out plugin | Christophe Thommeret | |
2012-07-12 | sanity check for memcpy method config value | Petri Hintukainen | |
2012-07-11 | yuv: fix bug from last commit | Torsten Jager | |
2012-07-09 | input_test: added human-friendly title | Petri Hintukainen | |
2012-07-09 | input_test: add terminating NULL pointer to autoplay list (gxine does not ↵ | Petri Hintukainen | |
use returned mrl count). | |||
2012-07-09 | input_bluray: reduced logging | Petri Hintukainen | |
2012-07-06 | opengl/(xcb)xv/x(cb)shm: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | yuv2rgb: added color matrix and fullrange support | Torsten Jager | |
2012-07-06 | xcbshm: added crop support | Torsten Jager | |
2012-07-06 | Removed unused variable | Torsten Jager | |
2012-07-04 | Updated version of color_matrix.c | Torsten Jager | |
2012-07-03 | xshm: crop support | Torsten Jager | |
2012-07-03 | xshm: no need to zero allocated frames | Torsten Jager | |
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 | |