- 01 Sep, 2004 7 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Clément Stenac authored
* Invalid HTML SUX ! * Table layout SUX !
-
Clément Stenac authored
* Update PO files * First round of updates for the french l10n
-
- 31 Aug, 2004 12 commits
-
-
Gildas Bazin authored
* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin * msg_Err -> msg_Warn for unimplemented Control queries
-
Gildas Bazin authored
+ introduce a "TEXT" subpicture region type. + a psz_text field stores the subpicture text. * src/video_output/video_text.c: produce "TEXT" subpictures. * modules/codec/subsdec.c: produce "TEXT" subpictures. * modules/misc/freetype.c: auto sizing works again.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
-
Gildas Bazin authored
* modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
-
Benjamin Pracht authored
-
- 30 Aug, 2004 18 commits
-
-
Eric Petit authored
-
Gildas Bazin authored
-
Benjamin Pracht authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
-
Gildas Bazin authored
* modules/mux/mpeg/ts.c: waiting for the fifo to have 51 packets before muxing is completely insane. Put back the old value of 2 packets.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Damien Fouilleul authored
i've modified the following functions to properly skip data (read buffer is nil) on streams which cannot be seeked. AStreamReadBlock() AStreamReadStream() before those modifications, playback would suddenly be interrupted after a while on network streams prone to packet loss.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 29 Aug, 2004 3 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
remember to configure vlc with --with-ffmpeg-zlib
-