Rémi Denis-Courmont
|
a58afe8e62
|
Build VLC aliases cleanly (don't need to parse argv[0])
|
19 years ago |
Rémi Denis-Courmont
|
b0152eca13
|
Simply X11 Qt4 error detection
|
19 years ago |
Rémi Denis-Courmont
|
64b1b518cf
|
Prevent gettext bug on glibc 2.5 too
|
19 years ago |
Rémi Denis-Courmont
|
b47cf198a1
|
Do not privatize module_config_t - yet
|
19 years ago |
Rafaël Carré
|
b2f6c56e64
|
fix #1382
|
19 years ago |
Rémi Denis-Courmont
|
2d9c9ee62b
|
Split the big config file
|
19 years ago |
Rémi Denis-Courmont
|
7471071282
|
Fix superfluous double init
|
19 years ago |
Rémi Denis-Courmont
|
c9fd591628
|
Not yet missing #include
|
19 years ago |
Rémi Denis-Courmont
|
eab083b731
|
Fix compiler warning
|
19 years ago |
Antoine Cellerier
|
82fe643b70
|
Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
|
19 years ago |
Rémi Denis-Courmont
|
5026666c66
|
Fix charset
|
19 years ago |
Rémi Denis-Courmont
|
6b822f38be
|
Use (s)size_t for pf_read and pf_write.
This is very likely to break .*64 platforms.
|
19 years ago |
Antoine Cellerier
|
2d40161cfc
|
Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.
|
19 years ago |
Philippe Morin
|
fbe32b9932
|
Update snapshot method.
|
19 years ago |
Philippe Morin
|
181b5884a3
|
Update snapshot method.
|
19 years ago |
Dennis van Amerongen
|
18eea45e36
|
* modules/demux/playlist/m3u.c: typo you -> your
|
19 years ago |
Antoine Cellerier
|
ae51465769
|
Automatically refresh the v4l2 extended panel on focus.
|
19 years ago |
Antoine Cellerier
|
0203209419
|
Fixes to the v4l2 extended panel (works fine for multiple refreshes).
|
19 years ago |
Jean-Baptiste Kempf
|
9538c177fc
|
Qt4 - Remove useless things from uic output.
|
19 years ago |
Antoine Cellerier
|
347dd6ad8f
|
Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).
|
19 years ago |
Antoine Cellerier
|
9af30a9b1e
|
Ooops, this wasn't supposed to be here anymore.
|
19 years ago |
Antoine Cellerier
|
cab1dfb502
|
Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.
|
19 years ago |
Antoine Cellerier
|
02752dc780
|
Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
|
19 years ago |
Jean-Baptiste Kempf
|
16e5f07767
|
Qt4 - small cosmetic change.
|
19 years ago |
Jean-Baptiste Kempf
|
214fca415a
|
Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D
|
19 years ago |
Jean-Baptiste Kempf
|
099d9779be
|
Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
|
19 years ago |
Gildas Bazin
|
dd735eba35
|
* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
|
19 years ago |
Gildas Bazin
|
3663d0232d
|
* src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
|
19 years ago |
Jean-Paul Saman
|
f9b3b84674
|
Little cleanup.
|
19 years ago |
Jean-Paul Saman
|
9ce497101d
|
Remove dead code (and commented out fprintf's).
|
19 years ago |
Jean-Paul Saman
|
54b9a46e56
|
Check malloc return value and cleanup.
|
19 years ago |
Jean-Paul Saman
|
29ec30426b
|
Guard headerfiles in modules/access/mms/*.h against multiple inclusions.
|
19 years ago |
Jean-Paul Saman
|
5de91b637b
|
Remove excess whiteline
|
19 years ago |
Antoine Cellerier
|
0a925f52a0
|
Change the v4l2-chroma long help string.
|
19 years ago |
Antoine Cellerier
|
23a8765c1a
|
Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.
|
19 years ago |
Jean-Baptiste Kempf
|
fcde47951a
|
Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/
|
19 years ago |
Jean-Paul Saman
|
0a342122be
|
Cleanup.
|
19 years ago |
Jean-Paul Saman
|
fde8b7fc53
|
No need to sleep 25 ms, a bit longer will do fine too.
|
19 years ago |
Jean-Paul Saman
|
75a0a1de87
|
CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
|
19 years ago |
Jean-Paul Saman
|
5ffe7e0054
|
Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
|
19 years ago |
Jean-Paul Saman
|
2a40307cee
|
Add Remi Duraffort to THANKS file.
|
19 years ago |
Jean-Paul Saman
|
36eb552900
|
Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
|
19 years ago |
Jean-Paul Saman
|
bf798aedd4
|
Only test the terminal if --fb-tty is used.
|
19 years ago |
Jean-Baptiste Kempf
|
352de5a3a2
|
Qt4 - Coding style fixes by Rémi Duraffort.
|
19 years ago |
Jean-Baptiste Kempf
|
0c86a4b858
|
Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
Please report regressions on that part.
|
19 years ago |
Jean-Baptiste Kempf
|
e9ba6037cf
|
Qt4 - Change the default extended panel size.
|
19 years ago |
Jean-Baptiste Kempf
|
94730502df
|
Qt4 - Use enum instead of defines.
|
19 years ago |
Jean-Baptiste Kempf
|
08af2ba7d8
|
Qt4 Menu macro removal.
|
19 years ago |
Rafaël Carré
|
5268bc2d75
|
fix #1382
|
19 years ago |
Richard Hosking
|
c45b364eac
|
v4l2: Workaround misbehaving devices (2 DVB cards in my case)
|
19 years ago |