- Aug 31, 2004
-
-
gbazin authored
* src/video_output/vout_subpictures.c: use p_vout->output instead of p_vout->render where necessary.
-
hartman authored
-
hartman authored
* Defer nsviews untill the NSWindow is created. Hopefully fixes the VLC[25709] *** Assertion failure in -[NSViewHierarchyLock unlockTopMostReader], AppKit.subproj/NSViewHierarchyLock.m:428
-
hartman authored
-
hartman authored
* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin * msg_Err -> msg_Warn for unimplemented Control queries
-
gbazin 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.
-
gbazin authored
-
gbazin authored
* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c,mpgatofixed32.c: release the old audio buffer after conversion.
-
gbazin authored
* modules/codec/araw.c: got rid of the audio conversion in the encoder, which is now done by the audio filters.
-
gbazin authored
-
gbazin authored
* modules/audio_filter/converter/dtstofloat32.c,a52tofloat32.c: don't forget to update the size of the audio buffer after decoding.
-
bigben authored
-
- Aug 30, 2004
-
-
Eric Petit authored
-
gbazin authored
-
bigben authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/demux/avi/avi.c: raw RGB 24 is in fact BGR 24.
-
gbazin 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.
-
gbazin authored
-
gbazin authored
-
zorglub authored
-
hartman authored
-
damienf 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.
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
- Aug 29, 2004
-
-
gbazin authored
-
gbazin authored
-
hartman authored
remember to configure vlc with --with-ffmpeg-zlib
-
hartman authored
-
zorglub authored
-
hartman authored
* the prime manage thread now runs every .1 sec instead of .3, this might improve response sometimes.
-
Laurent Aimar authored
fix it... (it should be annoying only with TS, you may have dead program entry).
-
Laurent Aimar authored
has been cropped.
-
hartman authored
* Updated TODO list
-
hartman authored
-