- 05 Jan, 2001 5 commits
-
-
Sam Hocevar authored
(previous commit foired) . this is a coding style patch which removes all "foo(bar){" constructions and most of the tabulations. . also, fixed a bug in the default subtitle track. . and made a few error messages more explicit, ie. changed "error: %s" to "foo error: couldn't initialize bar (%s)" . and removed a warning in intf_ctrl.c which isn't used anyway.
-
Sam Hocevar authored
. this is a coding style patch which removes all "foo(bar){" constructions and most of the tabulations. . also, fixed a bug in the default subtitle track. . and made a few error messages more explicit, ie. changed "error: %s" to "foo error: couldn't initialize bar (%s)"
-
Sam Hocevar authored
. splitted modules.h into modules.h and modules_core.h to enable clean compilation of the Null Module.
-
Sam Hocevar authored
. added the Null Module, the module that does nothing but that is going to be of great help for debugging my module code.
-
Sam Hocevar authored
. Added files needed for the forthcoming module management. Notes: Plugins are now called modules, because we will be able to compile them either as a dynamic plugin, or within the program. And, more important, I can commit this without having to break the vlc :) I tried to be as clear as possible in my comments, please tell me if a few prototypes still have an unclear beahaviour. Current features: . none, files haven't even been added to the Makefile yet. Future features: . dynamic loading (done) . built-in modules (still to do) . automatic unloading of plugins (done) . dynamic configuration (still to do) . automatic choosing of the most appropriate plugin for a given task (still to do but well prepared)
-
- 04 Jan, 2001 2 commits
-
-
Arnaud de Bossoreille de Ribou authored
- fixed segfault, it was probably a memory corruption but I'm not sure :) ; - video_output.c : compute picture size even if b_need_render == 0;
-
Christophe Massiot authored
grrrr, I'll kill someone) ; * Put config.h in front of others in audio_decoder.c.
-
- 02 Jan, 2001 1 commit
-
-
Christophe Massiot authored
-
- 30 Dec, 2000 1 commit
-
-
Christophe Massiot authored
-
- 29 Dec, 2000 4 commits
-
-
Sam Hocevar authored
. added a few missing break;s (oui je sais je ne fais que des patches de deux lignes � trois balles, mais par telnet c'est pas facile)
-
Henri Fallon authored
- Removed i_iovec_start and i_iovec_end. Used i_data instead - Meuuh : some questions for you in the commentaries Happy new year !
-
Christophe Massiot authored
-
Christophe Massiot authored
* Fixed a bug in vpar_headers.c synchro handling introduced before ; * Enhanced synchro's handling of dates and frame structure changes.
-
- 28 Dec, 2000 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 27 Dec, 2000 3 commits
-
-
Christophe Massiot authored
NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
-
Christophe Massiot authored
-
Sam Hocevar authored
. avoid calling SafeRead() with a null packet size.
-
- 26 Dec, 2000 1 commit
-
-
Christophe Massiot authored
* Changed behaviour of preparsing code, faster startup ; * Fixed DecodePSM(), cannot test ; * Cleaned up ParsePES(), fixed a bug which could reject very small but valid PES packets ; * Fixed cosmetic bugs in vpar_synchro frame_rate display.
-
- 24 Dec, 2000 1 commit
-
-
Sam Hocevar authored
-
- 23 Dec, 2000 1 commit
-
-
Sam Hocevar authored
. SPU decoder now uses Meuuh's GetChunk() code. . lots of cleaning in the SPU decoder. . message queue is flushed before we spawn input. . fixed so that it compiles with VDEC_SMP (no good sync yet though).
-
- 22 Dec, 2000 6 commits
-
-
Arnaud de Bossoreille de Ribou authored
-
Christophe Massiot authored
* Fixed a bug in -c and -s options.
-
Christophe Massiot authored
-
Sam Hocevar authored
. fixed AC3 and SPU PES reading (ph34r da one-byte patch) . some 79 char wrap.
-
Sam Hocevar authored
. no need to add "\n" at the end of intf_*Msg() messages anymore.
-
Christophe Massiot authored
* Fixed an segfault in input_programs.c ; * Added -fomit-frame-pointer optimization.
-
- 21 Dec, 2000 10 commits
-
-
Christophe Massiot authored
be the last one.
-
Christophe Massiot authored
* Moved p_input->pp_es -> p_input->stream.pp_es and clean up of input_programs.c & co ; * Fixed memory leaks.
-
Christophe Massiot authored
* Temporarily removed b&w kludge.
-
Christophe Massiot authored
* Cleaned up input_ts.c, added it into the Makefile.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
All decoders should now exit cleanly (if it's not the case, it should be referenced as a bug).
-
Christophe Massiot authored
-
Christophe Massiot authored
ES in the pp_selected_es array).
-
Henri Fallon authored
Added netlist support. Warning : it has not been tested. It just make no error at build time.
-
- 20 Dec, 2000 3 commits
-
-
Renaud Dartus authored
-
Renaud Dartus authored
-
Sam Hocevar authored
-