* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
2004-02-20 Friday 22:07 gbazin
* configure.ac: what about checking for the c++ preprocessor.
2004-02-20 Friday 19:21 massiot
* modules/stream_out/transcode.c : don't lock when quitting.
2004-02-20 Friday 19:21 gbazin
* modules/demux/a52sys.c: forgot to remove this file.
* modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
2004-02-20 Friday 19:03 massiot
* modules/stream_out/transcode.c: fixed a segfault when quitting.
* all: added a "input-repeat" option that allow repeating the same entry
without destroying/recreating a new input. (Will be usefull for streaming).
( A value of -1 means repeat for ever).
--> Not tested with dvd.
2004-02-11 Wednesday 18:08 gbazin
* modules/access/cdda/*: got rid of the demux. The access plugin will now build a WAV header which will allow this plugin to work with the dts/a52 demuxers as well as the wav demuxer.
2004-02-11 Wednesday 12:37 rocky
And one other piece of information...
2004-02-11 Wednesday 12:26 rocky
Spell out general information that should be used in reporting
problems. Sigh.
2004-02-11 Wednesday 12:23 rocky
Spell out general information that should be used in reporting
problems. Sigh.
2004-02-11 Wednesday 08:50 zorglub
Enable the playlist import/export modules
2004-02-11 Wednesday 08:22 jpsaman
Added some whitespace for alignment.
2004-02-10 Tuesday 20:30 jpsaman
Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
2004-02-10 Tuesday 20:28 jpsaman
Missed the deadline again ;-(
- Fixed the playlist_AddExt() call
- Fixed a compiler warning
2004-02-10 Tuesday 17:59 gbazin
* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
2004-02-10 Tuesday 17:36 gbazin
* configure.ac, NEWS: added mod and pva plugins.
2004-02-10 Tuesday 16:39 bigben
typos
2004-02-10 Tuesday 14:57 jpsaman
Fixes for DVB-C:
- Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
- Added value {A,a} to polarization=xx to force INVERSION_AUTO
- Sanatized a few error messages
2004-02-10 Tuesday 14:33 sam
* debian/rules debian/control:
+ No longer build a local libmpeg2 since it entered sid.
+ Build the livedotcom plugin.
* toolbox:
+ No longer remove flac, speex and matroska from the woody build; I will
provide clean backports.
2004-02-10 Tuesday 14:04 sam
* configure.ac:
+ Allow to use --enable-livedotcom without --with-livedotcom-tree so that
we can use an installed version of libliveMedia et al.
2004-02-10 Tuesday 13:29 sam
* configure.ac:
+ Only activate the Matroska plugin if -lebml_pic or -lebml were found.
2004-02-10 Tuesday 02:57 hartman
* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
duration for subs is stored in byte1 of the data packet and who
directed me to the mkvtoolnix code.
2004-02-09 Monday 23:30 garf
* http.c: made strsub a bit clean.
2004-02-09 Monday 23:28 garf
* intf-http.txt: update doc (strsub)
2004-02-09 Monday 23:03 garf
* http.c: add strsub function: extract substring (doc update will
follow soon).
2004-02-09 Monday 20:40 sam
* debian/README.Debian:
+ Updated Debian-specific build notes.
2004-02-09 Monday 19:32 jpsaman
Updated version number to vlc-0.7.1
2004-02-09 Monday 17:42 titer
macosx/* : macosx-opengl-effect now accept cube and transparent-cube
2004-02-09 Monday 16:12 sigmunau
src/extra/libc.c:
* fixed a nasty bug in vlc_atoll.(closes #1763)
2004-02-09 Monday 14:02 titer
macosx/vout.m : oops, fixed broken ratio from my last commit
2004-02-09 Monday 13:28 titer
macosx/* : added --macosx-opengl-effect, current possible values are
"none" and "cube". Sorry, couldn't resist ;)
2004-02-09 Monday 12:54 hartman
* added dtsdec, 're' upgrade of libmad
2004-02-09 Monday 10:44 sigmunau
share/http/admin/dboxfiles.html:
* Updated for bookmark support.
See http://www.giggo.de/dbox2/movieplayer.html for details
(patch by Christof Baumgaertner)
2004-02-08 Sunday 23:49 gbazin
* modules/gui/skins2/Modules.am: added missing file for make dist.
2004-02-08 Sunday 23:39 gbazin
* ALL: I am a morron.
2004-02-08 Sunday 22:37 gbazin
* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
2004-02-08 Sunday 22:06 gbazin
* configure.ac: forgot one version number and added the aiff demux.
2004-02-08 Sunday 21:36 gbazin
* ALL: bumped version number to 0.7.1 in preparation for the release.
2004-02-08 Sunday 21:00 jpsaman
2004-02-08 Sunday 21:00 jpsaman
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.