- 26 Nov, 2003 20 commits
-
-
Gildas Bazin authored
* po/*: update for 0.7.0-test1.
-
Gildas Bazin authored
* modules/stream_out/display.c: fixed timestamp generation.
-
Gildas Bazin authored
* modules/codec/ffmpeg/chroma.c: oops.
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: fixed small memleak in chroma plugin. Added back missing bitrate setting for video encoding.
-
Gildas Bazin authored
* modules/access/v4l/v4l.c: fixed small mem leak.
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/input/input.c: fixed a whole load of mem leaks when the input is closed before the initialisation is complete (inexistant input, etc...).
-
Gildas Bazin authored
-
Clément Stenac authored
* Added a randomize playlist function
-
Gildas Bazin authored
* ALL: fixed memory leaks. * modules/demux/mp4/libmp4.c: fixed parsing of the "wave" tag (I'm sure there's a better fix but this one works). * modules/demux/ogg.c: another seeking fix (We also need to flush the per stream buffer with ogg_stream_reset()).
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 25 Nov, 2003 9 commits
-
-
Derk-Jan Hartman authored
- Many of the error streams were identical. This isn't helping debugging.
-
Jean-Paul Saman authored
- Fixed a p_playlist refcount problem - Clearing VLC playlist and Playlist widget.
-
Jean-Paul Saman authored
- Fix segfault when adding one file to the playlist widget from the fileview widget. - Cleanup of code.
-
Christophe Massiot authored
demux filters leak (particularly harmful on the Dreambox) ; correctly handle PAT and PMT changes.
-
Sam Hocevar authored
is loading its plugins.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
Remove unused Mouse event handling. Forgot to delete keypress callback.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixed a couple of memory leaks.
-
Laurent Aimar authored
-
- 24 Nov, 2003 11 commits
-
-
Gildas Bazin authored
* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking. * modules/codec/libmpeg2.c: restored pictures linking/unlinking code. * modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
-
Gildas Bazin authored
* src/audio_output/mixer.c: fixed timestamp rounding problem.
-
Laurent Aimar authored
input_EsOutDelete.
-
Gildas Bazin authored
* modules/access/dshow/*: compilation fixes. * include/vlc_common.h: added a couple of casts to TAB_APPEND().
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/access/v4l/v4l.c: small fix and added a --v4l-chroma option to force a chroma fourcc for the video device.
-
Gildas Bazin authored
* src/input/input.c: oops, set the ES format before selecting it.
-
Laurent Aimar authored
-
Gildas Bazin authored
* configure.ac, extras/MacOSX/*: bumped version number to 0.7.0-test1 in preparation for the test release.
-
Laurent Aimar authored
dts are still calculated for a 25fps stream. (The packetizer doesn't calulate pts/dts for now).
-
Laurent Aimar authored
-