root/modules/video_filter/marq.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @f0c76d5063ea5929f8b514e3bc5b0681cdf8d35e [f0c76d5063ea5929f8b514e3bc5b0681cdf8d35e] 21/09/08 00:21:39 Laurent Aimar <fenrir@videolan.org> Clean up a bit subpicture region API.
(edit) @14dd917d87e75ac1c7284373020ec3982082011b [14dd917d87e75ac1c7284373020ec3982082011b] 15/09/08 21:55:34 Laurent Aimar <fenrir@videolan.org> Removed unused or redondant fields from subpicture. I removed: i_x/i_y: …
(edit) @857535cbac9ec9bc54dec6f567dca6738c273e25 [857535cbac9ec9bc54dec6f567dca6738c273e25] 24/08/08 21:58:07 Antoine Cellerier <dionoea@videolan.org> Fix segfault on 64 bit archs. (0 != NULL)
(edit) @4b00ff6ec805784d3b136591f0a4cf460ac36af9 [4b00ff6ec805784d3b136591f0a4cf460ac36af9] 20/07/08 00:53:21 Laurent Aimar <fenrir@videolan.org> Use filter helpers.
(edit) @3b633ca03c29e9650aa9738779604e3843ab4177 [3b633ca03c29e9650aa9738779604e3843ab4177] 03/07/08 18:30:14 Rémi Denis-Courmont <rdenis@simphalempin.com> Marq: thread safety
(edit) @42bb236284b09355d8bfde47fb4915dd1f07aa68 [42bb236284b09355d8bfde47fb4915dd1f07aa68] 22/06/08 21:41:15 Rémi Duraffort <ivoire@videolan.org> Remove unnedeeded msg_Error.
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 31/05/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @5e15258c9ef28558fe2abc941fc1527e02b04c21 [5e15258c9ef28558fe2abc941fc1527e02b04c21] 27/05/08 21:16:52 Rémi Denis-Courmont <rem@videolan.org> A lot of missing const in options lists
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 21/05/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 08/05/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 14/04/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @0f00164eb903cee76c89575ed26117332ed1ee99 [0f00164eb903cee76c89575ed26117332ed1ee99] 12/03/08 12:07:42 Rémi Duraffort <ivoire@videolan.org> Remove useless test before a free().
(edit) @6076147519aed12d89cf3957b30cba9eae2505f8 [6076147519aed12d89cf3957b30cba9eae2505f8] 28/02/08 23:20:10 Antoine Cellerier <dionoea@videolan.org> Add a --marq-refresh option to specify the format string refresh period in …
(edit) @733a686ea25ee196a0b402d8794646dfb25f5c9b [733a686ea25ee196a0b402d8794646dfb25f5c9b] 29/01/08 14:46:15 Rafaël Carré <funman@videolan.org> video_filter: fix warnings declare unused parameters in vlc callbacks …
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 23/01/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @4f028428053d0342c55deb6ba8b8da114c6a0caa [4f028428053d0342c55deb6ba8b8da114c6a0caa] 16/01/08 18:51:21 Rémi Denis-Courmont <rem@videolan.org> Revert the so-called whitelisting commits that are actually blacklisting
(edit) @806cf5165824be921bf2402ecf11fd3ee6501f9c [806cf5165824be921bf2402ecf11fd3ee6501f9c] 16/01/08 18:36:14 Rafaël Carré <funman@videolan.org> input options whitelisting, step 2 (refs #1371)
(edit) @c8445968fec4b55da0cbfe29733bc458318034fb [c8445968fec4b55da0cbfe29733bc458318034fb] 07/01/08 21:37:01 Antoine Cellerier <dionoea@videolan.org> Swap comments.
(edit) @34c0fe95c2e6fc7aade6a4950fd2b3c89c1220f3 [34c0fe95c2e6fc7aade6a4950fd2b3c89c1220f3] 07/01/08 21:33:45 Antoine Cellerier <dionoea@videolan.org> Marq: make it possible to mix (x,y) and position options. Example: …
(edit) @e40d134c69b144327fd1d2001e8b85640f5c7cb9 [e40d134c69b144327fd1d2001e8b85640f5c7cb9] 20/08/07 21:10:23 Rémi Denis-Courmont <rem@videolan.org> Remove _GNU_SOURCE and string.h too
(edit) @81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 [81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808] 20/08/07 21:08:22 Rémi Denis-Courmont <rem@videolan.org> Remove stdlib.h
(edit) @23cc599d06abb5c84913c7399dd08c6b283fc49e [23cc599d06abb5c84913c7399dd08c6b283fc49e] 18/06/07 23:08:03 Laurent Aimar <fenrir@videolan.org> Patch by Bernie Purcell : "This is part of a former submission stripped …
(edit) @d6ce9ba9d4e8f075bc9b2e806f020b05959a4654 [d6ce9ba9d4e8f075bc9b2e806f020b05959a4654] 17/06/07 16:12:56 Antoine Cellerier <dionoea@videolan.org> Fix marq positions list in config.
(edit) @f7c6d4e73c3d6cb67dc35030643ad7d6e510851c [f7c6d4e73c3d6cb67dc35030643ad7d6e510851c] 24/03/07 19:30:39 Antoine Cellerier <dionoea@videolan.org> Register variables as callback. Don't store module specific variables in …
(edit) @ccf664e20dd3dbf5feb554299c6267c9815da582 [ccf664e20dd3dbf5feb554299c6267c9815da582] 26/01/07 23:37:28 Antoine Cellerier <dionoea@videolan.org> add new filename_sanitize and path_sanitize functions to remove forbidden …
(edit) @dba4eb43527ff90639108bb338ac3a04e4f6fcbb [dba4eb43527ff90639108bb338ac3a04e4f6fcbb] 11/12/06 16:30:46 Derk-Jan Hartman <hartman@videolan.org> * marq.c: const strings
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 26/11/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @53cf4a01e51723479b2a845716b715ac7882dbd9 [53cf4a01e51723479b2a845716b715ac7882dbd9] 06/11/06 22:03:33 Antoine Cellerier <dionoea@videolan.org> Move string formating functions used in marq to the core.
(edit) @80f01f29572e010c11847016852f032f997634da [80f01f29572e010c11847016852f032f997634da] 12/10/06 23:01:47 Antoine Cellerier <dionoea@videolan.org> [PATCH] marquee crash fix by Dermot McGahon?.
(edit) @dc8b128a9f34d9eb75d3158566cbb95df8bae61b [dc8b128a9f34d9eb75d3158566cbb95df8bae61b] 10/10/06 00:37:29 Christophe Mutricy <xtophe@videolan.org> forward port [17012] and make update-po
(edit) @9786ac4147c27fbc2ead747d4ec908fd34c01ef5 [9786ac4147c27fbc2ead747d4ec908fd34c01ef5] 01/10/06 18:33:59 Antoine Cellerier <dionoea@videolan.org> use config chain for the --sub-filter option. Example: --sub-filter …
(edit) @73433b8ca1cce1b360091f9fbb855564e995e1c6 [73433b8ca1cce1b360091f9fbb855564e995e1c6] 01/10/06 16:41:49 Antoine Cellerier <dionoea@videolan.org> Only update the marquee text if needed (ie we're using % or $ chars)
(edit) @7ecf638db42f16155085ea1da7470ede3f847ff8 [7ecf638db42f16155085ea1da7470ede3f847ff8] 01/10/06 16:38:23 Antoine Cellerier <dionoea@videolan.org> woops
(edit) @009252c45246747fe4a243f87d204a258a24a019 [009252c45246747fe4a243f87d204a258a24a019] 01/10/06 16:36:15 Antoine Cellerier <dionoea@videolan.org> Some more format strings
(edit) @05aad79a9ad50603531c5860c8035a89c31a0c32 [05aad79a9ad50603531c5860c8035a89c31a0c32] 01/10/06 16:22:58 Antoine Cellerier <dionoea@videolan.org> Some more marq format strings
(edit) @ebeee109e985a23164be5da7ec6168aa1dfc63f8 [ebeee109e985a23164be5da7ec6168aa1dfc63f8] 01/10/06 11:14:21 Clément Stenac <zorglub@videolan.org> gra
(edit) @111a805161063181adb74f70ddc65b977a781f10 [111a805161063181adb74f70ddc65b977a781f10] 01/10/06 10:44:35 Clément Stenac <zorglub@videolan.org> Create variables in libvlc instead of libvlc_global_data
(edit) @91e70973f49b390d82a25c3e35e4b59e9d33ccd0 [91e70973f49b390d82a25c3e35e4b59e9d33ccd0] 01/10/06 01:37:47 Antoine Cellerier <dionoea@videolan.org> Add $_ line skip variable.
(edit) @96a9147c6a0c733b57f97b314347f76e721fd5b8 [96a9147c6a0c733b57f97b314347f76e721fd5b8] 01/10/06 01:30:39 Antoine Cellerier <dionoea@videolan.org> Merge time and marq filters. Marq now handles the %letter time format …
(edit) @f485214f09dd284cbb85674e937fbbb0a6032a2e [f485214f09dd284cbb85674e937fbbb0a6032a2e] 15/09/06 16:31:51 Clément Stenac <zorglub@videolan.org> For consistency, remove references to vlc from libvlc Also, make it …
(edit) @70631390cde8ff06bbde56d9be2a171c2a3f8ca6 [70631390cde8ff06bbde56d9be2a171c2a3f8ca6] 10/08/06 14:51:53 Derk-Jan Hartman <hartman@videolan.org> * p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
(edit) @778a77df2dca3071da3262c0bf7368511164b136 [778a77df2dca3071da3262c0bf7368511164b136] 31/03/06 18:12:31 Felix Paul Kühne <fkuehne@videolan.org> * 2nd review of video* and control/telnet.c
(edit) @5f18b9dd6aa22cd5d3cb77aa168e13eb10ac7c26 [5f18b9dd6aa22cd5d3cb77aa168e13eb10ac7c26] 30/03/06 10:40:51 Clément Stenac <zorglub@videolan.org> Video filters and outputs strings (Refs:#438)
(edit) @c5cc4e5248e0bdff53b90ea66412c524cc24ee91 [c5cc4e5248e0bdff53b90ea66412c524cc24ee91] 07/02/06 16:18:06 Derk-Jan Hartman <hartman@videolan.org> * Introduced a new text_style_t * basic support for SSA formatted subs. …
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 13/01/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @b5d7eca15e446620c0c0e648c892c5c17369f23f [b5d7eca15e446620c0c0e648c892c5c17369f23f] 10/11/05 19:14:40 Antoine Cellerier <dionoea@videolan.org> * Delete Callbacks when closing marquee filter. Thanks to Dave Harley …
(edit) @ffc45b9454e212908669d2370f5e5bf1da8d8c9e [ffc45b9454e212908669d2370f5e5bf1da8d8c9e] 11/10/05 19:16:13 Clément Stenac <zorglub@videolan.org> Fix a bunch of preferences errors - Missing value lists - advanced / …
(edit) @a92603f2093140f93c34f301a22eb5763abc4232 [a92603f2093140f93c34f301a22eb5763abc4232] 27/08/05 18:40:23 Jean-Paul Saman <jpsaman@videolan.org> Merged OSD functionality on the same core functions. All OSD functionality …
(edit) @b7d8fb76449a11520351a394acc0c3bc37928da5 [b7d8fb76449a11520351a394acc0c3bc37928da5] 30/07/05 22:01:33 Antoine Cellerier <dionoea@videolan.org> svn propset svn:keywords Id
(edit) @ea0fe7b3012bf515d51a11d644b9d0385d982b8d [ea0fe7b3012bf515d51a11d644b9d0385d982b8d] 30/07/05 21:59:19 Antoine Cellerier <dionoea@videolan.org> remove tabs and trailing spaces
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 09/07/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 08/07/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @ef235f269c9c766ad296466a4b5461d053bc6efe [ef235f269c9c766ad296466a4b5461d053bc6efe] 10/03/05 01:17:33 Clément Stenac <zorglub@videolan.org> Preferences update : - Sorted marq options - A52 & DTS are audio …
(edit) @9aa2f5ea342aa80cfb441256149750a97c8624d3 [9aa2f5ea342aa80cfb441256149750a97c8624d3] 08/03/05 11:58:49 Gildas Bazin <gbazin@videolan.org> * modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few …
(edit) @a504fae36cad1af4fc65f9829cedd892da262ed7 [a504fae36cad1af4fc65f9829cedd892da262ed7] 08/03/05 02:23:54 Gildas Bazin <gbazin@videolan.org> * include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: …
(edit) @e6f5e48c7ae09cde1332d049b80280542a4c342d [e6f5e48c7ae09cde1332d049b80280542a4c342d] 04/03/05 02:57:52 Mark Moriarty <markfm@videolan.org> time/marq -- correct positioning so that x-y are always referenced to …
(edit) @3d831e04ece115bb9ca379b9552370755453e46e [3d831e04ece115bb9ca379b9552370755453e46e] 02/03/05 17:47:31 Steve Lhomme <robux@videolan.org> Avoid \r\n problems between platforms
(edit) @6b385019009c2dc10cb20dc96dd2735a8de6a5ef [6b385019009c2dc10cb20dc96dd2735a8de6a5ef] 01/03/05 16:22:47 Mark Moriarty <markfm@videolan.org> dynamic, per-subpicture, font size control -- i_font_size added to …
(edit) @e1381cf7adb96bc94b55c3c14cb8c5ff060229c2 [e1381cf7adb96bc94b55c3c14cb8c5ff060229c2] 27/02/05 18:25:12 Mark Moriarty <markfm@videolan.org> freetype and rc extensions. i_font_color and i_font_opacity added to …
(edit) @597f9cf7310bb624f306dea9daec0afef2233acb [597f9cf7310bb624f306dea9daec0afef2233acb] 20/02/05 15:12:34 Eric Petit <titer@videolan.org> video_filter/marq.c: converted to unix file format
(edit) @217ab55edb31df7b476a498fa0a2a5601435e299 [217ab55edb31df7b476a498fa0a2a5601435e299] 19/02/05 13:27:18 Mark Moriarty <markfm@videolan.org> marq.c -- allow relative positioning, like logo, via --marq-pos
(edit) @906b68fe0317ff981addd5e9bfe4a5fc5efde6c3 [906b68fe0317ff981addd5e9bfe4a5fc5efde6c3] 16/12/04 17:35:12 Clément Stenac <zorglub@videolan.org> Fix a bug with preferences Added some more names Use shortname to store …
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 11/12/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @7e90ec6075f6a412da6a8ff4ae1c0dc0150301ac [7e90ec6075f6a412da6a8ff4ae1c0dc0150301ac] 11/11/04 03:57:43 Mark Moriarty <markfm@videolan.org> Changed logo and marq control variables to attach to ->p_libvlc, to be …
(edit) @67c571cf59437fd3a25a2e68192bc5d71ef53c69 [67c571cf59437fd3a25a2e68192bc5d71ef53c69] 07/11/04 12:49:43 Mark Moriarty <markfm@videolan.org> Change marquee callback variables to use INPUT instead of PLAYLIST
(edit) @9327b33f732870e009de70e2842cfc986391a0ed [9327b33f732870e009de70e2842cfc986391a0ed] 29/09/04 16:21:31 Felix Paul Kühne <fkuehne@videolan.org> * fixed typos in some l10n-messages
(edit) @f96c9561f1e43c113baf8420b127d38a3930db78 [f96c9561f1e43c113baf8420b127d38a3930db78] 29/09/04 13:31:49 Mark Moriarty <markfm@videolan.org> Destroy marq-timeout on exit, rename switch to "marq-marquee"
(edit) @f955a6aa670f58b43d90e400f662f73c4b0ca38e [f955a6aa670f58b43d90e400f662f73c4b0ca38e] 28/09/04 12:46:20 Derk-Jan Hartman <hartman@videolan.org> * marq.c: compilation fixes for non c++ compilers
(edit) @74392a20b8926b1e934768d8cdcc443aee15c2b8 [74392a20b8926b1e934768d8cdcc443aee15c2b8] 26/09/04 15:06:45 Clément Stenac <zorglub@videolan.org> * Use callbacks for live update * Add timeout support (marq-timeout, in …
(edit) @0a10a01566bb4f25926798d43e4b5d3ab25f486e [0a10a01566bb4f25926798d43e4b5d3ab25f486e] 26/09/04 13:41:32 Mark Moriarty <markfm@videolan.org> Add marq.c, marquee video filter.
Note: See TracRevisionLog for help on using the revision log.