.. |
aac_hdr.c
|
…
|
|
asf.h
|
Calculate length of ASF files with more than 1 second precision.
|
2009-11-10 16:24:16 +00:00 |
asfguid.h
|
…
|
|
asfheader.c
|
Calculate length of ASF files with more than 1 second precision.
|
2009-11-10 16:24:16 +00:00 |
aviheader.c
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
aviheader.h
|
Try to detect broken files with unaligned chunks.
|
2009-11-16 10:41:06 +00:00 |
aviprint.c
|
…
|
|
demux_aac.c
|
…
|
|
demux_asf.c
|
Remove useless cast
|
2009-11-10 16:15:39 +00:00 |
demux_audio.c
|
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-22 15:18:21 +00:00 |
demux_avi.c
|
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-22 15:18:21 +00:00 |
demux_avs.c
|
…
|
|
demux_avs.h
|
…
|
|
demux_demuxers.c
|
Unbreak the demuxer-specific code in video.c with e.g.
|
2009-11-01 09:48:34 +00:00 |
demux_film.c
|
…
|
|
demux_fli.c
|
…
|
|
demux_gif.c
|
…
|
|
demux_lavf.c
|
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
|
2009-12-28 13:49:08 +00:00 |
demux_lmlm4.c
|
…
|
|
demux_mf.c
|
Add support for JPEG2000 via FFmpeg/OpenJPEG
|
2010-01-03 00:58:56 +00:00 |
demux_mkv.c
|
Remove one more incorrect direct ass.h include.
|
2009-12-27 14:35:09 +00:00 |
demux_mng.c
|
…
|
|
demux_mov.c
|
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
|
2009-09-04 09:21:06 +00:00 |
demux_mpc.c
|
…
|
|
demux_mpg.c
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
demux_nemesi.c
|
…
|
|
demux_nsv.c
|
…
|
|
demux_nut.c
|
…
|
|
demux_ogg.c
|
Find and take into account stream start time for ogg files.
|
2009-10-16 08:42:00 +00:00 |
demux_pva.c
|
Fix 100l broken flag check found due to compiler warning.
|
2009-08-17 07:30:24 +00:00 |
demux_rawaudio.c
|
…
|
|
demux_rawdv.c
|
calloc instead of malloc+memset.
|
2009-11-20 23:41:06 +00:00 |
demux_rawvideo.c
|
…
|
|
demux_real.c
|
…
|
|
demux_realaud.c
|
…
|
|
demux_roq.c
|
…
|
|
demux_rtp.cpp
|
free(), delete and delete[] are all different and can't just be used at random,
|
2009-09-02 11:07:02 +00:00 |
demux_rtp.h
|
…
|
|
demux_rtp_codec.cpp
|
Silence two gcc warnings: suggest parentheses around && within ||
|
2009-11-18 18:24:05 +00:00 |
demux_rtp_internal.h
|
…
|
|
demux_smjpeg.c
|
…
|
|
demux_ts.c
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
demux_ty.c
|
Move 128kB buffer from stack to demuxer context.
|
2009-11-20 23:48:16 +00:00 |
demux_ty_osd.c
|
…
|
|
demux_viv.c
|
…
|
|
demux_vqf.c
|
…
|
|
demux_xmms.c
|
…
|
|
demux_xmms_plugin.h
|
…
|
|
demux_y4m.c
|
…
|
|
demuxer.c
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
demuxer.h
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
ebml.c
|
…
|
|
ebml.h
|
…
|
|
extension.c
|
Fix grammar/missing verb in description.
|
2009-12-25 09:03:02 +00:00 |
genres.h
|
…
|
|
matroska.h
|
…
|
|
mf.c
|
…
|
|
mf.h
|
…
|
|
mp3_hdr.c
|
…
|
|
mp3_hdr.h
|
…
|
|
mp_taglists.c
|
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
|
2009-12-24 04:36:04 +00:00 |
mp_taglists.h
|
Fix declarations in mp_taglists.h and include it in mp_taglists.c to
|
2009-11-11 11:52:36 +00:00 |
mpeg_hdr.c
|
…
|
|
mpeg_hdr.h
|
…
|
|
mpeg_packetizer.c
|
…
|
|
mpeg_packetizer.h
|
…
|
|
ms_hdr.h
|
…
|
|
muxer.c
|
…
|
|
muxer.h
|
…
|
|
muxer_avi.c
|
…
|
|
muxer_lavf.c
|
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-22 15:18:21 +00:00 |
muxer_mpeg.c
|
…
|
|
muxer_rawaudio.c
|
…
|
|
muxer_rawvideo.c
|
…
|
|
parse_es.c
|
…
|
|
parse_es.h
|
…
|
|
parse_mp4.c
|
…
|
|
parse_mp4.h
|
…
|
|
qtpalette.h
|
…
|
|
stheader.h
|
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 15:28:01 +00:00 |
video.c
|
Set display size in sh_video when decoding H264.
|
2009-11-16 21:38:32 +00:00 |
yuv4mpeg.c
|
…
|
|
yuv4mpeg.h
|
…
|
|
yuv4mpeg_intern.h
|
…
|
|
yuv4mpeg_ratio.c
|
…
|
|