- 19 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
Currently, we do not have any architecture where this would not be a build-time constant. Constancy helps fixing a few issues in the audio path.
-
- 30 Sep, 2009 1 commit
-
-
Laurent Aimar authored
-
- 23 Sep, 2009 2 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
aout_buffer_t now looks very much like a subset of block_t at the source code level. By the way, we might want to revisit the return value of date_Increment()...
-
- 22 Sep, 2009 2 commits
-
-
Rémi Denis-Courmont authored
This will be needed to replace aout_buffer_t with block_t. We also need to replace end_date with i_length, which is a bit more involved.
-
Rémi Denis-Courmont authored
-
- 30 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
We do not need to copy here anyway.
-
- 13 Aug, 2009 1 commit
-
-
Laurent Aimar authored
-
- 15 May, 2009 1 commit
-
-
Laurent Aimar authored
-
- 13 May, 2009 1 commit
-
-
Laurent Aimar authored
There will be some regressions, I used automatic sed replacement with manual checks but there was a lot to change. It's only the first pass.
-
- 16 Apr, 2009 1 commit
-
-
Laurent Aimar authored
-
- 14 Feb, 2009 1 commit
-
-
Laurent Aimar authored
-
- 09 Dec, 2008 1 commit
-
-
Laurent Aimar authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 23 Oct, 2008 1 commit
-
-
Laurent Aimar authored
-
- 28 Sep, 2008 1 commit
-
-
Laurent Aimar authored
- This is needed for proper seek/pause/fast forward/... - The decoder/packetizer do not need to scale packet length anymore as the decoder thread do it.
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 May, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 May, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 10 Apr, 2008 1 commit
-
-
Rafaël Carré authored
-
- 25 Mar, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Mar, 2008 1 commit
-
-
Rafaël Carré authored
When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed
-
- 13 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 12 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 10 Feb, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Close #493
-
- 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.
-
- 21 Nov, 2007 1 commit
-
-
Christophe Massiot authored
transcode.
-
- 12 Jun, 2007 1 commit
-
-
Laurent Aimar authored
It use our standard resampler to do it and so we do not keep pitch yet (I am working on a soundtouch resampler). Please test any regression.
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Mar, 2007 1 commit
-
-
Laurent Aimar authored
-
- 25 Feb, 2007 1 commit
-
-
Laurent Aimar authored
(Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)
-
- 26 Nov, 2006 1 commit
-
-
Clément Stenac 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.
-
- 08 Oct, 2006 1 commit
-
-
Gildas Bazin authored
-
- 05 Oct, 2006 1 commit
-
-
Gildas Bazin authored
-
- 15 Sep, 2006 1 commit
-
-
Clément Stenac authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-