summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-05Fixed -no-undefined handling with mingw and cygwinCarlo 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-05Fix building with cygwinCarlo 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-05Added missing ifdef AVCODEC_HAS_REORDERED_OPAQUECarlo Bramini
2012-06-05Added check for AVCodecContext.color_range and AVCodecContext.colorspacePetri Hintukainen
2012-06-05ffmpeg_compat.h: fixed version check for old ffmpeg versionsCarlo Bramini
2012-05-30ff_video_decoder: Fixed mpeg2 parsingPetri 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-29Do not access master metronom data directly.Petri Hintukainen
Fixes problem with custom metronoms and metronom wrappers.
2012-05-29Fix 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-07opengl2: added support for argb overlaysPetri Hintukainen
2012-10-07input_test: added vector XINE logoTorsten Jager
2012-10-07vo_opengl2: fixed distortion and segfaults for non-16 video widthTorsten Jager
2012-10-07yuv444_to_yuy2_mmx: follow target UV pitchTorsten Jager
2012-10-07alterh264 mb_adaptive_frame_field_flag fixChristophe Thommeret
2012-09-07Fix a segfault which may occur when stopping playback with deinterlacing.Darren Salt
2012-08-29yuv: add color matrix hintTorsten Jager
2012-08-29PMT parsing clean-upTorsten Jager
2012-08-29ff_audio_decoder: re-open audio output when codec params changePetri Hintukainen
2012-08-29ff_audio_decoder.c: get last audio frame from parserJose Alberto Reguero
2012-08-29ff_Audio_decoder: EAC3 header buffers are not usedJose Alberto Reguero
2012-08-29ff_audio_decoder: enable parser for EAC3Jose Alberto Reguero
2012-08-29yuv2rgb: 2:3 line scalerTorsten Jager
2012-08-29color_matrix: recognize cropped letterbox HD (eg 1280x540)Torsten Jager
2012-08-17Merge from 1.1Petri Hintukainen
2012-08-16demux_ts: support large PATs (section larger than single ts packet)Torsten Jager
2012-08-16demux_ts: silenced compiler warningTorsten Jager
2012-08-16Merge from 1.1Petri Hintukainen
2012-08-16link against mlibFabian Groffen
2012-07-28Add 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-16Added configure check for AVX assembler supportPetri Hintukainen
2012-07-12avx memcpyPetri Hintukainen
2012-07-16Fixed variable typePetri Hintukainen
2012-07-13Build video_out_opengl2Torsten Jager
2012-07-13video_out_opengl2: added color matrix and full range supportTorsten Jager
2012-07-13video_out_opengl2: fix X access deadlockTorsten Jager
2012-07-13OpenGL 2 video out pluginChristophe Thommeret
2012-07-12sanity check for memcpy method config valuePetri Hintukainen
2012-07-11yuv: fix bug from last commitTorsten Jager
2012-07-09input_test: added human-friendly titlePetri Hintukainen
2012-07-09input_test: add terminating NULL pointer to autoplay list (gxine does not ↵Petri Hintukainen
use returned mrl count).
2012-07-09input_bluray: reduced loggingPetri Hintukainen
2012-07-06opengl/(xcb)xv/x(cb)shm: added color matrix and fullrange supportTorsten Jager
2012-07-06yuv2rgb: added color matrix and fullrange supportTorsten Jager
2012-07-06xcbshm: added crop supportTorsten Jager
2012-07-06Removed unused variableTorsten Jager
2012-07-04Updated version of color_matrix.cTorsten Jager
2012-07-03xshm: crop supportTorsten Jager
2012-07-03xshm: no need to zero allocated framesTorsten Jager
2012-06-30CosmeticsTorsten Jager
2012-06-30Add color_matrix.c to EXTRA_DISTPetri Hintukainen
2012-06-29Add color matrix support to video out interfaceTorsten Jager