Age | Commit message (Expand) | Author |
2007-07-29 | have post_vdr_video use the recent postprocessing changes | Reinhard Nißl |
2007-07-27 | make use of the new callback function in _x_post_intercept_video_frame() | Reinhard Nißl |
2007-07-27 | provide an additional callback function for controlling frame interception | Reinhard Nißl |
2007-07-26 | propagate frame changes in xxmc_do_update_frame() to intercepted frames | Reinhard Nißl |
2007-07-26 | access native frame where an intercepted can be passed | Reinhard Nißl |
2007-07-26 | initialize pointer to native frame in acceleration data | Reinhard Nißl |
2007-07-26 | provide a direct link to accelerated frame for postprocessing | Reinhard Nißl |
2007-07-26 | report unsupported frame format when blending overlay | Reinhard Nißl |
2007-07-26 | report unsupported frame format and abort | Reinhard Nißl |
2007-08-02 | Merge from 1.1. | Darren Salt |
2007-07-27 | Fixed race, reordered broadcaster shutdown sequence to avoid multiple access ... | Kirill Belokurov |
2007-07-26 | copy stream in _x_post_frame_copy_up() and add refcounting | Reinhard Nißl |
2007-07-26 | clip overlay against sub image when calling XvMCCompositeSubpicture() | Reinhard Nißl |
2007-07-19 | Use asprintf when generating the decoder priority description. | Darren Salt |
2007-07-14 | Merge from 1.1 | Diego 'Flameeyes' Pettenò |
2007-07-14 | Handle transparently redirect done through m3u playlists. | Diego 'Flameeyes' Pettenò |
2007-07-13 | Fix a spelling error in the media.dvb.tuning_timeout description. | Darren Salt |
2007-07-12 | Allow input_dvb to timeout on no signal | Simon Farnsworth |
2007-07-12 | Simplify input_rtp locking | Simon Farnsworth |
2007-07-12 | Remove realloc from osd.c to prevent memory leak due to fragmentation | Simon Farnsworth |
2007-07-12 | Fix thread leak in DVB subtitles, and enhance spec compliance | Simon Farnsworth |
2007-07-12 | Fix memory leak in video_overlay.c | Simon Farnsworth |
2007-07-13 | Prevent ticket system deadlock when using DVB subtitles | Simon Farnsworth |
2007-07-12 | input_v4l TV standard selection support | Simon Farnsworth |
2007-07-12 | Allow DVB GUI to be disabled | Simon Farnsworth |
2007-07-13 | Merge from 1.1. | Darren Salt |
2007-07-13 | Merge XML parser relaxation branch. | Darren Salt |
2007-07-09 | VCD input class description should be returned as const char *. | Darren Salt |
2007-07-08 | Merge from 1.1. | Darren Salt |
2007-07-08 | Patch: mpeg_ts + ffmpeg | Christophe Thommeret |
2007-07-08 | Handle escaped characters in DVD MRLs. | Darren Salt |
2007-07-08 | Have the file input plugin use _x_mrl_unescape() instead of its own code. | Darren Salt |
2007-07-08 | Rename mrl_unescape and export it for use by plugins. | Darren Salt |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-07-02 | Merge with 1.1. | Diego 'Flameeyes' Pettenò |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-06-25 | Instead of declaring op_size, use sizeof(ogg_packet) directly. | Diego 'Flameeyes' Pettenò |
2007-06-17 | Merge 1.1 branch, with the BE_/LE_ macros renamed. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-16 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-15 | fix possible crash in xcbxv output plugin | "Christoph Pfister" |
2007-06-15 | Fix more signedness warnings. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use unsigned integers as buffer for the header. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signs. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use memcmp rather than manual checks. | Diego 'Flameeyes' Pettenò |
2007-06-15 | The offset variable is only used with strlen value, set it to size_t then. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signedness on channel_index() function. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Cast the -1 comparison. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use an extra compound, and removes one preprocessor block. | Diego 'Flameeyes' Pettenò |