summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-17Enable FFmpeg AC3 / DTS decodersBrad Smith
2014-06-12ff_video_decoder: fix multithreading #6.Torsten Jager
2014-06-12ff_video_decoder: fix multithreading #5.Torsten Jager
2014-06-12ff_video_decoder: fix multithreading #4.Torsten Jager
2014-06-06Copyright year update by hg log.Torsten Jager
2014-06-06spudvb: iterate only used regions.Torsten Jager
2014-06-06spudvb: lower memory footprint by ~4Mb.Torsten Jager
2014-06-04video_out_mmal: allocate frame buffers based on frame sizePetri Hintukainen
2014-06-04video_out_mmal: add missing _x_alphablend_init()Petri Hintukainen
2014-06-04video_out_mmal: do not store compile-time constant in mmal_driver_tPetri Hintukainen
2014-06-04video_out_mmal: fix u/v plane alignmentPetri Hintukainen
2014-06-04video_out_mmal: fix yuy2 pitchPetri Hintukainen
2014-06-03input_dvb: do not terminate if read returns EOVERFLOWDevin Heitmueller
2014-06-01audio_sndio_out: re-enable multichannel supportBrad Smith
2014-05-30video_dec_rgb: use rgb2yuy2.Torsten Jager
2014-05-30rgb2yuy2 update.Torsten Jager
2014-05-30VDPAU: simplify yuv overlay handling.Torsten Jager
2014-05-30Add yuv overlay color matrix support.Torsten Jager
2014-05-24ff_video_decoder: fix multithreading #3.Torsten Jager
2014-05-24ff_video_decoder: fix multithreading #2.Torsten Jager
2014-05-23Xine-lib Clang patchBrad Smith
2014-05-21Enable ffmpeg Opus decoderPetri Hintukainen
2014-05-21demux opus from matroska.Petri Hintukainen
2014-05-21Added buffer type for Opus.Petri Hintukainen
2014-05-20Fix incomplete DVB subtitles.Torsten Jager
2014-05-20Fix yuv2rgb overlay colors.Torsten Jager
2014-05-20Fix DVB SPU colors.Torsten Jager
2014-05-20ff_video_decoder: fix multithreading.Torsten Jager
2014-05-20ff_video_decoder: add DR1 reenable message.Torsten Jager
2014-05-20sputext_decoder: allow attributes in <font> tagPetri Hintukainen
2014-05-20sputext_decoder: ignore case in control codes (<b>, <i>, ...)Petri Hintukainen
2014-05-20external text subtitles: detect utf-8Petri Hintukainen
2014-05-19Enable optimizations: remove -fno-strict-aliasing from core xine-lib.Petri Hintukainen
2014-05-19Fix aliasing in alphablend.cPetri Hintukainen
2014-05-19NetBSD does not support CLOCK_THREAD_CPUTIME_IDThomas Klausner
2014-05-19libw32dll linker fixThomas Klausner
2014-05-19Fix Solaris problem in goom assembler.Jonathan Perkin
2014-05-19Updated comment why code is disabled in X86_64Petri Hintukainen
2014-05-19moved register initializations out of loop. do not require registers for argu...Petri Hintukainen
2014-05-19Require less GPRs for asm parameters.Alan Barrett
2014-05-18Only compile MMX/SSE code on x86/x86_64.Thomas Klausner
2014-05-18DVB support for NetBSDThomas Klausner
2014-05-18Add OSS audio support on NetBSD & OpenBSDThomas Klausner
2014-05-18Fix compilation on DragonFlyBSD.Thomas Klausner
2014-05-17opengl2: lower YV12 memory fragmentation.Torsten Jager
2014-05-17Simplify ffmpeg video edge handling.Torsten Jager
2014-05-15spu_dec: fix aliasingPetri Hintukainen
2014-05-15video_out_mmal: libmmal-based video output plugin for Raspberry PiPetri Hintukainen
2014-05-15video_out_opengl2: set deleted texture handle to 0Petri Hintukainen
2014-05-14video_out_opengl2: avoid temporary buffer with RLE overlaysPetri Hintukainen