1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
231b08e802 Remove dummy plugin config item parameter 2011-05-13 23:20:55 +03:00
Rémi Denis-Courmont
40b4d780a4 add_bool: remove callback parameter 2010-10-22 21:11:38 +03:00
Rémi Denis-Courmont
3204d23260 Remove legacy parameter from add_string() 2010-10-22 21:09:47 +03:00
Rémi Denis-Courmont
1fa88f66c1 filter_t: use struct of non-anymous unions, seems more portable 2010-01-23 19:05:48 +02:00
Geoffroy Couprie
c766d434b0 Add a bunch of help strings. Feel free to correct them, and add more 2010-01-03 14:19:44 +01:00
Laurent Aimar
d466fd4185 Removed es_format_t::i_aspect.
It was duplicated with es_format_t::i_sar_num/den.
2009-12-16 22:00:47 +01:00
Christophe Mutricy
97e6d84928 Add a i18n'able name.
It's nice to have a translatable name (and a capital letter) for all modules who have config options
2009-09-24 22:59:58 +01:00
David Flynn
c2752f8142 video_filter/canvas: various aspect-ratio related fixes
video_filter/canvas: various aspect-ratio related fixes

 - Remove silly defaulting to 4:3.  Instead, compute PAR based
   upon SAR of input video and canvas size.
 - Update documentation to remove ambiguity over what is meant
   by aspect-ratio
 - Fix subpicture calculations to
    (a) be much simpler,
    (b) correctly calculate width and height

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
2009-08-10 13:51:31 +03:00
Jean-Baptiste Kempf
16343fac3b Configuration categories are VFILTER 2009-07-18 00:04:26 +02:00
Derk-Jan Hartman
bef9bb0b6f Prefs: repair category system for some lost options.
set/(re)move a few cases of set_category and set_subcategory
(cherry picked from commit c18234129799ab96dec1b1d45373d3f0d5dd9bf3)
2009-05-27 01:45:50 +02:00
Laurent Aimar
d1d3d7b413 Used filter_New/DeletePicture when applicable. 2009-05-16 22:20:52 +02:00
Laurent Aimar
036a6a2e9e Do not uselessly include vlc_vout.h in filters. 2009-05-16 20:22:41 +02:00
Rémi Denis-Courmont
fa4bde0b26 Trailing ; 2009-01-27 23:42:49 +02:00
Rémi Denis-Courmont
0549228196 Remove most stray semi-colons in module descriptions
Those multi-lines are still to be done (it's going to be fun...)
See also 5af4cc854b.
2008-10-29 22:14:26 +02:00
Antoine Cellerier
d1b9348640 Add new canvas option to crop instead of padd to fit in canvas. 2008-09-11 01:47:25 +02:00
Ilkka Ollakka
855f97386f Take care of different input/canvas aspect-ratio 2008-08-31 20:37:11 +03:00
Ilkka Ollakka
f59fff2d12 Use even padding in canvas 2008-08-31 20:35:27 +03:00
Antoine Cellerier
46521919a6 Revert something which never should have been commited (see bb255df402). 2008-08-26 16:13:39 +02:00
Antoine Cellerier
bb255df402 Compile the transrate module (untested ... but now it compiles). 2008-08-25 22:18:58 +02:00
Antoine Cellerier
f42f818e76 Add aspect ratio option to canvas (like what transcode used to have). Please confirm that i'm not using the aspect ratio the wrong way :) (aspect instead of 1/aspect or something) 2008-06-23 18:15:00 +02:00
Antoine Cellerier
a458b6af6b New canvas video filter. 2008-06-22 16:58:22 +02:00