- 12 Oct, 2003 3 commits
-
-
Derk-Jan Hartman authored
* Added the new es language to the preferences * Updated same stuff in the NEWS file, new release will still take a long time * Updated the subtitle info in the README file.
-
Derk-Jan Hartman authored
like dropdown lists, with no selection. it therefore selects the first item in this case microdvd, which then has the potential that you can save and set this sub-type accidently.
-
Gildas Bazin authored
* src/video_output/video_text.h: removed useless file.
-
- 11 Oct, 2003 3 commits
-
-
Derk-Jan Hartman authored
* ALL: use a counter and pass this along to New_Subtitle, so we can add more than one subtitle file. This 'fixes' a problem where all subtitles got the same track_id and therefore were all (un)selected at the same time.
-
Derk-Jan Hartman authored
The day i understand strings and memory in C is going to be a joyful day :) * modules/demux/mkv.cpp: fixed an error if there is no ICONV support
-
Derk-Jan Hartman authored
-
- 10 Oct, 2003 4 commits
-
-
Alexis de Lattre authored
-
Gildas Bazin authored
* src/input/input_dec.c: use VLC_OBJECT_PACKETIZER for packetizers. * modules/mux/ogg.c: win32 fix for ogg muxing with several elementary streams.
-
Alexis de Lattre authored
-
Alexis de Lattre authored
P.S. : it compiles fine, but I can't figure out how to change the language on the CVS version of VLC, so I couldn't test it.
-
- 09 Oct, 2003 7 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: yes, I can do it!
-
Gildas Bazin authored
* modules/mux/ogg.c, modules/stream_out/transcode.c: better fix for the starting pts problem in the ogg muxer.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: couple of fixes. * modules/codec/theora.c, modules/mux/ogg.c: proper granulepos generation for theora streams. * modules/mux/ogg.c: ignore pts from headers.
-
Christophe Massiot authored
IT IN ???
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/mux/ogg.c: fixed packing of OggDS structure.
-
Gildas Bazin authored
-
- 08 Oct, 2003 8 commits
-
-
Gildas Bazin authored
* modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
-
Gildas Bazin authored
* modules/demux/util/sub.c: fix when no subs specified. * modules/video_output/x11/xcommon.c: fixed invalid chroma. * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
-
Gildas Bazin authored
* include/vlc_codec.h: defines decoders/encoders related structures here. * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame. * include/vlc/decoder.h: include vlc_codec.h * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types. * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder. * src/input/*: some cleanup.
-
Gildas Bazin authored
* include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support. * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
-
Gildas Bazin authored
* modules/misc/sap.c: fixed win32 breakage.
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
* modules/misc/sap.c: added sanity checks and more coding style fixes * src/video_output/video_output.c: Video filters can now be enabled on the fly (vout is respawned) You need to var_Set( p_vout, "filters", psz_yourvalue) for this * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
-
- 07 Oct, 2003 5 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* Makefile.am: forgot to include vlc_block_helper.h
-
Gildas Bazin authored
* modules/demux/mp4/*: Added support for the "wave" tag used in mov files with aac.
-
Gildas Bazin authored
-
- 06 Oct, 2003 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: compilation fixes for the unicode version. made the "Extended GUI" option a checkable menuitem.
-
Clément Stenac authored
src/playlist/playlist.c: * Implemented a boolean b_enabled to disable a playlist item * Implemented the idea of group (p_item->i_group), that allows to enable/disable and to sort some series of items * Implemented an unused (at the moment), psz_author field * Started to implement a new playlist format to store all of these * modules/gui/wxwindows/interface.cpp: Added a hiddeable panel to put some important options. (Menu Preferences->Extra GUI) At the moment, we put the adjust filter and aspect ratio, and must decide what options we want here * modules/gui/wxwindows/playlist.cpp modules/gui/wxwindows/iteminfo.cpp: Added "Enable/disable group button", options to enable/disable selection Added an item info dialog box * modules/misc/sap.c : Added a sap-group-id option: the SAP playlist items are in a separate group (defaults to 42) * modules/visualization/visual/effects.c: Minor coding style fixes Todo: ----- * Advanced sort (alphabetical and/or by group) * Ability to load 0_6 playlists * Really use the libid3tag
-
Gildas Bazin authored
* src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
-
- 05 Oct, 2003 7 commits
-
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed a recent patch that had been causing a lot of jerkiness in the video.
-
Sam Hocevar authored
+ Better BeOS dynamic loader detection. * src/misc/modules.c: + Consistency fixes.
-
Gildas Bazin authored
* modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization.
-
Sam Hocevar authored
+ As platform-dependant dynamic loader functions are no longer inline, moved them to modules.c which is their real place. + More verbose error messages on some platforms.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Clément Stenac authored
-