Commit Graph

37 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
20693a6136 Rename the "Other codecs" category
- Noone knew what it was
 - Only FFmpeg+DMO were there and not being SPU_ES decoders
 - Maybe SDEC meant _S_ubtitles...
 - FFmpeg and DMO are in Video codecs now.

If you don't like this solution, I suggest merging all codecs subcat
2010-01-25 22:35:57 +01:00
Rémi Denis-Courmont
7d5bf1ea1b (p?)gettext -> vlc_\1gettext 2009-04-21 12:01:44 +03:00
Rémi Denis-Courmont
97cf7d54ca Use gettext() as per gettext standard for non-constant parameters 2009-04-18 23:21:38 +03:00
Jean-Baptiste Kempf
2588f5f543 Rewording of some categories of Preferences, avoid "General" as a title and using "VLC", every other two lines... 2009-01-26 14:51:05 +01:00
Laurent Aimar
97dc478598 Remove access-filter support.
The GUI need to be updated (QT4/macosx/wx).
The module "dump" and "bandwidth" need to be ported to stream_filter.
2008-12-09 22:11:34 +01:00
Laurent Aimar
7a0f1546bb Added files/declarations for stream_filter module. 2008-12-09 21:13:03 +01:00
Rémi Denis-Courmont
cf270dd3c0 Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
Rémi Denis-Courmont
e5fdeda43a Dead code 2008-09-06 11:19:17 +03:00
Rémi Denis-Courmont
c0f4bfc5d8 Headers: use non-reserved identifiers for multi-inclusion protection 2008-08-11 19:34:48 +03:00
Justus Piater
5f8cd3991a Declared many static variables const
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-08-03 12:03:14 +03:00
Rémi Denis-Courmont
fbb8255dcf Remove __LIBVLC__ test 2008-06-06 19:07:55 +03:00
Rémi Denis-Courmont
4008d8a74e Missing const 2007-09-02 07:33:40 +00:00
Christophe Mutricy
5b935e5c76 Const police 2007-05-15 21:54:26 +00:00
Clément Stenac
fbf4c8060d A bit of vlc/libvlc cleanup:
* libvlc sources and plugins now define __LIBVLC__ and headers exported to
  plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
  of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
2006-12-03 13:48:21 +00:00
Clément Stenac
d3fe7f2879 A bit of headers cleanup
* Headers in include must contain the structures and prototypes needed
  by the plugins and should be named vlc_*.
* Headers in include/vlc must contain the structures and prototypes
  needed by external libvlc clients

* Moved and renamed some things in headers. 
   - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
   - Removed snapshot.h (merged in vlc_vout.h)
   - Removed vlc_spu.h (merged in vlc_osd.h)
   - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
   - Moved all internal headers to src
   - Merged vlc_video.h and video_output.h and move private things to src
   - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
     (meta headers for use in modules, and often implying too large 
     dependencies)
* Removed some useless dependencies
* Unexported a bunch of functions and structures used only in src/
  (--> Still some work here)
* Finally made input_thread_t and input_source_t (mostly) private. 
  Added input_GetItem to fetch the input_item of an input_thread
* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
  prefix

This commit has a 99% probability of breaking the build, 0.1% of killing
your cat and 0% of getting you hot chicks.
2006-11-26 14:20:34 +00:00
Clément Stenac
3a004ff731 WTF ? 2006-09-22 21:37:59 +00:00
Clément Stenac
1fa3f9dd6e Preferences categories are *not* categories. They are *user* strings. 2006-09-06 21:05:21 +00:00
Antoine Cellerier
cbf60127d7 #transcode{vfilter=...} only works with video filter2 filters. 2006-07-09 15:01:13 +00:00
Mohammed Adnène Trojette
5d8a04ab4e typo in a string (line 42) 2006-04-06 23:00:24 +00:00
Christophe Mutricy
f7e4ba302f typo 2006-03-31 16:46:08 +00:00
Clément Stenac
ec598f4b05 vlc_config_cat.h 2nd round (Refs:#438) 2006-03-31 16:22:19 +00:00
Christophe Mutricy
cb5f895cb2 include/* : Relecture. refs #438 2006-03-29 23:58:40 +00:00
Clément Stenac
dfdcf7e993 * Remove Advanced/Misc
* Move out Advanced/Misc/Misc options
* Don't show any Stuff/General category anymore
* For interfaces, split out "General" from main interface settings
* Remove dummy from prefs
* Clean hotkeys settings

(Closes:#598)
2006-03-25 19:24:05 +00:00
Felix Paul Kühne
d0f2c33c0c * 1st string review, refs #438 2006-03-25 12:28:31 +00:00
Rémi Denis-Courmont
473fef1b4d More UTF8ication 2006-02-01 19:20:17 +00:00
Antoine Cellerier
2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Christophe Mutricy
9d8c977054 Don't translate empty strings ( Thanks to ShadeHawk) 2005-12-06 13:05:18 +00:00
Derk-Jan Hartman
2cf38dd919 * Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advanced options within it hidden. 2005-10-17 20:15:10 +00:00
Clément Stenac
ffc45b9454 Fix a bunch of preferences errors
- Missing value lists
 - advanced / non-advanced problems
 - description problems
 - tyops
2005-10-11 17:16:13 +00:00
Rémi Denis-Courmont
fe087a3828 Make Zorglub less unhappy 2005-07-09 06:17:09 +00:00
Rémi Denis-Courmont
85b29bdc28 Copyright fixes
(da big courmischage)
2005-07-08 18:12:44 +00:00
Derk-Jan Hartman
5fe479dd10 * Fix some configuration options declerations and strings 2005-06-28 23:46:33 +00:00
Laurent Aimar
02d6384dce * access.* input/*: added access_filter architecture (same API as a
standard access_t except that it reads from an access_t).

 * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
 under linux/windows).
 It allows to pause and to fast/slow forward. To try it, use
 --access-filter timeshift.
2005-03-29 16:01:23 +00:00
Clément Stenac
2e3847698a More prefs fixes
- String fixes
- Sort some large panels
- Change some advanced flags
- Fix & move audio-channel-mixer
- hide picture vout
- Remove saved-volume, replaced by a variable
2005-03-10 13:05:43 +00:00
Clément Stenac
ef235f269c Preferences update :
- Sorted marq options
- A52 & DTS are audio decoders
- Moved freetype to subtitles/OSD

(last 2 suggested by Anil)
2005-03-10 00:17:33 +00:00
Clément Stenac
799d80ce89 Merge general with the category when possible 2004-12-16 13:05:35 +00:00
Clément Stenac
cb88f17589 Forgot this file 2004-12-11 14:46:27 +00:00