]> git.sesse.net Git - vlc/log
vlc
20 years ago * http: ported to new httpd.
Laurent Aimar [Wed, 3 Mar 2004 13:25:53 +0000 (13:25 +0000)]
 * http: ported to new httpd.

20 years ago * objects: include vlc_http.h
Laurent Aimar [Wed, 3 Mar 2004 13:25:24 +0000 (13:25 +0000)]
 * objects: include vlc_http.h

20 years ago * vlc_common.h: httpd typedefs.
Laurent Aimar [Wed, 3 Mar 2004 13:25:00 +0000 (13:25 +0000)]
 * vlc_common.h: httpd typedefs.

20 years ago * all: httpd compilation.
Laurent Aimar [Wed, 3 Mar 2004 13:24:31 +0000 (13:24 +0000)]
 * all: httpd compilation.

20 years ago * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
Laurent Aimar [Wed, 3 Mar 2004 13:23:47 +0000 (13:23 +0000)]
 * include/httpd.h, modules/misc/httpd.c: remove old http daemon.
 * include/vlc_httpd.h src/misc/httpd.c: added new http daemon,
 it will allow http 1.1, redirection, RTSP, ...

20 years ago * configure.ac:
Sam Hocevar [Wed, 3 Mar 2004 12:21:57 +0000 (12:21 +0000)]
  * configure.ac:
    + When using a local ffmpeg tree, add a path to the avformat headers.

20 years ago * vout.c: fixed a warning.
Laurent Aimar [Wed, 3 Mar 2004 12:21:36 +0000 (12:21 +0000)]
 * vout.c: fixed a warning.

20 years ago * mkv: added Control and use vlc_meta.h.
Laurent Aimar [Wed, 3 Mar 2004 12:03:15 +0000 (12:03 +0000)]
  * mkv: added Control and use vlc_meta.h.

20 years ago macsox/* : added --macosx-fill
Eric Petit [Wed, 3 Mar 2004 12:01:57 +0000 (12:01 +0000)]
 macsox/* : added --macosx-fill
  In fullscreen, crops the picture if necessary in order to fill
  the screen without black borders (e.g. you lose top and bottom parts
  of the picture when watching a 4:3 video on a 16:9 display).
  (Only implemented in OpenGL mode)

20 years ago demux: implementation of demux2_vaControlHelper.
Laurent Aimar [Wed, 3 Mar 2004 12:01:38 +0000 (12:01 +0000)]
 demux: implementation of demux2_vaControlHelper.

20 years ago ninput.h: added prototype of demux2_vaControlHelper.
Laurent Aimar [Wed, 3 Mar 2004 12:01:17 +0000 (12:01 +0000)]
 ninput.h: added prototype of demux2_vaControlHelper.
 include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.

20 years ago * input.c: add Duration to input infos.
Laurent Aimar [Wed, 3 Mar 2004 11:59:41 +0000 (11:59 +0000)]
 * input.c: add Duration to input infos.

20 years ago * mpga: demux -> demux2.
Laurent Aimar [Wed, 3 Mar 2004 11:41:04 +0000 (11:41 +0000)]
 * mpga: demux -> demux2.

20 years ago * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
Laurent Aimar [Wed, 3 Mar 2004 11:40:19 +0000 (11:40 +0000)]
 * a52.c aac.c au.c dts.c flac.c wav.c: Converted all audio only demuxers
 to demux2.

20 years ago* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)
Christophe Massiot [Wed, 3 Mar 2004 11:39:06 +0000 (11:39 +0000)]
* modules/stream_out/transrate/frame.c: Fixed warnings (thanks fenrir)

20 years ago * id3*: Search p_input (to make it working with demux2).
Laurent Aimar [Wed, 3 Mar 2004 11:38:14 +0000 (11:38 +0000)]
 * id3*: Search p_input (to make it working with demux2).

20 years ago* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
Christophe Massiot [Wed, 3 Mar 2004 11:34:41 +0000 (11:34 +0000)]
* modules/mux/mpeg/pes.c: Copy the flags of the data buffer to the PES
  buffer.

* modules/mux/mpeg/ts.c:
  - rename the caching= option into shaping= since it more adequately
    describes what it does
  - new use-key-frames option, if enabled then shaping= will be a
    maximum value, if the algorithm find a new GOP it will finish with
    the first picture of the next GOP (helps minimizing the dts delay)
  - fixed a bug where the calculated sending time could be later than
    the real DTS time (meaning the decoder wouldn't get the buffer
    in time)

20 years ago- Repeat and loop are now mutually exclusive
Benjamin Pracht [Wed, 3 Mar 2004 11:34:19 +0000 (11:34 +0000)]
- Repeat and loop are now mutually exclusive
- On the playlist window, turn loop/repeat/standard play selection into a popup
- On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded

Please make remarks on the new layout / the colors chosen.

20 years ago* modules/codec/ffmpeg/encoder.c:
Christophe Massiot [Wed, 3 Mar 2004 11:29:26 +0000 (11:29 +0000)]
* modules/codec/ffmpeg/encoder.c:
  - use AV_NOPTS_VALUE instead of 0 when it's available
  - reworked the hurry-up mode to start with disabling the B frames first
  - reworked the hurry-up mode to remove my thread mess
  - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg)
  - correctly flag the picture types

* modules/stream_out/transcode.c:
  - use AV_NOPTS_VALUE instead of 0 when it's available
  - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)

20 years ago* modules/stream_out/transrate:
Christophe Massiot [Wed, 3 Mar 2004 11:20:52 +0000 (11:20 +0000)]
* modules/stream_out/transrate:
  - split transrate.c
  - you can specify a maximum gop length on which to perform transrating,
    to avoid adding to much delay in the sout pipeline (shaping= option)
  - fixed a bug where you couldn't transrate a transcoded stream

20 years ago* src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
Christophe Massiot [Wed, 3 Mar 2004 11:12:08 +0000 (11:12 +0000)]
* src/input/input_dec.c: Copy block_t::i_flags to sout_buffer_t::i_flags
  (temporary).

20 years ago* modules/packetizer/mpegvideo.c: Correctly flag the picture types in
Christophe Massiot [Wed, 3 Mar 2004 11:09:30 +0000 (11:09 +0000)]
* modules/packetizer/mpegvideo.c: Correctly flag the picture types in
  block_t::i_flags.

20 years ago* modules/access_output/udp.c: New group= option, used to send multiple
Christophe Massiot [Wed, 3 Mar 2004 10:51:55 +0000 (10:51 +0000)]
* modules/access_output/udp.c: New group= option, used to send multiple
  packets at once (less scheduling overhead) ; typically access=udp{group=5}
  will send 5 * 7 TS packets at once.

20 years ago* modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
Christophe Massiot [Wed, 3 Mar 2004 10:49:50 +0000 (10:49 +0000)]
* modules/access/satellite/access.c: Read blocks multiple of 1024 bytes
  (because others do it - no idea if it helps, though)

20 years ago * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)
Laurent Aimar [Wed, 3 Mar 2004 01:26:49 +0000 (01:26 +0000)]
 * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.)

20 years ago* updated NEWS for 0.7.1a
Derk-Jan Hartman [Tue, 2 Mar 2004 23:49:38 +0000 (23:49 +0000)]
* updated NEWS for 0.7.1a

20 years ago* extras/contrib:
Christophe Massiot [Tue, 2 Mar 2004 22:55:34 +0000 (22:55 +0000)]
* extras/contrib:
  - fixed the infamous "libmad is twice slower" bug
  - fixed libmad dynamic build
  - added a52 support to ffmpeg
  - remove libdvdnav

20 years ago - skins2/utils/bezier.*: Added support for curves made of one point
Olivier Teulière [Tue, 2 Mar 2004 21:45:15 +0000 (21:45 +0000)]
 - skins2/utils/bezier.*: Added support for curves made of one point
 - skins2/theme/skin.dtd: Removed Event and Rectangle tags
 - skins2/src/theme.cpp: Destroy curves explicitely
 - ALL: Anchors can be defined using a Bezier curve, which allows
   rectilinear anchors (but it is still possible to define anchors
   reduced to a single point).
   A "curved anchor" only attracts "single point anchors"

20 years ago* Well i be .......
Derk-Jan Hartman [Tue, 2 Mar 2004 19:21:03 +0000 (19:21 +0000)]
* Well i be .......
  libmodplug working now. apparently it didn't like dynamic linking on OS X.

20 years ago* This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging...
Derk-Jan Hartman [Tue, 2 Mar 2004 16:44:21 +0000 (16:44 +0000)]
* This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :(

20 years ago* modules/codec/dvbsub.c: disabled translation of some internal error messages
Felix Paul Kühne [Tue, 2 Mar 2004 13:53:14 +0000 (13:53 +0000)]
* modules/codec/dvbsub.c: disabled translation of some internal error messages
* po/de.po: removed my reminders
* modules/demux/mkv.cpp: disabled translation of the string "Matroska"

* src/libvlc.h: small corrections of to-be-localised strings
* modules/gui/macosx/macosx.m: ditto
* modules/video_output/fb.c: ditto

20 years agoSpelling error
Derk-Jan Hartman [Tue, 2 Mar 2004 12:39:25 +0000 (12:39 +0000)]
Spelling error

20 years ago* Fix dts contrib
Derk-Jan Hartman [Tue, 2 Mar 2004 01:10:26 +0000 (01:10 +0000)]
* Fix dts contrib

20 years ago* update caca and live.com
Derk-Jan Hartman [Tue, 2 Mar 2004 00:59:16 +0000 (00:59 +0000)]
* update caca and live.com

20 years ago * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
Laurent Aimar [Mon, 1 Mar 2004 22:35:55 +0000 (22:35 +0000)]
 * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
 than just the "SMI " one).

20 years ago* ChangeLog: updated for 0.7.1.
Gildas Bazin [Mon, 1 Mar 2004 21:23:09 +0000 (21:23 +0000)]
* ChangeLog: updated for 0.7.1.

20 years ago* modules/gui/skins2/Modules.am: oops, 1 file too much.
Gildas Bazin [Mon, 1 Mar 2004 20:36:24 +0000 (20:36 +0000)]
* modules/gui/skins2/Modules.am: oops, 1 file too much.

20 years ago* po/*: ./toolbox --update-po in preparation for the release.
Gildas Bazin [Mon, 1 Mar 2004 20:04:55 +0000 (20:04 +0000)]
* po/*: ./toolbox --update-po in preparation for the release.

20 years ago* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
Gildas Bazin [Mon, 1 Mar 2004 19:58:16 +0000 (19:58 +0000)]
* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.

20 years ago* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist...
Gildas Bazin [Mon, 1 Mar 2004 19:41:42 +0000 (19:41 +0000)]
* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
* install-win32, Makefile.am: include the default skins2 theme in the win32 package.

20 years ago* all: changed dtd version to 1.99 before the final dtd freeze
Cyril Deguet [Mon, 1 Mar 2004 19:36:43 +0000 (19:36 +0000)]
* all: changed dtd version to 1.99 before the final dtd freeze

20 years ago* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
Cyril Deguet [Mon, 1 Mar 2004 18:33:31 +0000 (18:33 +0000)]
* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
 in the xml parser instead of the builder: fixes nasty bugs related
 to layout IDs
* theme/skin.dtd: "id" attribute is no longer required for window

20 years ago* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selec...
Gildas Bazin [Mon, 1 Mar 2004 18:31:13 +0000 (18:31 +0000)]
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.

20 years ago* modules/demux/mkv.cpp: fixed copy&paste bug.
Gildas Bazin [Mon, 1 Mar 2004 17:36:26 +0000 (17:36 +0000)]
* modules/demux/mkv.cpp: fixed copy&paste bug.

20 years ago* include/vlc_threads.h:
Gildas Bazin [Mon, 1 Mar 2004 12:50:39 +0000 (12:50 +0000)]
* include/vlc_threads.h:
   + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
* modules/access/file.c:
   + s/config_GetInt()/var_Get() for file-caching.
* modules/access_output/udp.c:
   + less verbose debug messages.
   + increase thread priority on win32.

20 years ago* Added two files in Modules.am
Christophe Massiot [Mon, 1 Mar 2004 11:55:25 +0000 (11:55 +0000)]
* Added two files in Modules.am

20 years agoShit, forgot to :wq before committing :) sorry guys
Carlo Calabrò [Sun, 29 Feb 2004 23:08:42 +0000 (23:08 +0000)]
Shit, forgot to :wq before committing :) sorry guys

20 years agoUpdated PDA interface.
Jean-Paul Saman [Sun, 29 Feb 2004 22:59:59 +0000 (22:59 +0000)]
Updated PDA interface.

20 years agoMinor changes to the italian translation (thanks to Paolo Caravello)
Carlo Calabrò [Sun, 29 Feb 2004 22:56:23 +0000 (22:56 +0000)]
Minor changes to the italian translation (thanks to Paolo Caravello)

Actually, we still got some (huge) untranslated strings in libvlc.h,
I'll care about them after the release.

20 years agoUpdated version strings to 0.7.1 for upcoming release.
Jean-Paul Saman [Sun, 29 Feb 2004 21:10:00 +0000 (21:10 +0000)]
Updated version strings to 0.7.1 for upcoming release.

20 years agoUpdated Dutch translation.
Jean-Paul Saman [Sun, 29 Feb 2004 21:09:29 +0000 (21:09 +0000)]
Updated Dutch translation.

20 years ago* configure.ac: fixed --with-dts-tree.
Gildas Bazin [Sun, 29 Feb 2004 19:28:10 +0000 (19:28 +0000)]
* configure.ac: fixed --with-dts-tree.

20 years ago* NEWS: updated.
Gildas Bazin [Sun, 29 Feb 2004 19:12:00 +0000 (19:12 +0000)]
* NEWS: updated.

20 years ago* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemente...
Gildas Bazin [Sun, 29 Feb 2004 19:01:22 +0000 (19:01 +0000)]
* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.

20 years ago* src/skin_main.cpp: do not delete the input a second time !
Cyril Deguet [Sun, 29 Feb 2004 17:36:55 +0000 (17:36 +0000)]
* src/skin_main.cpp: do not delete the input a second time !

20 years ago* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
Cyril Deguet [Sun, 29 Feb 2004 16:49:55 +0000 (16:49 +0000)]
* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
variable is now owned by CtrlGeneric, and handled directly by the layout
and the window (at the moment only the slider control uses it)
* theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
the "color" attribute for control text

20 years ago* INSTALL.win32: updated win32 build instructions.
Gildas Bazin [Sun, 29 Feb 2004 14:35:10 +0000 (14:35 +0000)]
* INSTALL.win32: updated win32 build instructions.

20 years agoSanity check
Clément Stenac [Sun, 29 Feb 2004 14:05:45 +0000 (14:05 +0000)]
Sanity check

20 years ago* src/skin_main.cpp: fixed a bug related to the destruction order ;)
Cyril Deguet [Sun, 29 Feb 2004 14:05:14 +0000 (14:05 +0000)]
* src/skin_main.cpp: fixed a bug related to the destruction order ;)

20 years agoFixed breakage which has been introduced in the last commit
Felix Paul Kühne [Sun, 29 Feb 2004 13:55:04 +0000 (13:55 +0000)]
Fixed breakage which has been introduced in the last commit

20 years agospelling fixes
Felix Paul Kühne [Sun, 29 Feb 2004 13:49:02 +0000 (13:49 +0000)]
spelling fixes

20 years ago* ipkg/Makefile.am: don't try to package files which have been removed.
Gildas Bazin [Sun, 29 Feb 2004 13:33:47 +0000 (13:33 +0000)]
* ipkg/Makefile.am: don't try to package files which have been removed.

20 years ago* src/misc/variables.c: fixed memleak.
Gildas Bazin [Sun, 29 Feb 2004 13:08:56 +0000 (13:08 +0000)]
* src/misc/variables.c: fixed memleak.
* include/vlc_common.h: use pragma to disable useless MSVC warnings.

20 years ago* ALL: bumped revision number to 0.7.1
Gildas Bazin [Sun, 29 Feb 2004 13:05:22 +0000 (13:05 +0000)]
* ALL: bumped revision number to 0.7.1
* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2

20 years ago* src/packages.mak: updated for libdts-0.0.2
Gildas Bazin [Sun, 29 Feb 2004 13:03:19 +0000 (13:03 +0000)]
* src/packages.mak: updated for libdts-0.0.2

20 years agoSearch on the author field too
Clément Stenac [Sat, 28 Feb 2004 19:40:06 +0000 (19:40 +0000)]
Search on the author field too

20 years agoFix loop on end of search
Clément Stenac [Sat, 28 Feb 2004 19:31:54 +0000 (19:31 +0000)]
Fix loop on end of search

20 years ago* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
Gildas Bazin [Sat, 28 Feb 2004 19:30:04 +0000 (19:30 +0000)]
* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.

20 years ago* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
Gildas Bazin [Sat, 28 Feb 2004 17:10:23 +0000 (17:10 +0000)]
* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.

20 years ago macosx/vout* : don't forget to exit fullscreen mode at EOF,
Eric Petit [Sat, 28 Feb 2004 13:53:35 +0000 (13:53 +0000)]
 macosx/vout* : don't forget to exit fullscreen mode at EOF,
                fixed a segfault

20 years agoUpdated german translation
Felix Paul Kühne [Fri, 27 Feb 2004 22:33:38 +0000 (22:33 +0000)]
Updated german translation

20 years ago* src/skin_main.cpp: fixed bug related to the destruction order.
Gildas Bazin [Fri, 27 Feb 2004 15:07:04 +0000 (15:07 +0000)]
* src/skin_main.cpp: fixed bug related to the destruction order.
* parser/xmlparser.hpp: removed useless change.

20 years ago * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
Laurent Aimar [Fri, 27 Feb 2004 14:22:18 +0000 (14:22 +0000)]
 * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).

20 years ago * avi.c: added support for rgb 32 (24 won't work under linux as the vout
Laurent Aimar [Fri, 27 Feb 2004 14:05:55 +0000 (14:05 +0000)]
 * avi.c: added support for rgb 32 (24 won't work under linux as the vout
 handle 24 and 32 the same way :(

20 years ago * rawvideo.c, ffmpeg/chroma.c: added YVU9.
Laurent Aimar [Fri, 27 Feb 2004 14:02:05 +0000 (14:02 +0000)]
 * rawvideo.c, ffmpeg/chroma.c: added YVU9.

20 years ago * vout_pictures.*: added YVU9.
Laurent Aimar [Fri, 27 Feb 2004 14:01:35 +0000 (14:01 +0000)]
 * vout_pictures.*: added YVU9.

20 years ago* modules/gui/skins2/*: portability fixes.
Gildas Bazin [Fri, 27 Feb 2004 13:24:12 +0000 (13:24 +0000)]
* modules/gui/skins2/*: portability fixes.

20 years agoit.po: italian localization for VLC 0.7.1
Carlo Calabrò [Thu, 26 Feb 2004 19:11:44 +0000 (19:11 +0000)]
it.po: italian localization for VLC 0.7.1
fr.po: minor fixes

20 years ago* Don't crash during my demo to the university computer labs.
Derk-Jan Hartman [Thu, 26 Feb 2004 17:07:37 +0000 (17:07 +0000)]
* Don't crash during my demo to the university computer labs.
  - don't crash when i_output < 0

20 years ago* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
Gildas Bazin [Thu, 26 Feb 2004 17:02:17 +0000 (17:02 +0000)]
* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
   A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).

20 years ago* another thing that wasn't committed yet.
Derk-Jan Hartman [Thu, 26 Feb 2004 14:40:29 +0000 (14:40 +0000)]
* another thing that wasn't committed yet.
  - Fix Playlist Save. Can only do m3u atm.

20 years ago* modules/video_output/directx/*: fixes uninitialized variables and memleaks.
Gildas Bazin [Thu, 26 Feb 2004 13:58:23 +0000 (13:58 +0000)]
* modules/video_output/directx/*: fixes uninitialized variables and memleaks.

20 years ago* don't break things...
Derk-Jan Hartman [Thu, 26 Feb 2004 13:24:55 +0000 (13:24 +0000)]
* don't break things...

20 years ago* Something I forgot
Derk-Jan Hartman [Thu, 26 Feb 2004 13:04:55 +0000 (13:04 +0000)]
* Something I forgot
  --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
Gildas Bazin [Thu, 26 Feb 2004 12:04:14 +0000 (12:04 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
* modules/gui/wxwindows/menus.cpp: fixed memory leaks.
* modules/gui/wxwindows/playlist.cpp: fixed deadlock.

20 years ago* modules/gui/wxwindows/playlist.cpp: removed useless lock.
Gildas Bazin [Thu, 26 Feb 2004 08:24:29 +0000 (08:24 +0000)]
* modules/gui/wxwindows/playlist.cpp: removed useless lock.

20 years ago* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug...
Gildas Bazin [Thu, 26 Feb 2004 00:23:04 +0000 (00:23 +0000)]
* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.

20 years ago* Disable libmad on OS X
Derk-Jan Hartman [Wed, 25 Feb 2004 23:28:04 +0000 (23:28 +0000)]
* Disable libmad on OS X

20 years agoFixed an incorrect string
Olivier Teulière [Wed, 25 Feb 2004 22:42:48 +0000 (22:42 +0000)]
Fixed an incorrect string

20 years agoAdded configuration for h3600 iPAQ PDA with small Flash sizes.
Jean-Paul Saman [Wed, 25 Feb 2004 22:16:20 +0000 (22:16 +0000)]
Added configuration for h3600 iPAQ PDA with small Flash sizes.
Removed unused files.

20 years agoUpdate of the french translation.
Clément Stenac [Wed, 25 Feb 2004 22:01:34 +0000 (22:01 +0000)]
Update of the french translation.

This file need reviewing, please help

20 years ago macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
Eric Petit [Wed, 25 Feb 2004 19:27:23 +0000 (19:27 +0000)]
 macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)

20 years ago* src/input/input_dec.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:47:02 +0000 (18:47 +0000)]
* src/input/input_dec.c: compilation fix.

20 years ago* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:43:24 +0000 (18:43 +0000)]
* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.

20 years ago* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows...
Gildas Bazin [Wed, 25 Feb 2004 18:42:38 +0000 (18:42 +0000)]
* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.

20 years ago * libmpeg2.c: lalala, compilation fix...
Laurent Aimar [Wed, 25 Feb 2004 18:22:54 +0000 (18:22 +0000)]
 * libmpeg2.c: lalala, compilation fix...

20 years ago * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
Laurent Aimar [Wed, 25 Feb 2004 17:48:52 +0000 (17:48 +0000)]
 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
 field and a few BLOCK_FLAG_*.

20 years agoUpdate of the brazilian portuguese translation, thanks to
Clément Stenac [Wed, 25 Feb 2004 14:02:34 +0000 (14:02 +0000)]
Update of the brazilian portuguese translation, thanks to
Andr� de Barros Martins Ribeiro

20 years ago * all: fixed sout-audio/video options.
Laurent Aimar [Wed, 25 Feb 2004 12:38:33 +0000 (12:38 +0000)]
 * all: fixed sout-audio/video options.

20 years ago* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever...
Gildas Bazin [Tue, 24 Feb 2004 22:15:41 +0000 (22:15 +0000)]
* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).