summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-26provide a direct link to accelerated frame for postprocessingReinhard Nißl
2007-07-26report unsupported frame format when blending overlayReinhard Nißl
2007-07-26report unsupported frame format and abortReinhard Nißl
2007-08-02Merge from 1.1.Darren Salt
2007-07-27Fixed race, reordered broadcaster shutdown sequence to avoid multiple access ...Kirill Belokurov
2007-07-26copy stream in _x_post_frame_copy_up() and add refcountingReinhard Nißl
2007-07-26clip overlay against sub image when calling XvMCCompositeSubpicture()Reinhard Nißl
2007-07-19Use asprintf when generating the decoder priority description.Darren Salt
2007-07-14Merge from 1.1Diego 'Flameeyes' Pettenò
2007-07-14Handle transparently redirect done through m3u playlists.Diego 'Flameeyes' Pettenò
2007-07-13Fix a spelling error in the media.dvb.tuning_timeout description.Darren Salt
2007-07-12Allow input_dvb to timeout on no signalSimon Farnsworth
2007-07-12Simplify input_rtp lockingSimon Farnsworth
2007-07-12Remove realloc from osd.c to prevent memory leak due to fragmentationSimon Farnsworth
2007-07-12Fix thread leak in DVB subtitles, and enhance spec complianceSimon Farnsworth
2007-07-12Fix memory leak in video_overlay.cSimon Farnsworth
2007-07-13Prevent ticket system deadlock when using DVB subtitlesSimon Farnsworth
2007-07-12input_v4l TV standard selection supportSimon Farnsworth
2007-07-12Allow DVB GUI to be disabledSimon Farnsworth
2007-07-13Merge from 1.1.Darren Salt
2007-07-13Merge XML parser relaxation branch.Darren Salt
2007-07-09VCD input class description should be returned as const char *.Darren Salt
2007-07-08Merge from 1.1.Darren Salt
2007-07-08Patch: mpeg_ts + ffmpegChristophe Thommeret
2007-07-08Handle escaped characters in DVD MRLs.Darren Salt
2007-07-08Have the file input plugin use _x_mrl_unescape() instead of its own code.Darren Salt
2007-07-08Rename mrl_unescape and export it for use by plugins.Darren Salt
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-07-02Merge with 1.1.Diego 'Flameeyes' Pettenò
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-06-25Instead of declaring op_size, use sizeof(ogg_packet) directly.Diego 'Flameeyes' Pettenò
2007-06-17Merge 1.1 branch, with the BE_/LE_ macros renamed.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-16Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-15fix possible crash in xcbxv output plugin"Christoph Pfister"
2007-06-15Fix more signedness warnings.Diego 'Flameeyes' Pettenò
2007-06-15Use unsigned integers as buffer for the header.Diego 'Flameeyes' Pettenò
2007-06-15Fix signs.Diego 'Flameeyes' Pettenò
2007-06-15Use memcmp rather than manual checks.Diego 'Flameeyes' Pettenò
2007-06-15The offset variable is only used with strlen value, set it to size_t then.Diego 'Flameeyes' Pettenò
2007-06-15Fix signedness on channel_index() function.Diego 'Flameeyes' Pettenò
2007-06-15Cast the -1 comparison.Diego 'Flameeyes' Pettenò
2007-06-15Use an extra compound, and removes one preprocessor block.Diego 'Flameeyes' Pettenò
2007-06-15Replace the void pointers with uint8_t pointers.Diego 'Flameeyes' Pettenò
2007-06-15Use xine_xcalloc() to make sure nothing will overflow.Diego 'Flameeyes' Pettenò
2007-06-15Change variable to be size_t if sizeof() is used to compare to it.Diego 'Flameeyes' Pettenò
2007-06-15Use the same type for l and size.Diego 'Flameeyes' Pettenò
2007-06-15Use unsigned int when proper.Diego 'Flameeyes' Pettenò
2007-06-15Fix signedness of sample_rate.Diego 'Flameeyes' Pettenò