- 01 Sep, 2004 18 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
* fix the ebml and matroska downloads. added toolame target, but not enabled, since toolame is worse than ffmpeg when it comes to makefiles... ("it needs sam power").
-
Derk-Jan Hartman authored
-
Clément Stenac authored
Added "is_playing", "get_title", "get_time" and "get_length" to get computer-readable output (for third-party programs)
-
Eric Petit authored
if we need blending & rendering modules (fixes text messages which were missing sometimes)
-
Eric Petit authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true. Seems even asfh can't send new headers after the stream started.
-
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 10 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
-