1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

4257 Commits

Author SHA1 Message Date
Laurent Aimar
14ad3ab7df * http: fix 'add mrl'. 2003-05-06 12:57:48 +00:00
Eric Petit
a74943943e Makefile.am: fixed BeOS package generation when all modules are built-in 2003-05-06 02:17:11 +00:00
Laurent Aimar
21c7ad61e9 * mms: fix for builtin compilation. 2003-05-06 02:01:35 +00:00
Eric Petit
83a272882c configure.ac.in: fixed static linking with libintl and libiconv 2003-05-06 01:15:24 +00:00
Gildas Bazin
d8e92b78f0 * modules/demux/mpeg/ts.c: compiler warning fix.
* src/input/input_programs.c: a "Disable" choice is added by default to "audio-es", "video-es" and "spu-es".
2003-05-05 22:48:23 +00:00
Gildas Bazin
95b4a56a03 * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams.
* modules/gui/wxwindows/menus.cpp: use the "foo-es" object variables.
2003-05-05 22:23:42 +00:00
Derk-Jan Hartman
45d50b961c * fixed the autogenerated menu's. 2003-05-05 22:04:11 +00:00
Eric Petit
d5a0f84818 configure.ac.in: fixed libdvbpsi detection for people who don't have
stdint.h but inttypes.h
2003-05-05 21:35:37 +00:00
Gildas Bazin
3c587bc8cd * modules/gui/skins/src/*: forgot a few references to the channels server. 2003-05-05 16:29:57 +00:00
Gildas Bazin
cf3c9805ef * ALL: removed the old channels server stuff (was deprecated). 2003-05-05 16:09:41 +00:00
Laurent Aimar
ad3713cbc3 * bits.h: clean up 2003-05-05 15:52:13 +00:00
Sigmund Augdal Helberg
8d98b9f51b implemented VLC_VAR_TIME using two ints 2003-05-05 15:21:28 +00:00
Sigmund Augdal Helberg
269a9ae601 Implemented support for CONFIG_ITEM_DIRECTORY 2003-05-05 14:58:45 +00:00
Eric Petit
5596bb7bf9 Updated NEWS for 0.5.4 release 2003-05-05 13:15:06 +00:00
Eric Petit
9ee5c17061 modules/gui/beos/*: Partial fix for Preferences resizing 2003-05-05 13:06:02 +00:00
Derk-Jan Hartman
fee6852ad2 NEWS: preparing for 0.5.4 release. Please update the NEWS file everyone.
README.MacOSX.rtf: clarified some things.
2003-05-05 13:03:23 +00:00
Gildas Bazin
bab2211142 * modules/gui/skins/src/*: compilation fixes under win32. 2003-05-05 12:15:25 +00:00
Sam Hocevar
bb5c0f976a * ./src/video_output/video_output.c: fixed a crash that occurs when the
width and height variables are set to their default values.
2003-05-05 11:49:50 +00:00
Gildas Bazin
cc0c54f9c0 * src/audio_output/output.c: fixed warning. 2003-05-04 23:39:02 +00:00
Christophe Massiot
5080ba2625 * First round of capitalization of description strings. 2003-05-04 23:38:06 +00:00
Gildas Bazin
36b12ceb28 * po/POTFILES.in: added the new modules since 0.5.3 2003-05-04 23:03:00 +00:00
Gildas Bazin
30336bba3f * src/misc/variables.c, ALL: improvements to the object variables api.
- added another argument to var_Change().
   - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
     that are used to set/get a friendly name to an object variable.
   - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
     the number of availabel choices without having to get their value
     as well.
   - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
     a friendly name to the choice value.
   - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
     names.

* modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
2003-05-04 22:42:18 +00:00
Christophe Massiot
baa735b3ee * modules/codec/libmpeg2.c: fixed the "main: cannot delete object with
children" bug.
2003-05-04 22:33:35 +00:00
Laurent Aimar
4e86c7a620 * transcode: follow the same logic for ab than vb. (ie for a small value
it's used as kb/s for higher ones it's b/s).
Just a remember, transcode options are:
acodec= mpga,a52
    ab (kb/s)
vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
    width
    height
    vb (kb/s)
    vt (b/s)
    deinterlace
    croptop
    cropbottom
    cropleft
    cropright
    keyint
    hq
    qmin (between 1 and 32)
    qmax (between 1 and 32)
only acodec and/or vcodec are mandatories (and it's a good idea to always
define vb,vt, and/or ab)
2003-05-04 18:51:34 +00:00
Christophe Massiot
cdd8ef2420 * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should
fix the "sound drops after half an hour" bug)
* modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
  resampler which works perfectly fine here
Please test that I didn't break S/PDIF output on OS X.
2003-05-04 15:02:42 +00:00
Sam Hocevar
998798c4c7 * ./modules/video_output/sdl.c: avoid crashes at exit due to SDL being
linked with svgalib and svgalib using atexit().
2003-05-04 12:40:58 +00:00
Laurent Aimar
c19154da5f * mpga_audio: should fix an infinite loop when miss-detected free
bitrate stream.
2003-05-04 10:46:28 +00:00
Christophe Massiot
735fedde2d More cleaning of the STATE_INVALID stuff (still not perfect though). 2003-05-04 01:36:20 +00:00
Christophe Massiot
ea14ba77d6 Fixed handling of STATE_INVALID states. 2003-05-03 22:25:44 +00:00
Laurent Aimar
ef46a9061b * transcode: added qmin, qmax and hq(high quality) options. 2003-05-03 18:11:42 +00:00
Laurent Aimar
2fb88fb2d3 * transcode: fix cropping code. 2003-05-03 14:33:35 +00:00
Laurent Aimar
5a02951ca0 * transcode: fixed video resizing. 2003-05-03 14:22:47 +00:00
Eric Petit
a4a766a31b beos/* : New Preferences window that lets you configure everything.
It is not complete yet (see the TODO in PreferencesWindow.cpp)
2003-05-03 13:37:21 +00:00
Laurent Aimar
c7bfd461ab * transcode: added two options:
- vt : video bitrate tolerance
    - keyint : number of inter frames between intra frames.
2003-05-03 13:18:16 +00:00
Laurent Aimar
3ca0203c08 * v4l: used the same trick than vls to avoid too much resampling. 2003-05-03 12:36:17 +00:00
Laurent Aimar
469ac3a330 * ts: fix a memory leak. 2003-05-03 02:18:26 +00:00
Laurent Aimar
60845ce148 *** empty log message *** 2003-05-03 02:09:41 +00:00
Laurent Aimar
76264186ea * v4l: fix a stupid bug that broke audio. 2003-05-03 01:52:43 +00:00
Laurent Aimar
073c4afd4b * all: shut up valgrind ;) (memory leacks and one overead/overwrite). 2003-05-03 01:12:13 +00:00
Laurent Aimar
14d8d6e103 * transcode: fix about raw audio. 2003-05-02 19:37:08 +00:00
Laurent Aimar
58fc4e93be * v4l: audio grabbing part begin to work :) 2003-05-02 17:35:48 +00:00
Laurent Aimar
2163611632 * transcode: compilation fix. 2003-05-02 16:25:12 +00:00
Gildas Bazin
6ca3d9e841 * modules/gui/skins/*: compilation fixes for MSVC. Almost working, we just to find a way to have flex.c not include unistd.h on win32 and not compile the wxwindows files when SKINS_BASIC is defined. 2003-05-02 15:53:32 +00:00
Eric Petit
fdd5d917f3 Missing files 2003-05-02 15:36:41 +00:00
Laurent Aimar
54b29b2b51 * transcode: should be able to compress raw audio, need to be cleaned up.
u8,s8,s16 big and little endian should be supported but not all tested.
2003-05-02 14:51:57 +00:00
Sam Hocevar
cb5d09cd36 * ./configure.ac.in: another kludge to avoid linking twice with libavcodec. 2003-05-02 12:18:23 +00:00
Laurent Aimar
17f1d1d0a9 * transcode: accept and create raw video(I420,I422,I444,YUY2,RV24). 2003-05-02 03:41:03 +00:00
Laurent Aimar
85bc5997f6 * rawvideo.c: fix a bug while filling picture. 2003-05-02 03:40:01 +00:00
Laurent Aimar
f5aac5a702 * copy: added raw audio/video support.
* avi: added raw audio support (little endian only).
2003-05-02 00:33:42 +00:00
Olivier Teulière
cc7c7f9cff * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compilation of the
basic-skins plugin with GTK2
 * modules/gui/skins/parser/skin.*: small compilation fix, but i don't
   really understand why it is necessary :)
2003-05-01 13:51:03 +00:00