- 06 Oct, 2008 1 commit
- 23 Sep, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Sep, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 19 Sep, 2008 1 commit
-
-
Signed-off-by:
Jean-Paul Saman <jpsaman@videolan.org>
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 May, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 12 May, 2008 1 commit
-
-
ivoire authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Apr, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 01 Apr, 2008 1 commit
-
-
Ilkka Ollakka authored
-
- 25 Mar, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Mar, 2008 1 commit
-
-
Ilkka Ollakka authored
set qpmin/qpmax even without qp set. more constant on x264 parameters handling.
-
- 11 Mar, 2008 1 commit
-
-
ivoire authored
-
- 14 Feb, 2008 2 commits
-
-
trax authored
* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings.
-
trax authored
* modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..)
-
- 11 Feb, 2008 2 commits
- 08 Feb, 2008 2 commits
-
-
trax authored
* modules/codec/x264.c: add satd exhaustive motion search (tesa) to the list of motion estimation algorithm options
-
trax authored
* modules/codec/x264.c: set default for direct prediction size (direct-8x8) to -1 (smallest possible according to level); this fixes the direct 8x8 inference warning on level requirement in certain x264 setting combinations
-
- 29 Jan, 2008 1 commit
-
-
Rafaël Carré authored
use size_t instead of int to represent sizes removes unused parameters from: block_BytestreamInit() mpeg4_audio/LOASSyncInfo() cinepak/cinepak_Getv1() speex/SendPacket() subsass/ParseColor() ffmpeg/postprocess/InitPostproc() & PostprocPict() dvbsub/YuvaYuvp() & encode_pixel_line_{2,4,8}bp() faad/DoReordering() vlc_block_helper.h: use size_t, removes unused parameter from block_BytestreamInit() struct filter_t: removes unused parameters from pf_picture_link() & pf_picture_unlink() cmml: fix a segfault (p_item isn't an input item, despite the name) present for some months, proving that nobody did use that code ?
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 16 Jan, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 21 Nov, 2007 1 commit
-
-
Christophe Massiot authored
wrong for bpyramid, though).
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 04 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
- Removed the gross SUPPRESSED hack - Remove support for strict deprecated aliases (that was not used anyway)
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 May, 2007 1 commit
-
-
trax authored
-
- 23 Mar, 2007 1 commit
-
-
Laurent Aimar authored
-
- 04 Mar, 2007 2 commits
- 03 Mar, 2007 1 commit
-
-
trax authored
* modules/codec/x264.c: Revert [16936] (temporarily fix x264 encoding on darwin/x86 by disabling all CPU optimisations) as this shouldn't be a problem anymore..
-
- 09 Feb, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Dec, 2006 1 commit
-
-
hartman authored
-
- 26 Nov, 2006 1 commit
-
-
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.
-