root/modules/video_output/opengllayer.m


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @67b654a45166f5ec078a0ac8dc6083ba50950814 [67b654a45166f5ec078a0ac8dc6083ba50950814] 06/12/08 19:51:18 Pierre d'Herbemont <pdherbemont@videolan.org> opengllayer: Don't protect a module by #ifdef you'll end up in warnings. …
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 05/31/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 05/21/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 05/08/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(edit) @f458ada1046dcf8ab43b33010ebac061c8512f11 [f458ada1046dcf8ab43b33010ebac061c8512f11] 04/27/08 22:42:35 Felix Paul Kühne <fkuehne@videolan.org> remove bogus code introduced in the previous commit sorry about the …
(edit) @3196a099a488880b4ad878b3f5e248fad31a59c7 [3196a099a488880b4ad878b3f5e248fad31a59c7] 04/27/08 22:10:44 Felix Paul Kühne <fkuehne@videolan.org> Hack to fix the compilation on 10.4. This should actually be covered by …
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/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) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/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) @d0484c595c60ac6331ebb8f162a42bb9eaf12b91 [d0484c595c60ac6331ebb8f162a42bb9eaf12b91] 01/06/08 18:58:17 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: * Code simplification. Green flashes removal. …
(edit) @aaf81c501771f97bd967d02f9d29b6da939c84b0 [aaf81c501771f97bd967d02f9d29b6da939c84b0] 01/05/08 02:15:38 Faustino Osuna <riquedafreak@videolan.org> video_output/opengllayer.m: Don't rely on CAOpenGLLayer when frames should …
(edit) @bb2e9c9090962e79a3cc2c9e27514fa7ac8763d7 [bb2e9c9090962e79a3cc2c9e27514fa7ac8763d7] 01/04/08 02:57:09 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Hopefully fix the tearing issues by correctly …
(edit) @58d6b919520dab1ceca0523b1d181d1d84846db7 [58d6b919520dab1ceca0523b1d181d1d84846db7] 01/04/08 01:42:50 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Remove unuseful NULL check.
(edit) @bc80bfd7dfa3bcea355b621ff1d4cedbc09863b3 [bc80bfd7dfa3bcea355b621ff1d4cedbc09863b3] 01/04/08 01:32:29 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Proper three-buffering, that should work if …
(edit) @117ebd7e7f293625f016d4da8d04484e6c447a19 [117ebd7e7f293625f016d4da8d04484e6c447a19] 01/04/08 01:07:34 Faustino Osuna <riquedafreak@videolan.org> video_output/opengllayer.m: Revert backbuffer resizing & code cleanup.
(edit) @978372f47ea6350cc95bb596b482064215ee4562 [978372f47ea6350cc95bb596b482064215ee4562] 01/03/08 01:41:34 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Revert previous commit, and attempt to get the …
(edit) @250c38916b1c085a7b271da0f383862610ec2b7b [250c38916b1c085a7b271da0f383862610ec2b7b] 01/02/08 23:55:38 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Don't use AGP texturing until we get a proper …
(edit) @5452eae72be0adceac74746e4d646450b4410632 [5452eae72be0adceac74746e4d646450b4410632] 01/02/08 19:57:22 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Rename the layer from VLCVideoLayer to …
(edit) @c6e47790bc820101a2a4fb636cac85cbf4d9bec4 [c6e47790bc820101a2a4fb636cac85cbf4d9bec4] 12/28/07 19:21:35 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead …
(edit) @1d1062e52a4057b5c63a40d772c42e18ebef3f7f [1d1062e52a4057b5c63a40d772c42e18ebef3f7f] 12/26/07 20:55:39 Pierre d'Herbemont <pdherbemont@videolan.org> video_output/opengllayer.m: Correctly set the initial bounds of the layer. …
(edit) @ad407ff30380e98896cefc46882452e28aef10dc [ad407ff30380e98896cefc46882452e28aef10dc] 12/23/07 17:48:15 Pierre d'Herbemont <pdherbemont@videolan.org> modules/video_output/opengllayer.m: Don't free the gl texture in End(), …
(edit) @2f4c4cc2e4e03b25286b1f6a3e6317b2923de22d [2f4c4cc2e4e03b25286b1f6a3e6317b2923de22d] 12/19/07 23:28:22 Pierre d'Herbemont <pdherbemont@videolan.org> opengllayer.m: Use AGP texturing.
(edit) @599380834c834ef63248c5b22718d7855ab13993 [599380834c834ef63248c5b22718d7855ab13993] 12/19/07 14:55:46 Pierre d'Herbemont <pdherbemont@videolan.org> modules/video_output/opengllayer.m: Initial creation of a Mac OS X video …
Note: See TracRevisionLog for help on using the revision log.