mpv/libmpdemux
rtognimp 15bd7324c2 Don't leak memory (free audio reordering buffers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17319 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-04 23:36:36 +00:00
..
realrtsp fix 2005-12-05 01:27:32 +00:00
.cvsignore
Makefile fix compilation when dvdkit and dvdread are not available 2005-12-14 21:52:41 +00:00
ai_alsa.c
ai_alsa1x.c
ai_oss.c
asf.h
asf_mmst_streaming.c
asf_streaming.c
asfheader.c
audio_in.c
audio_in.h
aviheader.c
aviheader.h
aviprint.c
bswap.h
cache2.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
cdd.h
cdda.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
cddb.c When it comes to CD/DVD handling bsdi has a linux CD/DVD compatibility 2005-11-25 02:06:47 +00:00
cdinfo.c [TRIVIAL] More translatables to help_mp and printfs to mp_msg on libmpdemux 2005-11-10 21:33:12 +00:00
config.h
cookies.c Simplify weird code. ;) 2005-11-13 20:25:06 +00:00
cookies.h
cue_read.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
cue_read.h
demux_aac.c
demux_asf.c Typo in ASF demuxer selection by name (it's 'asf', not 'asv') 2005-12-24 12:48:01 +00:00
demux_audio.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_avi.c
demux_avs.c
demux_avs.h
demux_demuxers.c
demux_film.c
demux_fli.c
demux_gif.c
demux_lavf.c
demux_lmlm4.c
demux_mf.c
demux_mkv.c Improved handling of text subs in Matroska files with adjacent newlines (\N) resulting in more than SUB_MAX_TEXT lines to display. Patch by Robert Henney (robh () rut ! org). 2006-01-04 12:05:15 +00:00
demux_mov.c Partial support for QuickTime sound atom version 2. 2006-01-02 06:56:22 +00:00
demux_mpc.c
demux_mpg.c h264es: don't seek to non-keyframes 2006-01-03 07:29:59 +00:00
demux_nsv.c
demux_nuv.c
demux_ogg.c fix crash with invalid -vid and no audio stream 2005-12-18 11:55:47 +00:00
demux_pva.c make demuxer seek and close functions return void, patch by Dominik Mierzejewski 2005-12-11 17:21:02 +00:00
demux_rawaudio.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_rawdv.c
demux_rawvideo.c calculate framesize for raw RGB and BGR. 2005-12-18 11:57:25 +00:00
demux_real.c Don't leak memory (free audio reordering buffers) 2006-01-04 23:36:36 +00:00
demux_realaud.c Move audio packets reordering from codec interface to demuxers for real 2005-12-09 16:25:37 +00:00
demux_roq.c
demux_rtp.cpp
demux_rtp.h
demux_rtp_codec.cpp
demux_rtp_internal.h
demux_smjpeg.c
demux_ts.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_ty.c make demuxer seek and close functions return void, patch by Dominik Mierzejewski 2005-12-11 17:21:02 +00:00
demux_ty_osd.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_viv.c malloc padding to avoid access beyond allocated memory 2005-12-19 19:38:28 +00:00
demux_vqf.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_xmms.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
demux_xmms_plugin.h
demux_y4m.c
demuxer.c include fastmemcpy.h before stream.h, so it is used for the stream_read 2005-12-17 10:46:48 +00:00
demuxer.h
dvb_defaults.h
dvb_tune.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
dvbin.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
dvbin.h
dvdnav_stream.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
dvdnav_stream.h
ebml.c
ebml.h
extension.c
frequencies.c
frequencies.h
genres.h
help_mp.h
http.c
http.h
matroska.h
mf.c Add support to get the list of files from a file containing one filename 2005-11-26 17:10:17 +00:00
mf.h
mp3_hdr.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
mp3_hdr.h
mp_msg.h
mpeg_hdr.c
mpeg_hdr.h
ms_hdr.h
muxer.c Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me 2005-11-29 22:04:57 +00:00
muxer.h buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me 2005-11-21 22:53:14 +00:00
muxer_avi.c Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me 2005-11-29 22:04:57 +00:00
muxer_lavf.c muxer_lavf MUST be disabled by default until someone adds AVParser 2005-12-02 19:43:36 +00:00
muxer_mpeg.c removed previously forgotten reording options/flags 2006-01-03 22:14:27 +00:00
muxer_rawaudio.c buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me 2005-11-21 22:53:14 +00:00
muxer_rawvideo.c buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me 2005-11-21 22:53:14 +00:00
netstream.h
network.c Add "application/x-mms-framed" for ASF 2005-12-24 18:17:39 +00:00
network.h
nuppelvideo.h
open.c fix compilation when dvdkit and dvdread are not available 2005-12-14 21:52:41 +00:00
parse_es.c
parse_es.h
parse_mp4.c
parse_mp4.h
pnm.c fix 2005-12-05 01:27:32 +00:00
pnm.h
qtpalette.h
rtp.c
rtp.h
stheader.h
stream.c fix compilation when dvdkit and dvdread are not available 2005-12-14 21:52:41 +00:00
stream.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_dvd.c fix dvdread version macro 2005-12-28 12:34:20 +00:00
stream_file.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_ftp.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_livedotcom.c fix 2005-12-05 01:24:27 +00:00
stream_netstream.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_null.c
stream_smb.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_vcd.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
stream_vstream.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
test.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
tv.c make demuxer seek and close functions return void, patch by Dominik Mierzejewski 2005-12-11 17:21:02 +00:00
tv.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
tvi_bsdbt848.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
tvi_def.h
tvi_dummy.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
tvi_v4l.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
tvi_v4l2.c remove now useless YV12 plane swap hack, patch by Luc Gallant lucgallant at gmail com 2005-12-16 23:04:20 +00:00
url.c Fix URL escaping to correctly handle URL containing an ip6 address or 2005-11-26 15:57:39 +00:00
url.h
vcd_read.h
vcd_read_darwin.h
vcd_read_fbsd.h
vcd_read_nbsd.h
video.c search next sequence_header untile a valid one is found 2005-12-31 17:47:54 +00:00
yuv4mpeg.c
yuv4mpeg.h
yuv4mpeg_intern.h
yuv4mpeg_ratio.c