Gildas Bazin
75013fc5ee
* modules/stream_out/transcode.c: if aenc/venc is specified, force the encoder.
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
23 years ago
Gildas Bazin
e3c6886780
* modules/stream_out/transcode.c:
+ new options to allow forcing an encoder and passing options to it.
(aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name).
+ got rid of aopts/vopts which is not needed anymore ;)
23 years ago
Clément Stenac
a6d67949e9
Updated
23 years ago
Clément Stenac
1f9e100842
Do not translate wizard strings, and stop ignoring old win32 gui plugin
23 years ago
Cyril Deguet
2b208ebcf0
* ctrl_text.cpp: put the control text in the "moving" state initially
23 years ago
Gildas Bazin
3ef2227a28
* src/stream_output/stream_output.c: small sout_cfg_parser() changes.
* modules/stream_out/duplicate.c: small coding style changes.
* modules/stream_out/transcode.c:
+ Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders.
+ Got rid of the ffmpeg encoder specific options.
* modules/codec/ffmpeg/*:
+ Changed the encoder options to normal config options.
+ Parse the options forwarded by transcode.
* include/vlc_codec.h:
+ encoder_t cleanup.
+ include a "sout_cfg_t *" in encoder_t to allow passing options.
23 years ago
Cyril Deguet
3100140ed2
* dialogs.cpp: put NULL for the parent window argument of WX dialogs in
the dialog provider: fixes tons of errors such as
"Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
23 years ago
Clément Stenac
ea20f20930
Add options descriptions
23 years ago
Clément Stenac
146b568bba
Add option descriptions
23 years ago
Clément Stenac
dec85dda92
Fix description
23 years ago
Gildas Bazin
926ffdc23b
* src/stream_output/stream_output.c: small coding style changes.
23 years ago
Sam Hocevar
3e63b534cf
* debian/rules:
+ Build ffmpeg with --enable-gpl because the postprocessing code is GPL.
+ Check for .svn directories in addition to CVS.
23 years ago
Sam Hocevar
5b5dd2def7
* modules/access/dvb/dvb.c: fixed syntax errors.
23 years ago
Jean-Paul Saman
2ddb54ad55
Properly attach and detach the qte_main object
23 years ago
Clément Stenac
4526bdb8d5
Compilation fix and give option descriptions
23 years ago
Benjamin Pracht
45d484b9b8
Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
23 years ago
Gildas Bazin
048769f969
* modules/stream_out/*: attempt at adding descriptions to the config options.
23 years ago
Laurent Aimar
330802a42f
* standard: created sap/slp(boolean) sap-name/slp-name(string),
sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
23 years ago
Jean-Paul Saman
2673f050dd
dvb/access.c removed old commandline syntax
better debug information
dvb/dvb.c debug message beautifying
dvb/qpsk.c textual changes
23 years ago
Jean-Paul Saman
82608ffe7f
iPaq vlc-0.7.2-test1
23 years ago
Yoann Peronneau
0823b01acb
* input/subtitles.c: first subtitle search path was not used.
23 years ago
Laurent Aimar
116d261645
* all: use sout_ParseCfg. But "standard" can't use it for sap/slp
options (because we can't do the difference between missing option,
option and option="" when option is a string).
23 years ago
Laurent Aimar
3c0c2a2a6f
* all: use sout_ParseCfg.
(udp-sout-caching has been renamed sout-udp-caching).
23 years ago
Laurent Aimar
bb236f0eda
* ts: use sout_ParseCfg. (If people add description to options that
would be pretty cool).
23 years ago
Clément Stenac
7e2f733456
Support EXTVLCOPT in the new m3u demuxer
23 years ago
Laurent Aimar
8fd3727f46
* mp4: use sout_ParseCfg and rename option to --sout-mp4-faststart.
23 years ago
Laurent Aimar
4518a7d784
* stream_output: fixed bool handling in sout_ParseCfg.
23 years ago
Laurent Aimar
9f9470c984
* asf: use sout_ParseCfg and so added
--sout-asf-{title,author,copyright,comment,rating} options.
23 years ago
Laurent Aimar
9db69040af
* stream_output: added bool support (untested).
23 years ago
Laurent Aimar
a31d6d62cc
* stream_output: added a sout_ParseCfg to help sout modules, and attached
access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT
working.
(Basically it takes an options list that will be 'var_Created' and if present
in sout_cfg_t initialised).
23 years ago
Gildas Bazin
ff219e5922
* modules/video_output/x11/xcommon.c,
modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
23 years ago
Gildas Bazin
7e97a49194
* modules/video_filter/*: implemented a forwarding vout_vaControl().
23 years ago
Gildas Bazin
ba6992cc80
* modules/video_filter/deinterlace.c: implemented a forwarding vout_vaControl().
23 years ago
Laurent Aimar
de4f532040
* x264: added aspect support.
* transcode: added H264 codec id.
* demux: added h264 demux shortcut.
23 years ago
Gildas Bazin
1f7367c41e
* ALL: bumped version number to 0.7.2-test1 in preparation for the test release.
23 years ago
Laurent Aimar
da7e4d74e4
* h264: fixed nal decoding.
23 years ago
Gildas Bazin
5327b8479e
* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
23 years ago
Derk-Jan Hartman
ae30c0c472
* play after loading intf.
23 years ago
Gildas Bazin
595f0c8f34
* modules/video_output/directx/directx.c: couple of fixes for fullscreen.
23 years ago
Yoann Peronneau
39a42e5f7c
* extras/MacOSX/vlc.pbproj/project.pbxproj: typo (bug #1787 )
23 years ago
Gildas Bazin
a7c7b52dc7
* src/libvlc.h: MSVC doesn't like splitted macros. I'll get this right eventually ;)
23 years ago
Gildas Bazin
c7fa078a89
* src/libvlc.h: reverted my last change.
23 years ago
Gildas Bazin
1e9ecb9029
* src/input/control.c, include/ninput.h: Added INPUT_GET_INFO.
* include/vlc_meta.h: vlc_meta_GetValue().
* modules/demux/m3u.c: increased MAX_LINE to 8192.
* modules/video_output/directx/events.c: portability fix.
23 years ago
Gildas Bazin
c55e169d9b
* src/*: portability fixes.
* msvc/vlc.dsw: httpd is not a plugin anymore.
23 years ago
Yoann Peronneau
291b59b66a
* src/input/subtitles.c: corrected bug in subtitle detection
* src/libvlc.h: modified subtitle paths for Windows
23 years ago
Gildas Bazin
b24bd76dcf
* src/input/es_out.c: fix for ES_OUT_RESET_PCR.
23 years ago
Gildas Bazin
fd63550bf9
* modules/stream_out/transcode.c: fixed mem leak + use av_free() instead of free() where necessary.
* modules/codec/ffmpeg/*: use av_free() instead of free() where necessary.
23 years ago
Gildas Bazin
482516c5f3
* modules/codec/ffmpeg/encoder.c: fixed memory leak.
23 years ago
Gildas Bazin
dc8116dcd7
* src/playlist/item.c,item-ext.c: fixed memory leaks.
23 years ago
Gildas Bazin
7fc9581cf4
* src/input/subtitles.c: fixed memory leak.
23 years ago