]> git.sesse.net Git - vlc/log
vlc
20 years ago* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw...
Gildas Bazin [Sat, 21 Feb 2004 23:50:52 +0000 (23:50 +0000)]
* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.

20 years ago* include/charset.h: added "extern "C" {" for c++ modules.
Gildas Bazin [Sat, 21 Feb 2004 23:15:52 +0000 (23:15 +0000)]
* include/charset.h: added "extern "C" {" for c++ modules.
* modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.

20 years ago* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
Gildas Bazin [Sat, 21 Feb 2004 22:41:49 +0000 (22:41 +0000)]
* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.

20 years ago* configure.ac: what about checking for the c++ preprocessor.
Gildas Bazin [Fri, 20 Feb 2004 22:07:51 +0000 (22:07 +0000)]
* configure.ac: what about checking for the c++ preprocessor.

20 years ago* modules/stream_out/transcode.c : don't lock when quitting.
Christophe Massiot [Fri, 20 Feb 2004 19:21:25 +0000 (19:21 +0000)]
* modules/stream_out/transcode.c : don't lock when quitting.

20 years ago* modules/demux/a52sys.c: forgot to remove this file.
Gildas Bazin [Fri, 20 Feb 2004 19:21:23 +0000 (19:21 +0000)]
* 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.

20 years ago* modules/stream_out/transcode.c: fixed a segfault when quitting.
Christophe Massiot [Fri, 20 Feb 2004 19:03:59 +0000 (19:03 +0000)]
* modules/stream_out/transcode.c: fixed a segfault when quitting.

20 years ago* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
Christophe Massiot [Fri, 20 Feb 2004 18:34:28 +0000 (18:34 +0000)]
* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c :
  - new ffmpeg options available from the command-line : interleaved video,
    noise reduction, rate control parameters, i_quant_factor, trellis
    quantification, mpeg4 matrix, and thread count
  - portable functions to use ffmpeg multithreading capabilities on all
    platforms
  - hurry up mode now turns off rd and trellis, and also raises the noise
    reduction parameter (thus noise reduction is mandatory with hurry up)
  - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding
    will be done in a separate thread than the packetizer and decoder
  - fixed a bug with mp3 decoding and weird ffmpeg return code

20 years ago* modules/packetizer/mpegvideo.c: display the picture size and frame rate
Christophe Massiot [Fri, 20 Feb 2004 18:24:41 +0000 (18:24 +0000)]
* modules/packetizer/mpegvideo.c: display the picture size and frame rate
  exactly once.

20 years ago* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
Christophe Massiot [Fri, 20 Feb 2004 17:20:01 +0000 (17:20 +0000)]
* src/misc/threads.c: made vlc_set_thread_priority usable on non-Darwin
  OSes, and added an rt-offset configuration variable to tune the priority
  of VLC against other programs without recompiling everything.

20 years ago* modules/demux/mpeg/system.c: check for scrambled packets.
Christophe Massiot [Fri, 20 Feb 2004 17:16:50 +0000 (17:16 +0000)]
* modules/demux/mpeg/system.c: check for scrambled packets.

20 years ago* modules/access_output/udp.c: do not send out packets which are too much
Christophe Massiot [Fri, 20 Feb 2004 17:13:42 +0000 (17:13 +0000)]
* modules/access_output/udp.c: do not send out packets which are too much
  in the past, to avoid flooding the client.

20 years agocoding style
Benjamin Pracht [Fri, 20 Feb 2004 16:29:31 +0000 (16:29 +0000)]
coding style

20 years agocleaning of pvr input : settings are only set if given on command line
Benjamin Pracht [Fri, 20 Feb 2004 15:38:40 +0000 (15:38 +0000)]
cleaning of pvr input  : settings are only set if  given on command line
(no more default values).

Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)

20 years ago* Revert back to old prefs.
Derk-Jan Hartman [Thu, 19 Feb 2004 19:38:58 +0000 (19:38 +0000)]
* Revert back to old prefs.
  - fixed the bug with the modules not setting up their prefs.
  - bugs: int with strings items are broken (see relfontsize)
  - hotkeys elements don't really work

20 years agoRemoved Vladimir Chernyshov's email address (kept his name).
Rémi Denis-Courmont [Thu, 19 Feb 2004 18:55:34 +0000 (18:55 +0000)]
Removed Vladimir Chernyshov's email address (kept his name).

20 years agoCorrect fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))
Jean-Paul Saman [Thu, 19 Feb 2004 17:42:43 +0000 (17:42 +0000)]
Correct fix for iPAQ. (do not mix watching your kids and coding, it doesn't mix ;-))

20 years ago* modules/codec/faad.c: compilation fix and proper 16bits pcm support.
Gildas Bazin [Thu, 19 Feb 2004 16:19:41 +0000 (16:19 +0000)]
* modules/codec/faad.c: compilation fix and proper 16bits pcm support.

20 years agoTell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn...
Jean-Paul Saman [Thu, 19 Feb 2004 15:42:25 +0000 (15:42 +0000)]
Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.

20 years agoFix for iPAQ choose fixed point arithmic in FAAD decoder.
Jean-Paul Saman [Thu, 19 Feb 2004 15:13:49 +0000 (15:13 +0000)]
Fix for iPAQ choose fixed point arithmic in FAAD decoder.

20 years agoStructure not big enough and was writing past buffer boundary.
Rocky Bernstein [Thu, 19 Feb 2004 02:05:12 +0000 (02:05 +0000)]
Structure not big enough and was writing past buffer boundary.
Thanks to Marco Z�hlke for finding this problem.

20 years ago * transcode: fixed s16b <-> s16l conversion.
Laurent Aimar [Wed, 18 Feb 2004 13:21:33 +0000 (13:21 +0000)]
 * transcode: fixed s16b <-> s16l conversion.

20 years ago* ALL: portability fixes.
Gildas Bazin [Tue, 17 Feb 2004 13:13:32 +0000 (13:13 +0000)]
* ALL: portability fixes.

20 years ago* vout_OSDMessage doxygen doc update
Derk-Jan Hartman [Tue, 17 Feb 2004 03:12:00 +0000 (03:12 +0000)]
* vout_OSDMessage doxygen doc update
* fix broken vout_OSDMessage in other files

20 years agoAdded an option "recursive"
Clément Stenac [Mon, 16 Feb 2004 17:16:24 +0000 (17:16 +0000)]
Added an option "recursive"
- none: subdirectories are skipped
- collapse: former behaviour, subdirectories are not expanded
- expand: all subdirectories are fully expanded

I dislike these strings, please find other ones :)

20 years ago* Swap duration and group columns
Clément Stenac [Mon, 16 Feb 2004 17:14:39 +0000 (17:14 +0000)]
* Swap duration and group columns
* Introduce duration sort

20 years agoFix setting the name and the author with DEMUX_GET_META
Clément Stenac [Mon, 16 Feb 2004 17:14:15 +0000 (17:14 +0000)]
Fix setting the name and the author with DEMUX_GET_META

20 years ago* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.
Gildas Bazin [Mon, 16 Feb 2004 13:33:10 +0000 (13:33 +0000)]
* modules/access/dshow/filter.cpp: work-around a bug in w32api-2.5.

20 years ago* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massa...
Gildas Bazin [Sun, 15 Feb 2004 22:20:56 +0000 (22:20 +0000)]
* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).

20 years ago* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
Gildas Bazin [Sun, 15 Feb 2004 21:52:59 +0000 (21:52 +0000)]
* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.

20 years agomodules/control/lirc/lirc.c:
Sigmund Augdal Helberg [Sun, 15 Feb 2004 19:40:41 +0000 (19:40 +0000)]
modules/control/lirc/lirc.c:
 * backported some changes from the hotkeys module
 * implemented buttons to cycle audio and subtitle tracks.
 * implemented a mute button
doc/lirc/example.lircrc:
 * example for the new buttons

20 years ago * modules/gui/skins/*:
Olivier Teulière [Sun, 15 Feb 2004 18:58:38 +0000 (18:58 +0000)]
 * modules/gui/skins/*:
    Added 'slow' and 'fast' events to play a stream slower/faster

20 years agoinclude/osd.h, src/video_output/video_text.c:
Sigmund Augdal Helberg [Sun, 15 Feb 2004 18:22:26 +0000 (18:22 +0000)]
include/osd.h, src/video_output/video_text.c:
 * turned vout_OSDMessage into __vout_OSDMessage
 * __vout_OSDMessage now takes printf style parameters
 * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first
   parameter passed through VLC_OBJECT()

20 years ago * nsv: display sub stream and skip extention data (initial patch from
Laurent Aimar [Sun, 15 Feb 2004 16:59:18 +0000 (16:59 +0000)]
 * nsv: display sub stream and skip extention data (initial patch from
 Vitalijus dot Slavinskas at stud dot ktu dot lt).

20 years ago* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
Gildas Bazin [Sun, 15 Feb 2004 13:16:43 +0000 (13:16 +0000)]
* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).

20 years ago* modules/access/cdda/*: forgot to remove demux in module declaration.
Gildas Bazin [Sat, 14 Feb 2004 17:36:05 +0000 (17:36 +0000)]
* modules/access/cdda/*: forgot to remove demux in module declaration.
   fixed deadlock with CDDAFixupPlayList().

20 years ago* modules/access/cdda*: removed definition of WAVEHEADER.
Gildas Bazin [Sat, 14 Feb 2004 17:25:39 +0000 (17:25 +0000)]
* modules/access/cdda*: removed definition of WAVEHEADER.
* modules/access/cdda.c: small bug fix.

20 years ago* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
Gildas Bazin [Sat, 14 Feb 2004 17:03:33 +0000 (17:03 +0000)]
* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
   support for float32 format.
* include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
* modules/codec/araw.c: fixes.

20 years ago* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
Gildas Bazin [Sat, 14 Feb 2004 12:49:35 +0000 (12:49 +0000)]
* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.

20 years ago* modules/gui/wxwindows/*: make gcc-2.95 happy.
Gildas Bazin [Sat, 14 Feb 2004 12:36:16 +0000 (12:36 +0000)]
* modules/gui/wxwindows/*: make gcc-2.95 happy.

20 years ago* ALL: small portability fixes.
Gildas Bazin [Sat, 14 Feb 2004 01:53:17 +0000 (01:53 +0000)]
* ALL: small portability fixes.

20 years ago* modules/demux/playlist/playlist.c: compilation fix.
Gildas Bazin [Fri, 13 Feb 2004 23:54:42 +0000 (23:54 +0000)]
* modules/demux/playlist/playlist.c: compilation fix.

20 years ago* modules/demux/a52.c: better detection code.
Gildas Bazin [Fri, 13 Feb 2004 22:37:35 +0000 (22:37 +0000)]
* modules/demux/a52.c: better detection code.

20 years ago* modules/demux/a52.c: grmbl.
Gildas Bazin [Fri, 13 Feb 2004 22:14:11 +0000 (22:14 +0000)]
* modules/demux/a52.c: grmbl.

20 years ago* modules/demux/a52.c: fixed alignment when seeking.
Gildas Bazin [Fri, 13 Feb 2004 22:10:00 +0000 (22:10 +0000)]
* modules/demux/a52.c: fixed alignment when seeking.

20 years ago* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle...
Gildas Bazin [Fri, 13 Feb 2004 21:48:32 +0000 (21:48 +0000)]
* modules/demux/a52.c: rewritten from scratch to use the a52 packetizer and to handle a52 wav files and audio CD's.
* modules/codec/a52.c: a52 wav files and audio CD's use padding so don't always check for next sync code.

20 years agoBetter worded.
Rocky Bernstein [Fri, 13 Feb 2004 11:58:32 +0000 (11:58 +0000)]
Better worded.

20 years agoMore checking: for programs and XML-related files. If some programs
Rocky Bernstein [Fri, 13 Feb 2004 11:33:38 +0000 (11:33 +0000)]
More checking: for programs and XML-related files.  If some programs
aren't around (e.g. lynx) don't build the corresponding piece that
needs that.

20 years ago deinterlace.c : missing 'else' that prevented MergeAltivec from being used.
Eric Petit [Fri, 13 Feb 2004 10:42:24 +0000 (10:42 +0000)]
 deinterlace.c : missing 'else' that prevented MergeAltivec from being used.

20 years agoDisabled the preference menu, it is not filled in anyway.
Jean-Paul Saman [Fri, 13 Feb 2004 10:09:46 +0000 (10:09 +0000)]
Disabled the preference menu, it is not filled in anyway.

20 years agoDo better about being able to build developer documentation on many
Rocky Bernstein [Fri, 13 Feb 2004 04:22:39 +0000 (04:22 +0000)]
Do better about being able to build developer documentation on many
platforms.  This still sucks, but it sucks less. Hopefully I can shame
someone to go further.

20 years agoCall for help.
Rocky Bernstein [Fri, 13 Feb 2004 00:57:03 +0000 (00:57 +0000)]
Call for help.

20 years ago* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw...
Gildas Bazin [Thu, 12 Feb 2004 23:51:15 +0000 (23:51 +0000)]
* modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.

20 years ago * all: use the data_packet_count from the asf header when the server
Laurent Aimar [Thu, 12 Feb 2004 20:09:38 +0000 (20:09 +0000)]
 * all: use the data_packet_count from the asf header when the server
gives an invalid one. (I hope it doesn't break anything)

20 years ago * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
Laurent Aimar [Thu, 12 Feb 2004 17:52:48 +0000 (17:52 +0000)]
 * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de)
 -> Untested.

 Original message:
    Hi there,

    I have done another small modification. If you remove a hot-pluggable video
    device, like an usb web cam, during capturing, vlc floods the driver with
    ioctls. This leads to Kernel Ooops in some drivers.

    The modified v4l.c module does the following now:
    "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
    can be answered with yes. If there is a real error in "GrabCapture" or
    "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
    can distinguish between these two situations. "VLC_EGENERIC" was always
    returned before.
    The function "Read" uses this information to leave the while-loop in case of
    an error, and it returns a "-1" to the calling function. "Read" calls
    "msleep", as it was before, in case of a VLC_ETIMEOUT.

    The brightness-control stuff described below is still in the code. Please
    feel free to use, modify or ignore this file. A short feedback would be
    nice.

    Bye,

20 years ago macosx/vout.m : GL cleaning (probably fixes depth issues)
Eric Petit [Thu, 12 Feb 2004 17:35:05 +0000 (17:35 +0000)]
 macosx/vout.m : GL cleaning (probably fixes depth issues)

20 years ago * all: added a "input-repeat" option that allow repeating the same entry
Laurent Aimar [Wed, 11 Feb 2004 19:17:14 +0000 (19:17 +0000)]
 * 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.

20 years ago* modules/access/cdda/*: got rid of the demux. The access plugin will now build a...
Gildas Bazin [Wed, 11 Feb 2004 18:08:05 +0000 (18:08 +0000)]
* 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.

20 years agoAnd one other piece of information...
Rocky Bernstein [Wed, 11 Feb 2004 12:37:28 +0000 (12:37 +0000)]
And one other piece of information...

20 years agoSpell out general information that should be used in reporting
Rocky Bernstein [Wed, 11 Feb 2004 12:26:38 +0000 (12:26 +0000)]
Spell out general information that should be used in reporting
problems. Sigh.

20 years agoEnable the playlist import/export modules
Clément Stenac [Wed, 11 Feb 2004 08:50:04 +0000 (08:50 +0000)]
Enable the playlist import/export modules

20 years agoAdded some whitespace for alignment.
Jean-Paul Saman [Wed, 11 Feb 2004 08:22:12 +0000 (08:22 +0000)]
Added some whitespace for alignment.

20 years agoEnabled PDA GUI again, use --enable-pda. Question why was it disabled without notifyi...
Jean-Paul Saman [Tue, 10 Feb 2004 20:30:09 +0000 (20:30 +0000)]
Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????

20 years agoMissed the deadline again ;-(
Jean-Paul Saman [Tue, 10 Feb 2004 20:28:37 +0000 (20:28 +0000)]
Missed the deadline again ;-(

- Fixed the playlist_AddExt() call
- Fixed a compiler warning

20 years ago* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
Gildas Bazin [Tue, 10 Feb 2004 17:59:10 +0000 (17:59 +0000)]
* configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).

20 years ago* configure.ac, NEWS: added mod and pva plugins.
Gildas Bazin [Tue, 10 Feb 2004 17:36:45 +0000 (17:36 +0000)]
* configure.ac, NEWS: added mod and pva plugins.

20 years agotypos
Benjamin Pracht [Tue, 10 Feb 2004 16:39:15 +0000 (16:39 +0000)]
typos

20 years agoFixes for DVB-C:
Jean-Paul Saman [Tue, 10 Feb 2004 14:57:31 +0000 (14:57 +0000)]
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

20 years ago * debian/rules debian/control:
Sam Hocevar [Tue, 10 Feb 2004 14:33:17 +0000 (14:33 +0000)]
  * 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.

20 years ago * configure.ac:
Sam Hocevar [Tue, 10 Feb 2004 14:04:55 +0000 (14:04 +0000)]
  * configure.ac:
    + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
      we can use an installed version of libliveMedia et al.

20 years ago * configure.ac:
Sam Hocevar [Tue, 10 Feb 2004 13:29:04 +0000 (13:29 +0000)]
  * configure.ac:
    + Only activate the Matroska plugin if -lebml_pic or -lebml were found.

20 years ago* Fixed the ogm subs. Thanx to Mosu who pointed me to the fact that the
Derk-Jan Hartman [Tue, 10 Feb 2004 02:57:18 +0000 (02:57 +0000)]
* 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.

20 years ago * http.c: made strsub a bit clean.
Simon Latapie [Mon, 9 Feb 2004 23:30:37 +0000 (23:30 +0000)]
 * http.c: made strsub a bit clean.

20 years ago * intf-http.txt: update doc (strsub)
Simon Latapie [Mon, 9 Feb 2004 23:28:33 +0000 (23:28 +0000)]
 * intf-http.txt: update doc (strsub)

20 years ago * http.c: add strsub function: extract substring (doc update will
Simon Latapie [Mon, 9 Feb 2004 23:03:12 +0000 (23:03 +0000)]
 * http.c: add strsub function: extract substring (doc update will
           follow soon).

20 years ago * debian/README.Debian:
Sam Hocevar [Mon, 9 Feb 2004 20:40:25 +0000 (20:40 +0000)]
  * debian/README.Debian:
    + Updated Debian-specific build notes.

20 years agoUpdated version number to vlc-0.7.1
Jean-Paul Saman [Mon, 9 Feb 2004 19:32:55 +0000 (19:32 +0000)]
Updated version number to vlc-0.7.1

20 years ago macosx/* : macosx-opengl-effect now accept cube and transparent-cube
Eric Petit [Mon, 9 Feb 2004 17:42:12 +0000 (17:42 +0000)]
 macosx/* : macosx-opengl-effect now accept cube and transparent-cube

20 years agosrc/extra/libc.c:
Sigmund Augdal Helberg [Mon, 9 Feb 2004 16:12:25 +0000 (16:12 +0000)]
src/extra/libc.c:
 * fixed a nasty bug in vlc_atoll.(closes #1763)

20 years ago macosx/vout.m : oops, fixed broken ratio from my last commit
Eric Petit [Mon, 9 Feb 2004 14:02:25 +0000 (14:02 +0000)]
 macosx/vout.m : oops, fixed broken ratio from my last commit

20 years ago macosx/* : added --macosx-opengl-effect, current possible values are
Eric Petit [Mon, 9 Feb 2004 13:28:32 +0000 (13:28 +0000)]
 macosx/* : added --macosx-opengl-effect, current possible values are
   "none" and "cube". Sorry, couldn't resist ;)

20 years ago* added dtsdec, 're' upgrade of libmad
Derk-Jan Hartman [Mon, 9 Feb 2004 12:54:47 +0000 (12:54 +0000)]
* added dtsdec, 're' upgrade of libmad

20 years agoshare/http/admin/dboxfiles.html:
Sigmund Augdal Helberg [Mon, 9 Feb 2004 10:44:40 +0000 (10:44 +0000)]
share/http/admin/dboxfiles.html:
 * Updated for bookmark support.
   See http://www.giggo.de/dbox2/movieplayer.html for details
   (patch by Christof Baumgaertner)

20 years ago* modules/gui/skins2/Modules.am: added missing file for make dist.
Gildas Bazin [Sun, 8 Feb 2004 23:49:04 +0000 (23:49 +0000)]
* modules/gui/skins2/Modules.am: added missing file for make dist.

20 years ago* ALL: I am a morron.
Gildas Bazin [Sun, 8 Feb 2004 23:39:16 +0000 (23:39 +0000)]
* ALL: I am a morron.

20 years ago* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
Gildas Bazin [Sun, 8 Feb 2004 22:37:37 +0000 (22:37 +0000)]
* modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.

20 years ago* configure.ac: forgot one version number and added the aiff demux.
Gildas Bazin [Sun, 8 Feb 2004 22:06:14 +0000 (22:06 +0000)]
* configure.ac: forgot one version number and added the aiff demux.

20 years ago* ALL: bumped version number to 0.7.1 in preparation for the release.
Gildas Bazin [Sun, 8 Feb 2004 21:36:39 +0000 (21:36 +0000)]
* ALL: bumped version number to 0.7.1 in preparation for the release.

20 years agoFail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and ...
Jean-Paul Saman [Sun, 8 Feb 2004 21:00:19 +0000 (21:00 +0000)]
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.

20 years agoFixed several things with configure.ac script:
Jean-Paul Saman [Sun, 8 Feb 2004 20:19:03 +0000 (20:19 +0000)]
Fixed several things with configure.ac script:
- Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
- Add a AC_ARG_ENABLE for cdda

20 years ago* Update copyright info
Derk-Jan Hartman [Sun, 8 Feb 2004 20:09:15 +0000 (20:09 +0000)]
* Update copyright info

20 years ago* Fix /dev/di bug
Derk-Jan Hartman [Sun, 8 Feb 2004 20:08:28 +0000 (20:08 +0000)]
* Fix /dev/di bug
  Though this still remains a hack. People should just use 'Open Disc' menu.
  I see no way to retrieve the original (non parition version) /dev entry,
  from the mounted drive.

20 years ago* modules/codec/ffmpeg/video.c: another fix for post-processing.
Gildas Bazin [Sun, 8 Feb 2004 18:49:53 +0000 (18:49 +0000)]
* modules/codec/ffmpeg/video.c: another fix for post-processing.

20 years agomodules/demux/avi/avi.c:
Sigmund Augdal Helberg [Sun, 8 Feb 2004 18:30:30 +0000 (18:30 +0000)]
modules/demux/avi/avi.c:
 * pass bit per pixel info on to decoder
modules/demux/avi/libavi.h:
 * add 1 as fourcc for msrle
module/codec/ffmpeg/video.c:
 * pass bit per pixel info to libavcodec (needed for msrle)

20 years ago* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it...
Gildas Bazin [Sun, 8 Feb 2004 18:17:22 +0000 (18:17 +0000)]
* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
* modules/gui/wxwindows/open.cpp: cleanup.

20 years ago * input.c: don't add subtitle track twice when using --sub-file and
Laurent Aimar [Sun, 8 Feb 2004 17:21:50 +0000 (17:21 +0000)]
 * input.c: don't add subtitle track twice when using --sub-file and
 auto-detection.

20 years ago* modules/demux/dts.c: more fixes.
Gildas Bazin [Sun, 8 Feb 2004 16:48:11 +0000 (16:48 +0000)]
* modules/demux/dts.c: more fixes.

20 years agoAdd me.
Rocky Bernstein [Sun, 8 Feb 2004 16:43:17 +0000 (16:43 +0000)]
Add me.

20 years ago* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with video...
Gildas Bazin [Sun, 8 Feb 2004 12:09:50 +0000 (12:09 +0000)]
* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.

20 years ago* src/interface/interface.c: added skins2 to the interface menu.
Gildas Bazin [Sun, 8 Feb 2004 11:23:17 +0000 (11:23 +0000)]
* src/interface/interface.c: added skins2 to the interface menu.
* modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.