- 30 Sep, 2007 1 commit
-
-
Laurent Aimar authored
Made demux2_IsPathExtension case insensitive. Used demux2_IsPathExtension/p_demux->b_force when appropriate Fixed a regression in flac demuxer (segfault when reading meta data) Added a VLC_UNUSED(x) macro to avoid seeing ugly (void)x around the code. Improved a bit a few vlc_common.h macro (do {} while(0))
-
- 20 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Jul, 2007 1 commit
-
-
Rémi Denis-Courmont authored
- Fix a bunch of abuse of strncmp (memcmp rulez)
-
- 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.
-
- 18 Jul, 2006 1 commit
-
-
zorglub authored
* malloc with NULL check * file extension check * check if a demux was forced * try peeking, and check what we poke * init standard demuxer fields * create packetizers
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 10 Jul, 2005 1 commit
-
-
zorglub authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 05 Mar, 2005 1 commit
-
-
gbazin authored
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 15 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 03 Mar, 2004 1 commit
-
-
Laurent Aimar authored
to demux2.
-
- 29 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 25 Jan, 2004 1 commit
-
-
hartman authored
-
- 21 Nov, 2003 1 commit
-
-
gbazin authored
* include/vlc_common.h: include stdlib.h * include/ninput.h, src/input/stream.c, src/input/input.c: new stream_Block() function to read a block_t from the input. es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES(). * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
-
- 16 Nov, 2003 2 commits
- 11 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 12 Sep, 2003 1 commit
-
-
Laurent Aimar authored
* modules/demux/* : use the stream_t from input_thread_t. * include/ninput.h : begin to add new way to register es. (unused for now). (in the long term I want to split input_thread_t and intoduce demux_t and access_t and perhaps something like access_demux_t)
-
- 07 Sep, 2003 1 commit
-
-
Laurent Aimar authored
is a generic handler) * avi, mp4 : begin to implement a specific pf_demux_control.
-
- 22 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 17 Aug, 2003 1 commit
-
-
Laurent Aimar authored
(Well, Get(D/Q)WBE are just #define to U16/32/64_AT.
-
- 01 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 05 May, 2003 1 commit
-
-
gbazin authored
* ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. * modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
-
- 11 Mar, 2003 1 commit
-
-
Laurent Aimar authored
( I need some samples to do special adpcm support).
-