summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-09Use system's linux/videodev2.h header file.Diego 'Flameeyes' Pettenò
2007-11-09Remove stray file.Diego 'Flameeyes' Pettenò
2007-11-09More updates for FSF address.Diego 'Flameeyes' Pettenò
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-11-06Change how the RealPlayer codecs are detected.Darren Salt
2007-11-06Decode numbered XML char entities as UTF-8, and support codes >= 256.Darren Salt
2007-11-05Add another RealPlayer codecs path.Darren Salt
2007-11-03Allow external libfaad.Darren Salt
2007-11-01Update contributed libfaad (faad2) to version 2.6.1.Diego 'Flameeyes' Pettenò
2007-11-01Fix zooming 16:9 frames and increase verbosity for debugging.Reinhard Nißl
2007-10-31Merge from 1.1.Darren Salt
2007-11-01Improve interfacing FFmpeg especially for interlaced content.Reinhard Nißl
2007-10-31Improve PTS wrap detection for large A/V offsets.Reinhard Nißl
2007-10-29Trivial consistency tweak.Darren Salt
2007-10-29Merge from 1.1.Darren Salt
2007-10-28Add another identifier (0x10 0x00 0x00 0x02) for MPEG video.Darren Salt
2007-10-26Linux-2.6.23 header change breaks buildKen Moffat
2007-10-23Merge from 1.1, updating plugin Conflicts/Replaces accordingly.Darren Salt
2007-10-23Simple patch to the XML parserBastien Nocera
2007-10-23Generate video_step from stream and work around wrong field duration.Reinhard Nißl
2007-10-23Use vdr://path/to/fifo and netvdr://host[:port]; cope with any number of "/"s.Darren Salt
2007-10-22vdr:// MRL handling improvements.Darren Salt
2007-10-22Fix broken usage of macros within translation markup.Darren Salt
2007-10-22Add socket connection support to input_vdr.Reinhard Nißl
2007-10-21small bugfix: make sure width/height are known before trying to use them (wai..."Miguel Freitas ext:(%22)
2007-10-18Merge from 1.1.Darren Salt
2007-10-18fix issue with non-seekable stream in demux_flvClaudio Ciccani
2007-10-10Stop a really irritating fprintf() that really should not be.Matt Messier
2007-10-08add lib64/real into the real codec pathsAnssi Hannula
2007-10-08Revert cheating invalid frame sizes after fixed frame allocation (continued).Reinhard Nißl
2007-10-16Implement VDR's subtitles menu key for vdr-xine-0.7.12.vdr-xine-version-712Reinhard Nißl
2007-10-03Merge from 1.1.Darren Salt
2007-10-02Unbreak flac demuxer (was trying to #include a deleted file).Darren Salt
2007-10-01Fix incorrect H.264 detection on successive MPEG1/2 B frames.Reinhard Nißl
2007-10-01Revert cheating invalid frame sizes after fixed frame allocation.Reinhard Nißl
2007-10-01Add UI option to configure FFmpeg's video decoder thread count.Reinhard Nißl
2007-10-01Set PTS even for bad frames to improve syncing of audio and video.Reinhard Nißl
2007-10-01Fix allocation of 0x0 frame when frame size is still unknown.Reinhard Nißl
2007-09-23Merge from 1.1.Darren Salt
2007-09-19Convert the "AFD changed" message into a LOG message.Darren Salt
2007-09-19Add controls for setting the opacity of DVB subtitles.Darren Salt
2007-09-17Revert the "#define lprintf" debug changes.Darren Salt
2007-09-16add two real codec search pathsAnssi Hannula
2007-09-14Merge from 1.1.Darren Salt
2007-09-14Strip leading white space from an initial text segment nested in an XML element.Darren Salt
2007-09-14Drop xml_parser_build_tree_relaxed().Darren Salt
2007-09-14Create child "[CDATA]" nodes for extra text (but prefer merging).Darren Salt
2007-09-14Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)Darren Salt
2007-09-14Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d".Darren Salt