Henri Fallon
a5d3d16530
- Order : if a then b are initialized, release b then a ;
26 years ago
Henri Fallon
393a5d5241
- Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads.
26 years ago
Benoit Steiner
eb8d4519bc
Fixed compilation pb under solaris 2.6
26 years ago
Benoit Steiner
eed018b6f8
Fixed solaris libraries
26 years ago
Sam Hocevar
ffa693e8bd
. should compile & run on Solaris with ./configure --disable-dsp
26 years ago
Henri Fallon
4542979c0f
Fixed a typo than prevented from building ...
26 years ago
Henri Fallon
9385e1d576
Fixed initialization of payload_start and payload_end
26 years ago
Christophe Massiot
454454b554
BSD port, including :
* --enable-sdl and some others are now --with-sdl[=name] to supply an
optional library name ;
* deleted all unnecessary #include <sys/uio.h> ;
* /usr/include is now searched when looking for libraries and headers.
It seems to compile and run on BSD. Under Linux Sam's latest commit makes
vlc crash on startup, so I can't really tell, but hey it compiles.
26 years ago
Sam Hocevar
6eb6044c0b
. src/misc/modules.c is in a workable state now.
26 years ago
Sam Hocevar
2a8ef11d88
(previous commit foired)
26 years ago
Sam Hocevar
a132d75cac
. this is a coding style patch which removes all "foo(bar){" constructions
26 years ago
Sam Hocevar
df5793c289
. splitted modules.h into modules.h and modules_core.h to enable
26 years ago
Sam Hocevar
bcaed52cad
. added the Null Module, the module that does nothing but that is going
26 years ago
Sam Hocevar
32d3e55a6e
. Added files needed for the forthcoming module management.
26 years ago
Arnaud de Bossoreille de Ribou
38e1bc0730
- fixed pitch bug;
- 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;
26 years ago
Christophe Massiot
afb5d2e65b
* Fixed a deadlock (the vout unlocked a mutex locked by another thread,
grrrr, I'll kill someone) ;
* Put config.h in front of others in audio_decoder.c.
26 years ago
Christophe Massiot
fb0d0da763
Better display of the fps.
26 years ago
Christophe Massiot
2ac915c53c
Comments for Henri.
26 years ago
Sam Hocevar
12d3f35f98
. fixed default subtitle stream handling (default: no subtitles)
. 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)
26 years ago
Henri Fallon
671e8844b4
- Removed i_iovec_start and i_iovec_end. Used i_data instead
26 years ago
Christophe Massiot
67bef28829
Fixed THX Cimmarron bug (it was _not_ a synchro bug).
26 years ago
Christophe Massiot
555bac0848
* Fixed a bug in the DTS/PTS parsing ;
* Fixed a bug in vpar_headers.c synchro handling introduced before ;
* Enhanced synchro's handling of dates and frame structure changes.
26 years ago
Christophe Massiot
848944e507
Cosmetic change of the debug messages.
26 years ago
Christophe Massiot
18af5a197d
Fixed a bug in the PSM decoder.
26 years ago
Christophe Massiot
2535b235d0
We now read the DTS (but we don't use it for the moment).
NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
26 years ago
Christophe Massiot
a8bca7260e
New synchro statistics and warnings.
26 years ago
Sam Hocevar
8a38b8fb17
. avoid calling SafeRead() with a null packet size.
26 years ago
Christophe Massiot
9589dcb78b
* Use of ptrdiff_t whenever necessary (IA-64 port) ;
* 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.
26 years ago
Sam Hocevar
19324a9843
. changed subtitles palette.
26 years ago
Sam Hocevar
4ec43b888c
. SPU decoder now uses Meuuh's GetChunk() code.
26 years ago
Arnaud de Bossoreille de Ribou
c3d418231b
- sdl resising rulze, still buggy
26 years ago
Christophe Massiot
be1eb4bbf3
* Using i_id instead of i_stream_id whenever possible ;
* Fixed a bug in -c and -s options.
26 years ago
Christophe Massiot
10dda32d99
* Fixed a compile pbm in debug mode (f34r d4 1-line fix)
26 years ago
Sam Hocevar
66f4bbb439
. fixed AC3 and SPU PES reading (ph34r da one-byte patch)
26 years ago
Sam Hocevar
f25dd402df
. no need to add "\n" at the end of intf_*Msg() messages anymore.
26 years ago
Christophe Massiot
174e054737
* Moved input_DecodePES() to input_dec.c ;
* Fixed an segfault in input_programs.c ;
* Added -fomit-frame-pointer optimization.
26 years ago
Christophe Massiot
badd37394f
* Fixed a *major* memory leak in the pre-parsing code. Hopefully it should
be the last one.
26 years ago
Christophe Massiot
91bc3eb7c4
* New decoder spawning API input_dec.c ;
* Moved p_input->pp_es -> p_input->stream.pp_es and clean up of
input_programs.c & co ;
* Fixed memory leaks.
26 years ago
Christophe Massiot
423a3bcf98
* Moved video_decoder's headers from include/ to src/video_decoder.
* Temporarily removed b&w kludge.
26 years ago
Christophe Massiot
434f379655
* Splitted up p_method_data/p_plugin_data ;
* Cleaned up input_ts.c, added it into the Makefile.
26 years ago
Christophe Massiot
dca61827d1
Fixed various memory leaks.
26 years ago
Christophe Massiot
c570d9bc89
* Removed all arbitrary limits on the number of elementary streams.
26 years ago
Christophe Massiot
cc50abf770
* Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
All decoders should now exit cleanly (if it's not the case, it should be
referenced as a bug).
26 years ago
Christophe Massiot
3bf927ec7f
Comments for Henri.
26 years ago
Christophe Massiot
1b7b08f558
* Fixed a bug which prevented the input to exit normally (non-selected
ES in the pp_selected_es array).
26 years ago
Henri Fallon
9679481fdc
Added netlist support.
26 years ago
Renaud Dartus
b754a016b9
D�sol� !
26 years ago
Renaud Dartus
06b3185a56
Added U8_Mono audio output
26 years ago
Sam Hocevar
065a61df6d
. fixed "-a [ mpeg | ac3 | lpcm | off ]" option
26 years ago
Christophe Massiot
6aaf635c35
Only pre-parse the first 32 MB of data.
26 years ago