.. |
aac_hdr.c
|
Add separate header for aac_parse_frame(); avoids forward declarations.
|
2010-02-17 22:28:24 +00:00 |
aac_hdr.h
|
Add separate header for aac_parse_frame(); avoids forward declarations.
|
2010-02-17 22:28:24 +00:00 |
asf.h
|
Calculate length of ASF files with more than 1 second precision.
|
2009-11-10 16:24:16 +00:00 |
asfguid.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
asfheader.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
asfheader.h
|
Add header for asf_check_header, read_asf_header; avoids forward declarations.
|
2010-02-17 23:45:01 +00:00 |
aviheader.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
aviheader.h
|
Add read_avi_header() to aviheader.h; avoids forward declarations.
|
2010-02-17 23:10:56 +00:00 |
aviprint.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
aviprint.h
|
Declare public function print_vprp() in aviprint.h.
|
2010-02-21 23:36:36 +00:00 |
demux_aac.c
|
Add separate header for aac_parse_frame(); avoids forward declarations.
|
2010-02-17 22:28:24 +00:00 |
demux_asf.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_audio.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_avi.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_avs.c
|
libmpdemux: Mark functions not used outside of their files as static.
|
2010-02-17 22:01:35 +00:00 |
demux_avs.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_demuxers.c
|
Merge svn changes up to r29912
|
2009-11-16 07:01:46 +02:00 |
demux_film.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_fli.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_gif.c
|
libmpdemux: Mark functions not used outside of their files as static.
|
2010-02-17 22:01:35 +00:00 |
demux_lavf.c
|
Merge svn changes up to r30663
|
2010-03-10 00:13:11 +02:00 |
demux_lmlm4.c
|
translations: tweak cases that relied on concatenating adjacent strings
|
2010-03-07 21:35:23 +02:00 |
demux_mf.c
|
Add support for JPEG2000 via FFmpeg/OpenJPEG
|
2010-01-03 00:58:56 +00:00 |
demux_mkv.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_mng.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
demux_mov.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_mov.h
|
Add header file for store_ughvlc(); avoids forward declarations.
|
2010-02-17 23:02:13 +00:00 |
demux_mpc.c
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
demux_mpg.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_nemesi.c
|
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
2010-02-21 20:03:49 +00:00 |
demux_nsv.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_nut.c
|
Merge svn changes up to r29304
|
2009-07-07 02:07:11 +03:00 |
demux_ogg.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_ogg.h
|
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
|
2010-02-17 23:36:44 +00:00 |
demux_pva.c
|
libmpdemux: Mark functions not used outside of their files as static.
|
2010-02-17 22:01:35 +00:00 |
demux_rawaudio.c
|
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw
|
2010-01-15 19:01:03 +00:00 |
demux_rawdv.c
|
calloc instead of malloc+memset.
|
2009-11-20 23:41:06 +00:00 |
demux_rawvideo.c
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
demux_real.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_real.h
|
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
2010-02-17 22:22:51 +00:00 |
demux_realaud.c
|
Add header for AVI print functions; avoids many forward declarations.
|
2010-02-18 00:18:50 +00:00 |
demux_roq.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_rtp_codec.cpp
|
Silence two gcc warnings: suggest parentheses around && within ||
|
2009-11-18 18:24:05 +00:00 |
demux_rtp_internal.h
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
demux_rtp.cpp
|
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
2010-02-21 20:03:49 +00:00 |
demux_rtp.h
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
demux_smjpeg.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_ts.c
|
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
|
2010-02-17 22:58:03 +00:00 |
demux_ts.h
|
Add separate header for mp_a52_framesize(); avoids forward declarations.
|
2010-02-17 22:40:50 +00:00 |
demux_ty_osd.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_ty_osd.h
|
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
|
2010-02-17 22:48:32 +00:00 |
demux_ty.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
demux_viv.c
|
translations: tweak cases that relied on concatenating adjacent strings
|
2010-03-07 21:35:23 +02:00 |
demux_vqf.c
|
Replace libavutil internal header #includes with MPlayer copies
|
2009-07-26 06:16:43 +03:00 |
demux_xmms_plugin.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demux_xmms.c
|
Merge svn changes up to r29455
|
2009-07-29 01:32:03 +03:00 |
demux_y4m.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
demuxer.c
|
Merge svn changes up to r30672
|
2010-03-10 00:34:16 +02:00 |
demuxer.h
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
ebml_defs.c
|
matroska: add new parsing code
|
2010-01-27 14:26:43 +02:00 |
ebml_types.h
|
matroska: add new parsing code
|
2010-01-27 14:26:43 +02:00 |
ebml.c
|
demux_mkv: use new EBML parser to read Audio element
|
2010-01-27 14:26:48 +02:00 |
ebml.h
|
demux_mkv: use new EBML parser to read Audio element
|
2010-01-27 14:26:48 +02:00 |
extension.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
genres.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
matroska.h
|
Add Dolby TrueHD support for mkv demuxer.
|
2009-08-13 21:54:08 +00:00 |
mf.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
mf.h
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
mp3_hdr.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
mp3_hdr.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
mp_taglists.c
|
Merge svn changes up to r30683
|
2010-03-10 00:52:17 +02: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
|
Initialize frame rate extension fields in mp_header_process_sequence_header
|
2010-02-21 14:05:51 +00:00 |
mpeg_hdr.h
|
Parse and use the information from the frame rate extension header for MPEG-2.
|
2010-02-21 13:53:41 +00:00 |
mpeg_packetizer.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
mpeg_packetizer.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
ms_hdr.h
|
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
|
2010-02-17 22:33:21 +00:00 |
muxer_avi.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
muxer_lavf.c
|
Merge svn changes up to r29962
|
2009-11-23 01:56:21 +02:00 |
muxer_mpeg.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
muxer_rawaudio.c
|
translations: tweak cases that relied on concatenating adjacent strings
|
2010-03-07 21:35:23 +02:00 |
muxer_rawvideo.c
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
muxer.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
muxer.h
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
parse_es.c
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
parse_es.h
|
Add standard license header to all files in libmpdemux.
|
2009-05-08 21:51:13 +00:00 |
parse_mp4.c
|
Merge svn changes up to r30643
|
2010-03-10 00:00:06 +02:00 |
parse_mp4.h
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
qtpalette.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
stheader.h
|
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
|
2010-02-21 20:02:50 +00:00 |
video.c
|
Merge svn changes up to r30683
|
2010-03-10 00:52:17 +02:00 |
yuv4mpeg_intern.h
|
Remove trailing whitespace from most files
|
2009-07-07 02:34:35 +03:00 |
yuv4mpeg_ratio.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
yuv4mpeg.c
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |
yuv4mpeg.h
|
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 21:02:49 +00:00 |