1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/include
Cyril Deguet adff2a8501 Re-added the new packet allocation method in PS input, using packet caches.
With warning level 1, you can see when a packet is allocated or freed; the
goal is to never call 'malloc' nor 'free', except at the beginning of the
stream.
The size of the different caches can be adjusted in plugins/mpeg/input_ps.h.
If 'free' is called too often, it means that a cache is too small, so try
to increase its size.
2001-04-16 12:34:28 +00:00
..
.cvsignore * Added .cvsignore files in the plugins directories. 2001-04-16 07:40:11 +00:00
attributes.h * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to 2001-01-16 17:59:23 +00:00
audio_output.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
beos_specific.h * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>. 2001-04-12 01:52:45 +00:00
common.h - Ported the 0.2.0's channel changing functions 2001-04-11 02:01:24 +00:00
config.h.in * Fixed the whitespace/tab issues in the Makefile. 2001-04-11 04:31:59 +00:00
darwin_specific.h * BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>. 2001-04-12 01:52:45 +00:00
debug.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
defs.h.in * added the GNU getopt library, which gets compiled in when getopt_long 2001-04-05 03:50:38 +00:00
input_ext-dec.h Re-added the new packet allocation method in PS input, using packet caches. 2001-04-16 12:34:28 +00:00
input_ext-intf.h *Added udf fix by Billy Biggs 2001-04-13 05:36:12 +00:00
input_netlist.h Begining of TS Input 2001-02-14 15:58:29 +00:00
input.h * vlc core compiles under QNX RTOS. Now if anyone feels like tidying 2001-03-19 13:26:59 +00:00
int_types.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
interface.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
intf_msg.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
intf_playlist.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
intf_urldecode.h Hurg ! 2001-03-08 13:32:55 +00:00
keystrokes.h * Added a 'd' keystroke to dump the stream contents (for debugging 2001-02-22 16:17:12 +00:00
main.h - Ported the 0.2.0's channel changing functions 2001-04-11 02:01:24 +00:00
mmx.h * Borrowed livid's latest libmmx and MMXEXT MC. Not in the Makefile => to 2001-01-16 17:59:23 +00:00
modules_builtin.h.in * Beginning of the built-in modules support. 2001-04-15 04:19:58 +00:00
modules_core.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
modules_inner.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
modules.h * Beginning of the built-in modules support. 2001-04-15 04:19:58 +00:00
mpeg_system.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
mtime.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
netutils.h - Ported the 0.2.0's channel changing functions 2001-04-11 02:01:24 +00:00
rsc_files.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
stream_control.h * Implemented basic stream navigation function, and bound Jump forward 2001-02-08 13:52:35 +00:00
tests.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
threads.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
vdec_motion.h The motion compensation routines are now modules as well ; choose your 2001-01-18 05:13:23 +00:00
video_decoder.h . the IDCT functions are now located in modules : the classic IDCT, 2001-01-13 12:57:21 +00:00
video_output.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
video.h * Header cleaning: filled all empty authors fields, added CVS $Id stuff. 2001-03-21 13:42:35 +00:00
vpar_blocks.h * Various miscellaneous minor optimizations of the video parser. 2001-01-21 01:36:26 +00:00