summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-10ff_video_decoder: fixed croppingTorsten Jager
2012-05-10Merge from 1.1Petri Hintukainen
2012-05-10ff_video_decoder: convert full range YUV to mpeg rangeTorsten Jager
2012-05-07Killed warnings in vdpau decodersPetri Hintukainen
2012-05-07Removed unused variablePetri Hintukainen
2012-04-27Factorized duplicate codePetri Hintukainen
2012-04-27Added missing file headersPetri Hintukainen
2012-04-27Killed warnings with minor optimizationsPetri Hintukainen
2012-04-27Added missing constPetri Hintukainen
2012-05-04ff_video_decoder: enable direct rendering for H.264. Added config option to ↵Petri Hintukainen
disable direct rendering.
2012-04-26Fixed merge errorPetri Hintukainen
2012-04-26Fixed configure summary for demuxers (removed AAC LATM and E-AC-3)Petri Hintukainen
2012-04-26Fixed configure summary for ffmpeg audio decoderPetri Hintukainen
2012-04-26Fixed demux_qt for the pts < dts caseTorsten Jager
2012-04-26Check read() return valuePetri Hintukainen
2012-04-19Fixed decoding of full range YUV420 H.264 videos (segfault). Might still ↵Petri Hintukainen
need color space conversion ...
2012-04-12Make OSD blend buffers 16-byte alignedPetri Hintukainen
2012-04-11Marked data const and fixed typePetri Hintukainen
2012-04-26Merge from 1.1Petri Hintukainen
2012-04-21Include arpa/inet.h for htons.Alexis Ballier
See http://pubs.opengroup.org/onlinepubs/9699919799/functions/htonl.html Fixes build on FreeBSD.
2012-04-19Fixed typoPetri Hintukainen
2012-04-19Fixed decoding of full range YUV420 H.264 videos (segfault). Might still ↵Petri Hintukainen
need color space conversion ...
2011-12-21Fix multithreaded initialization with API changeRoland Scheidegger
thread count needs to be set before avcodec_open otherwise it will be stuck with a single thread at least for h264 (might also want to use avcodec_open2 instead?)
2012-04-12Use proper device paths for the Blu-ray and VCD input plugins on OpenBSDBrad Smith
2012-02-28Made demux_ts send pts not dts even for reordered (b-framed) video.Torsten Jager
This fixes a very old bug causing more or less unpredictable a/v lag. --HG-- extra : rebase_source : 094ca332b98500f3c10bec492c0003c83ff3152d
2012-02-27Fixed race in metronom_get_option(): reading int64 is not atomic in 32-bit ↵Petri Hintukainen
systems
2012-02-26Added signatures for release tags for 1.1.12 and later.Darren Salt
2012-02-15Improved RGB→YUV conversion v2 (use MPEG range instead of full range)Darren Salt
Video-out plugins expect MPEG range Y'CbCr data (Y'=16..235, Cb,Cr=16..240). RGB sources (still images and audio visualisation effects) need to be converted first. This patch fixes up the range calculations and corrects an off-by-one in the range for Cb and Cr over commit 68fcd69fb3b6 (which was reverted due to API change). It should also provide a little more accuracy: I've gone back to the source (http://www.itu.int/rec/R-REC-BT.601/) for the conversion information. (We should use float or double here, but that would be an ABI change.)
2012-02-14Backed out RGB→YUV patch – API change.Darren Salt
Anything which uses the COMPUTE_* macros would need to be recompiled because of the use of new tables. This change needs to be conditional somehow, at least externally.
2012-02-14Improved RGB->YUV conversion (use mpeg range instead of full range)Torsten Jager
Video out plugins expect mpeg range yuv data (y=16..235, uv=16..239). RGB sources (still images and audio visualisation effects) need to be converted first.
2012-02-14Fix video driver crash when accessing unsupported propertiesTorsten Jager
2012-02-14Fixed asx demuxerTorsten Jager
2012-02-09Note that 1.1 is deprecated.Darren Salt
2012-02-09Make the “PMT scan timed out” message a lot less scary.Darren Salt
2012-02-09Kill a memory leak in the DVB tuning code.Darren Salt
2012-02-05Extend dh_xine for out-of-tree plugins.Darren Salt
--HG-- rename : debian/dh_xine => debian/dh_xine.in
2012-01-29fix compile against recent ffmpegEdgar Hucek
2012-02-04Remove unnecessary dev package dependencies.Darren Salt
libc6-dev is required anyway, and the other -dev packages aren't referenced by our exported header files.
2012-02-03Merge.Darren Salt
2012-02-02vo_opengl: quick-fix to enable OSD when using fragment shader for YUV ↵Petri Hintukainen
conversion. Proper (HW-accelerated) implementation would use OpenGL texture to blend the OSD directly to RGB video texture.
2012-02-01Remove ALSA resampler bypassDavid Flater
In 2005, xine-lib 1.1.1 added the following change: xine-lib (1.1.1) 2005-11-15 * Improve sound quality when using alsa 1.0.9 or above. When playing a 44.1khz stream on a 48khz only capable sound card. It bypasses alsa-lib resampler and uses xine's That made sense when Alsa's resampling was the worst thing ever. But now, if one installs alsa-plugins-1.0.25 and puts this in ~/.asoundrc: defaults.pcm.rate_converter "samplerate_best" Alsa then does markedly better resampling (using libsamplerate) than xine-lib (using its own algorithm). The bypass added in 2005 is therefore preventing the use of a higher-quality algorithm and blocking the ability to tune that algorithm in ~/.asoundrc, and no longer seems to have any redeeming value. --HG-- extra : transplant_source : %AE%96zte%B0%ED%B6C%BC%89%02%1F%05%21%BD%ED%D6%8C6
2012-01-31frame garbage collector in ff_resetEdgar Hucek
2012-01-30Compile failure in osd.c with sys-libs/zlib-1.2.6Ulrich Müller
2012-01-18And define/declare the new stuff...Darren Salt
2012-01-18Hack to avoid xine-list-* causing catalog.cache to be written.Darren Salt
2012-01-18Fixed pp_context and pp_modePetri Hintukainen
2012-01-18avcodec_init(), avcodec_alloc_context() and avcodec_open() are depreatedPetri Hintukainen
2012-01-18Moved ffmpeg API version checks to single headerPetri Hintukainen
2012-01-18SimplifyPetri Hintukainen
2012-01-18MergePetri Hintukainen