50 Commits (4bea014b5659bb43b32619512276b01d70deed92)

Author SHA1 Message Date
Jean-Baptiste Kempf 4bea014b56 Update NEWS, LIST and improve preferences for the new Sout modules 16 years ago
Pierre Ynard 70efc50c3d display sout: use CLOCK_FREQ 16 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rafaël Carré 9f8f298264 sout_display: use VLC_TS_INVALID (refs #3135) 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Laurent Aimar ba4c4c1915 Fixed decoder spacing mode selection. 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4c247f8af0 Give input_DecoderNew the clock used. 18 years ago
Laurent Aimar 92a4a5b33b Do not access to internal p_input sout in input_DecoderNew. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 5e15258c9e A lot of missing const in options lists 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 19 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Rémi Denis-Courmont 864ca35c1d Revert "prevent #1312 from occuring (refs #1312)" 19 years ago
Rémi Denis-Courmont 69d572ca8a prevent #1312 from occuring (refs #1312) 19 years ago
Rémi Denis-Courmont fed486eb36 cleanup 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont 0faa56acde Only reference the input when we have at least one codec - fixes #1287. 19 years ago
Rémi Denis-Courmont e40d134c69 Remove _GNU_SOURCE and string.h too 19 years ago
Rémi Denis-Courmont 81c5ac29fa Remove stdlib.h 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Antoine Cellerier 62fffadfea Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Clément Stenac ebe4a155c3 Select the correct input in #display (Closes:#343) 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Clément Stenac ba9826cacf Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com> 22 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Gildas Bazin 58b6fda7c5 * modules/stream_out/display.c: converted to the new input API + re-enabled in the build. 22 years ago
Laurent Aimar 43a8115c06 * all: cosmetics. 22 years ago
Gildas Bazin 048769f969 * modules/stream_out/*: attempt at adding descriptions to the config options. 23 years ago
Laurent Aimar 116d261645 * all: use sout_ParseCfg. But "standard" can't use it for sap/slp 23 years ago
Laurent Aimar 8547ffaaeb * stream_out: sout_buffer_t -> block_t. 23 years ago
Laurent Aimar 5d0cd08833 * include/input_ext-plugins.h: exported input_RunDecoder/input_EndDecoder. 23 years ago
Laurent Aimar 70b1f9b919 * rtp, display: update p_sout->i_out_pace_nocontrol. 23 years ago
Gildas Bazin eed2a24c40 * modules/stream_out/*: coding style changes + strings review. 23 years ago
Gildas Bazin 55a5efd93d * modules/stream_out/display.c: fixed segfault when switching audio/video track. 23 years ago
Gildas Bazin 690e5e08f6 * include/input_ext-plugins.h: export input_DecodeBlock(). 23 years ago
Gildas Bazin 6d0acab61d * modules/stream_out/display.c: fixed timestamp generation. 23 years ago
Laurent Aimar 3439df8101 * all: removed decoder_fifo_t. 23 years ago
Laurent Aimar bfeea8d61f * all: remove sout_format_t and use es_format_t instead. 23 years ago
Laurent Aimar 2dd37f66b3 * display: set correct ES type (otherwise it segfaults in input_dec.c) but 23 years ago
Gildas Bazin 98e4c6af8f * modules/mux/mpeg/pes.c: allow cases where we don't write a pts. 24 years ago
Gildas Bazin 95b4a56a03 * 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. 24 years ago
Laurent Aimar d1196f9627 all: use /* */ instead of // (we write c code) 24 years ago
Laurent Aimar cc93f625ab * display.c: fixed decoding problem with mpeg1/2. (input_NewPacket doesn't 24 years ago
Laurent Aimar 4dec9682f6 * all: new sout scheme. Now a chain of module are created that can 24 years ago