summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-29Fix mpc_reader_read()Petri Hintukainen
2013-09-29Use ffmpeg ADPCM_G726 decoderPetri Hintukainen
2013-09-29Fix warnings in ogg/speex/theora/vorbisPetri Hintukainen
Moved plugin init function declarations to header.
2013-09-29demux_flac: implement flac_length_callback()Petri Hintukainen
2013-09-29Fixed using uninitialized variablesPetri Hintukainen
2013-09-29Added buffer type for ADPCM G.726Petri Hintukainen
2013-09-28Fix build for Fedora 19 (gcc (GCC) 4.8.1 20130603 (Red Hat 4.8.1-1))Chris Rankin
2013-09-28Update german translations.Torsten Jager
2013-09-28Improve locating of avcodec.h by replacing the sed scripts.Darren Salt
2013-09-27Merge.Darren Salt
2013-09-27color_matrix.c: default to "Signal+Size".Torsten Jager
This is preferred on any half-way sRGB compliant monitors.
2013-09-27yuv2rgb_mmx: fix swapped modes.Torsten Jager
This bug probably never hit anyway. Nobody uses 24bpp X displays, as they are way slower than 32 bit ones, or even unsupported by hw.
2013-09-27demux_qt: simple (E)AC3 support.Torsten Jager
Works at least with dvb stuff.
2013-09-27Added constPetri Hintukainen
2013-09-27Silence warningPetri Hintukainen
2013-09-27vaapi: fix yuy2_to_nv12Petri Hintukainen
2013-09-27Added constPetri Hintukainen
2013-09-27Hide warningPetri Hintukainen
2013-09-27Hide warningsPetri Hintukainen
2013-09-27Added constPetri Hintukainen
2013-09-27Hide warningsPetri Hintukainen
2013-09-27Added constPetri Hintukainen
2013-09-27Silenced warningsPetri Hintukainen
2013-09-26demux_nsv: removed extra input->get_current_pos() callPetri Hintukainen
(was duplicated when the function was splitted in 2004 ...)
2013-09-26Silenced warningsPetri Hintukainen
2013-09-26Added constPetri Hintukainen
2013-09-24Added tag 1.2.4 for changeset d9d1a5a69911Darren Salt
2013-09-24Release.1.2.4Darren Salt
2013-09-24Resync po/*.Darren Salt
2013-09-23input_bluray: improved title transitionsPetri Hintukainen
When playlist ends, wait until all frames have been displayed. Without this menus are opened too early (while the old playlist is still playing)
2013-09-23ChanglLog update (theora 4:2:2/4:4:4)Petri Hintukainen
2013-09-23input_bluray: added support for BD-J (BluRay Java)Petri Hintukainen
Requires ARGB overlay capable video driver (opengl2, vaapi, vdpau).
2013-09-23input_bluray: make sure overlay is enabledPetri Hintukainen
2013-09-23input_bluray: support overlay timingsPetri Hintukainen
2013-09-23input_bluray: ignore overlay drawing commands if overlay has not been openedPetri Hintukainen
2013-09-23input_bluray: delay empty overlay hiding (hide at next FLUSH event)Petri Hintukainen
2013-09-23input_bluray: handle overlay palette updatesPetri Hintukainen
2013-09-23CosmeticsPetri Hintukainen
2013-09-23input_bluray: handle BD_EVENT_MENUPetri Hintukainen
2013-09-22demux_aac: fixed check for ADIF headerPetri Hintukainen
(was broken in merge commit 5 years ago) detected with valgrind (branch condition depends on uninitialized data)
2013-09-22demux_ts: log unknown stream types whlie parsing PMTPetri Hintukainen
2013-09-22demux_ts: flush buffer when video data ends to sequence end codePetri Hintukainen
(there won't be any more data -> no pusi -> last buffer is never flushed)
2013-09-22Fix VC1 decodingPetri Hintukainen
2013-09-20theora: support 4:4:4 and 4:2:2 pixel formatsPetri Hintukainen
2013-09-20Merge.=== Torsten Jager
2013-09-19Fix snapshot size.Torsten Jager
Follow ratio while staying near the user setting.
2013-09-19Really fix snapshot colors.Torsten Jager
The real bug was libyuv2rgb_mmx outputting bgr24 instead of requested rgb24. Previous fix tried to work around by swapping the input UV planes as well. Better than nothing but... well. Now both modes are supported, and kludge removed.
2013-09-19video_out_vdpau: dont work around already thread safe X11.Torsten Jager
Still not sure whether this is the end of the story now.
2013-09-19Fix a hang (lock bug) which happens if VAAPI plugin init fails.Darren Salt
2013-09-18Put vzeroupper in the right place, ref. patch as sent to xine-devel.Darren Salt