|
|
|
@be400691f55a66d411e9bd7787feb1f4332612f0
|
[be400691f55a66d411e9bd7787feb1f4332612f0]
|
08/27/08 21:43:08 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
Plugins: push cancellation down |
|
|
|
@a7d8f15b883c087c33af56f3a18d672c69cfb938
|
[a7d8f15b883c087c33af56f3a18d672c69cfb938]
|
08/11/08 21:40:14 |
Rémi Duraffort <ivoire@videolan.org> |
Use the right declaration for threaded functions. |
|
|
|
@a8fb26598bd8f48a7182642b4eada92b497c3bfc
|
[a8fb26598bd8f48a7182642b4eada92b497c3bfc]
|
08/06/08 19:11:23 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
POLLHUP and POLLERR only make sense in revents |
|
|
|
@8595cddcc5f5c3492fa23ea72f3c4d9dc2ce1dd9
|
[8595cddcc5f5c3492fa23ea72f3c4d9dc2ce1dd9]
|
07/05/08 13:55:20 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
Remove duplicate b_die check |
|
|
|
@00b95848260cd44f140a05da8aa5baf13580e2d3
|
[00b95848260cd44f140a05da8aa5baf13580e2d3]
|
07/05/08 13:55:16 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
modules: use vlc_object_alive() |
|
|
|
@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 |
|
|
|
@13ae40b0efc4f1b1ce205d9a057537047fcab3f4
|
[13ae40b0efc4f1b1ce205d9a057537047fcab3f4]
|
05/21/08 19:19:25 |
Rémi Denis-Courmont <rem@videolan.org> |
Use gettext_noop() consistently |
|
|
|
@43f58febd846de699ea5dfee21f4b1f03b2adc0d
|
[43f58febd846de699ea5dfee21f4b1f03b2adc0d]
|
05/09/08 23:11:52 |
Rafaël Carré <funman@videolan.org> |
Do not leak psz_demux |
|
|
|
@27d483e9ef7a451397d7857251c8d67097661f1d
|
[27d483e9ef7a451397d7857251c8d67097661f1d]
|
05/08/08 18:20:21 |
Rémi Denis-Courmont <rem@videolan.org> |
Include vlc_plugin.h as needed |
|
|
|
@6da90a1716250d282f16dc6bc9dacec5b9514caf
|
[6da90a1716250d282f16dc6bc9dacec5b9514caf]
|
05/04/08 13:14:46 |
Rémi Denis-Courmont <rem@videolan.org> |
vlc_mutex_init: remove unused paramter |
|
|
|
@f94a2f9c4a4c7979d9695bb240686c73b6cf7e00
|
[f94a2f9c4a4c7979d9695bb240686c73b6cf7e00]
|
04/14/08 02:02:24 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
access: Rename access2 to access as access is no longer existing. |
|
|
|
@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 … |
|
|
|
@a78e273ec53ff8a6c3993f3deda0b893f8dd709a
|
[a78e273ec53ff8a6c3993f3deda0b893f8dd709a]
|
02/26/08 01:29:12 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but … |
|
|
|
@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 … |
|
|
|
@4f028428053d0342c55deb6ba8b8da114c6a0caa
|
[4f028428053d0342c55deb6ba8b8da114c6a0caa]
|
01/16/08 18:51:21 |
Rémi Denis-Courmont <rem@videolan.org> |
Revert the so-called whitelisting commits that are actually blacklisting |
|
|
|
@806cf5165824be921bf2402ecf11fd3ee6501f9c
|
[806cf5165824be921bf2402ecf11fd3ee6501f9c]
|
01/16/08 18:36:14 |
Rafaël Carré <funman@videolan.org> |
input options whitelisting, step 2 (refs #1371) |
|
|
|
@d8fc0a94ed76c7f4d9e441b28010d997ab9890eb
|
[d8fc0a94ed76c7f4d9e441b28010d997ab9890eb]
|
10/02/07 17:54:16 |
Rémi Denis-Courmont <rem@videolan.org> |
Export Content-Type out of HTTP access using Control. |
|
|
|
@552e595131c5f1d66eba8e3c22c2b1c509be5153
|
[552e595131c5f1d66eba8e3c22c2b1c509be5153]
|
09/18/07 18:20:49 |
Rémi Denis-Courmont <rem@videolan.org> |
Replace strerror() with %m (or Linux DVB: strerror_r) - refs #1297 |
|
|
|
@6ee1e193fd896ab9a4729fde14f009d9ce629815
|
[6ee1e193fd896ab9a4729fde14f009d9ce629815]
|
09/10/07 20:56:52 |
Rafaël Carré <funman@videolan.org> |
Removes trailing spaces. Removes tabs. |
|
|
|
@e40d134c69b144327fd1d2001e8b85640f5c7cb9
|
[e40d134c69b144327fd1d2001e8b85640f5c7cb9]
|
08/20/07 21:10:23 |
Rémi Denis-Courmont <rem@videolan.org> |
Remove _GNU_SOURCE and string.h too |
|
|
|
@81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808
|
[81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808]
|
08/20/07 21:08:22 |
Rémi Denis-Courmont <rem@videolan.org> |
Remove stdlib.h |
|
|
|
@9025fab9931ecc35fe247b0a63d0cea166dee88d
|
[9025fab9931ecc35fe247b0a63d0cea166dee88d]
|
05/19/07 22:03:26 |
Rémi Denis-Courmont <rem@videolan.org> |
Use vlc_object_kill(). Needs triple checking.
This also seems to make the … |
|
|
|
@d3fe7f28797d4dba65ffcdd60bf932e758a48a9e
|
[d3fe7f28797d4dba65ffcdd60bf932e758a48a9e]
|
11/26/06 15:20:34 |
Clément Stenac <zorglub@videolan.org> |
A bit of headers cleanup
* Headers in include must contain the structures … |
|
|
|
@4df6be770b481c7f6e8b812c01b544a0701d491d
|
[4df6be770b481c7f6e8b812c01b544a0701d491d]
|
11/06/06 17:33:30 |
Rémi Denis-Courmont <rem@videolan.org> |
DV can't (fast)seek; it does not even have a Seek callback.
This was … |
|
|
|
@90a4caea90dbbb8c8b6d3a78f1671083b8694637
|
[90a4caea90dbbb8c8b6d3a78f1671083b8694637]
|
07/19/06 11:33:41 |
Clément Stenac <zorglub@videolan.org> |
Some more demux and access code factorization |
|
|
|
@d04d403ae5256460589d7c35f52395161e7073b3
|
[d04d403ae5256460589d7c35f52395161e7073b3]
|
05/16/06 18:02:56 |
Jean-Paul Saman <jpsaman@videolan.org> |
Fix potential segmentation fault |
|
|
|
@4f15591e47d52903b559507bdac13e1f5176de45
|
[4f15591e47d52903b559507bdac13e1f5176de45]
|
04/01/06 01:07:01 |
Christophe Mutricy <xtophe@videolan.org> |
Access/*: Second lecture (refs #438) |
|
|
|
@36a5efe8b526390e4171ba80184211bacad9b89d
|
[36a5efe8b526390e4171ba80184211bacad9b89d]
|
03/29/06 15:49:40 |
Clément Stenac <zorglub@videolan.org> |
Access strings (Refs:#438) |
|
|
|
@2cb472dba008f7d877ffe6bae9c5575253365282
|
[2cb472dba008f7d877ffe6bae9c5575253365282]
|
01/13/06 00:10:04 |
Antoine Cellerier <dionoea@videolan.org> |
FSF address change. |
|
|
|
@b587e9ff10d0102686a6c7a6ff38afbc58cacff8
|
[b587e9ff10d0102686a6c7a6ff38afbc58cacff8]
|
12/12/05 22:11:59 |
Jean-Paul Saman <jpsaman@videolan.org> |
Fix crash when no IEEE1394/Firewire device is present |
|
|
|
@228799271f76d66ed1d751a3918e7e9c96a24319
|
[228799271f76d66ed1d751a3918e7e9c96a24319]
|
11/24/05 21:23:07 |
Jean-Paul Saman <jpsaman@videolan.org> |
Run thread that reads from the DV camera at a slightly higher priority … |
|
|
|
@7c4f6bbad346b1fab9bb86f6a2da3919c1171507
|
[7c4f6bbad346b1fab9bb86f6a2da3919c1171507]
|
11/23/05 03:27:58 |
Jean-Paul Saman <jpsaman@videolan.org> |
Digital Video (Firewire/IEEE1394/I-Link) input for Camcorders |