|
|
|
@f0c76d5063ea5929f8b514e3bc5b0681cdf8d35e
|
[f0c76d5063ea5929f8b514e3bc5b0681cdf8d35e]
|
21/09/08 00:21:39 |
Laurent Aimar <fenrir@videolan.org> |
Clean up a bit subpicture region API. |
|
|
|
@5002a535177b1dbed82dd21b1acee23b17099e08
|
[5002a535177b1dbed82dd21b1acee23b17099e08]
|
21/09/08 00:21:39 |
Laurent Aimar <fenrir@videolan.org> |
Removed vout_CopyPicture in favor of picture_Copy. |
|
|
|
@8f83ef4b74b37d92e95fc9bcebabf67e9aeef291
|
[8f83ef4b74b37d92e95fc9bcebabf67e9aeef291]
|
20/09/08 16:38:01 |
Laurent Aimar <fenrir@videolan.org> |
Changed subpicture_region_t->picture into a picture_t *
It will avoid … |
|
|
|
@87dee6dfed1d6cc18e9b5243548b950af128f1ab
|
[87dee6dfed1d6cc18e9b5243548b950af128f1ab]
|
17/09/08 19:10:46 |
Laurent Aimar <fenrir@videolan.org> |
Simplify dynamicoverlay and removed the need of pf_make_region. |
|
|
|
@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: … |
|
|
|
@6ce6dc06545e12f9f04c6afe60c99e06fdc71502
|
[6ce6dc06545e12f9f04c6afe60c99e06fdc71502]
|
09/07/08 23:33:47 |
Rémi Duraffort <ivoire@videolan.org> |
Fix non utf-8 encoding. |
|
|
|
@42bb236284b09355d8bfde47fb4915dd1f07aa68
|
[42bb236284b09355d8bfde47fb4915dd1f07aa68]
|
22/06/08 21:41:15 |
Rémi Duraffort <ivoire@videolan.org> |
Remove unnedeeded msg_Error. |
|
|
|
@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 |
|
|
|
@5e15258c9ef28558fe2abc941fc1527e02b04c21
|
[5e15258c9ef28558fe2abc941fc1527e02b04c21]
|
27/05/08 21:16:52 |
Rémi Denis-Courmont <rem@videolan.org> |
A lot of missing const in options lists |
|
|
|
@13ae40b0efc4f1b1ce205d9a057537047fcab3f4
|
[13ae40b0efc4f1b1ce205d9a057537047fcab3f4]
|
21/05/08 19:19:25 |
Rémi Denis-Courmont <rem@videolan.org> |
Use gettext_noop() consistently |
|
|
|
@27d483e9ef7a451397d7857251c8d67097661f1d
|
[27d483e9ef7a451397d7857251c8d67097661f1d]
|
08/05/08 18:20:21 |
Rémi Denis-Courmont <rem@videolan.org> |
Include vlc_plugin.h as needed |
|
|
|
@5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
|
[5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09]
|
03/05/08 16:17:30 |
Rémi Denis-Courmont <rem@videolan.org> |
Use vlc_memset/vlc_memcpy |
|
|
|
@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 … |
|
|
|
@2357ced8cd030854a8215ed03da6cf316d201b1f
|
[2357ced8cd030854a8215ed03da6cf316d201b1f]
|
09/04/08 12:41:50 |
Jean-Paul Saman <jean-paul.saman@m2x.nl> |
Don't leak memory. |
|
|
|
@037741298bf0f99c2ce770aa10b4c469dcb4bd05
|
[037741298bf0f99c2ce770aa10b4c469dcb4bd05]
|
09/04/08 12:07:18 |
Jean-Paul Saman <jean-paul.saman@m2x.nl> |
Compile fix. |
|
|
|
@01bc969275bfdc0a0990fba67b3633a1a5349fb5
|
[01bc969275bfdc0a0990fba67b3633a1a5349fb5]
|
09/04/08 11:44:41 |
Jean-Paul Saman <jean-paul.saman@m2x.nl> |
Rewrite old command definitions to no longer use those filthy macros. … |
|
|
|
@5f65eb6642575dca1c8e7de112e16faacc922252
|
[5f65eb6642575dca1c8e7de112e16faacc922252]
|
09/04/08 10:54:29 |
Jean-Paul Saman <jean-paul.saman@m2x.nl> |
Refactor dynamic overlays from Google Summer of Code project. |