root/modules/demux/rawvid.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5f8cd3991a86c8be37fe0bce9686c2d6f7635afa [5f8cd3991a86c8be37fe0bce9686c2d6f7635afa] 03/08/08 11:03:14 Rémi Denis-Courmont <rdenis@simphalempin.com> Declared many static variables const Signed-off-by: Rémi Denis-Courmont …
(edit) @3921a7f87de03160ecd18bcfeb68fbac459f2094 [3921a7f87de03160ecd18bcfeb68fbac459f2094] 19/07/08 12:48:17 Rémi Duraffort <ivoire@videolan.org> Fix a compilation warning.
(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) @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) @d1d3dc1d109110bf68cb048c429f6f05a3839200 [d1d3dc1d109110bf68cb048c429f6f05a3839200] 01/05/08 21:11:47 Rémi Denis-Courmont <rem@videolan.org> Remove I64C as well
(edit) @57bbabb5e7c4b33141fdfbd811c78120e2401a9f [57bbabb5e7c4b33141fdfbd811c78120e2401a9f] 14/04/08 02:02:23 Pierre d'Herbemont <pdherbemont@videolan.org> demux: Rename demux2 to demux as demux is no longer existing.
(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) @2f541e74db27020b92c9603d1d4dfebcd05a300e [2f541e74db27020b92c9603d1d4dfebcd05a300e] 17/03/08 08:46:46 Jean-Baptiste Kempf <jb@videolan.org> Fix warning in rawvid demxuer.
(edit) @c6a78e1b9e0cd1b87783b024f66ee440965053d5 [c6a78e1b9e0cd1b87783b024f66ee440965053d5] 11/03/08 23:12:56 Rémi Duraffort <ivoire@videolan.org> Use VLC_ENOMEM instead of VLC_EGENERIC.
(edit) @da686e46efe4a3085c7aa9286e0b2d55dbd1e918 [da686e46efe4a3085c7aa9286e0b2d55dbd1e918] 11/03/08 22:57:35 Rémi Duraffort <ivoire@videolan.org> Check malloc return value.
(edit) @49dba5c2d6f3b925de3fb68bb170f630d55e295a [49dba5c2d6f3b925de3fb68bb170f630d55e295a] 08/03/08 16:16:07 Antoine Cellerier <dionoea@videolan.org> Fix issues with the VLC rawvid demux and bump it's priority.
(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) @3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822 [3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822] 30/09/07 17:40:34 Laurent Aimar <fenrir@videolan.org> Added const wheen needed for stream_Peek (demuxer/access) Made …
(edit) @81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 [81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808] 20/08/07 21:08:22 Rémi Denis-Courmont <rem@videolan.org> Remove stdlib.h
(edit) @7af3d91a653ca0b1b09f13e0c90466dc49c87daa [7af3d91a653ca0b1b09f13e0c90466dc49c87daa] 20/07/07 16:34:20 Rémi Denis-Courmont <rem@videolan.org> - Fix a bunch of warnings - Fix a bunch of abuse of strncmp (memcmp rulez)
(edit) @2f29e4ff655f3ad02ad22bbad4c3eca196ede762 [2f29e4ff655f3ad02ad22bbad4c3eca196ede762] 19/07/07 00:14:57 Antoine Cellerier <dionoea@videolan.org> Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score …
(edit) @6c9013a9d8c430c0c91e38ff204e7db72183bf70 [6c9013a9d8c430c0c91e38ff204e7db72183bf70] 17/07/07 23:59:22 Antoine Cellerier <dionoea@videolan.org> Automatically load files with the following extension using the rawvid …
(edit) @2fd187de931769cef2128cd7f0ede41f71732fda [2fd187de931769cef2128cd7f0ede41f71732fda] 17/07/07 23:40:03 Antoine Cellerier <dionoea@videolan.org> Add aspect ratio and chroma option to the rawvid demux. Add some sanity …
(edit) @3b0deb5a06db8752f398db8bde04d986fac7c8cd [3b0deb5a06db8752f398db8bde04d986fac7c8cd] 22/04/07 01:19:33 Christophe Mutricy <xtophe@videolan.org> svn keywords
(edit) @f57013c6a84618d4b9bd943c46f3a1528819e3af [f57013c6a84618d4b9bd943c46f3a1528819e3af] 21/04/07 22:06:39 Gildas Bazin <gbazin@videolan.org> * modules/demux/rawvid.c: raw video demuxer (only does YV12 for now).
Note: See TracRevisionLog for help on using the revision log.