- 26 Nov, 2006 2 commits
-
-
zorglub authored
-
zorglub authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 01 Nov, 2006 1 commit
-
-
hartman authored
-
- 01 Oct, 2006 2 commits
- 24 Sep, 2006 1 commit
-
-
zorglub authored
Add input_ItemAddOptionNoDup (unused at the moment) + free warning fix
-
- 15 Sep, 2006 2 commits
- 12 Sep, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Sep, 2006 2 commits
- 22 Jul, 2006 1 commit
-
-
dionoea authored
-
- 17 Jul, 2006 1 commit
-
-
Felix Paul Kühne authored
* adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.) * src/video_output/video_output.c: small fix to insert filters on the fly
-
- 16 Jul, 2006 1 commit
-
-
dionoea authored
Exemple: --video-filter "adjust{hue=180}:wave" For the moment, the video filter2 filters are applied *before* subpicture filters.
-
- 02 Jul, 2006 1 commit
-
-
zorglub authored
-
- 15 Jun, 2006 1 commit
-
-
zorglub authored
-
- 12 Jun, 2006 1 commit
-
-
gbazin authored
-
- 23 Apr, 2006 2 commits
-
-
Sam Hocevar authored
shifts. Thanks to bigben for testing.
-
Sam Hocevar authored
-
- 25 Mar, 2006 1 commit
-
-
zorglub authored
*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593) Please test heavily against MPEG1/2 streams.
-
- 04 Feb, 2006 2 commits
- 01 Feb, 2006 1 commit
-
-
Sam Hocevar authored
__ppc64__ (meaning PowerPC).
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 08 Jan, 2006 1 commit
-
-
zorglub authored
-
- 02 Jan, 2006 1 commit
-
-
Sam Hocevar authored
output level when --no-skip-frames was specified.
-
- 30 Oct, 2005 1 commit
-
-
gbazin authored
* src/video_output/video_output.c, src/input/decoder.c, include/video_output.h: try to reduce i_sar_num/i_sar_den a bit hader to prevent overflows + remove p_vout->b_override_aspect which isn't used anymore.
-
- 28 Oct, 2005 4 commits
-
-
gbazin authored
* src/video_output/*: re-implemented InitWindowSize() using fmt_in.i_sar_num/den and moved it to vout_intf.c where it can be called again after crop or aspect ratio changes.
-
Marian Durkovic authored
-
Marian Durkovic authored
-
gbazin authored
-
- 23 Oct, 2005 1 commit
-
-
gbazin authored
* src/video_output/video_output.c: get rid of hack for for grey line with hdtv streams (proper way is to have video outputs support cropping to i_visible_width/height).
-
- 22 Oct, 2005 1 commit
-
-
gbazin authored
* src/video_output/video_output.c: revert #12904 which is useless since it is already done in vout_IntfInit().
-
- 20 Oct, 2005 1 commit
-
-
hartman authored
* I think this should fix the width & height params of vout. If anyone sees anything wrong with it, please say so. Report thx to Greg Farell. fixes #399
-
- 18 Oct, 2005 1 commit
-
-
Marian Durkovic authored
-
- 11 Aug, 2005 2 commits
- 13 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Jul, 2005 1 commit
-
-
Sam Hocevar authored
-
- 10 Jul, 2005 1 commit
-
-
bigben authored
Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).
-