mpv/libmpdemux
diego 537d6886d5 Replace informal GPL license header by standard GPL header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29279 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-05-08 21:47:50 +00:00
..
aac_hdr.c Split the aac header parsing out of aac demuxer to allow using libmpmux 2008-04-09 00:43:19 +00:00
asf.h Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED 2008-08-31 11:21:29 +00:00
asfguid.h Lots and lots of #ifdef ARCH_... -> #if ARCH_... 2009-01-16 09:21:21 +00:00
asfheader.c Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where 2008-10-05 21:44:42 +00:00
aviheader.c Set sh_video->format when parsing aviheader, otherwise it might never 2007-12-01 14:29:53 +00:00
aviheader.h Add missing #includes that are required for things used in the header. 2008-06-17 09:09:36 +00:00
aviprint.c Code simplification 2009-01-01 11:41:09 +00:00
demux_aac.c Split the aac header parsing out of aac demuxer to allow using libmpmux 2008-04-09 00:43:19 +00:00
demux_asf.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_audio.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_avi.c Make AVI demuxer more resilient against broken or incomplete files. 2009-01-01 11:39:47 +00:00
demux_avs.c Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. 2008-09-15 05:40:29 +00:00
demux_avs.h Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. 2008-09-15 05:40:29 +00:00
demux_demuxers.c Make internal subtitle and subtitle switching work with -audiofile 2008-05-21 18:45:30 +00:00
demux_film.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:41:00 +00:00
demux_fli.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:41:00 +00:00
demux_gif.c Rename preprocessor directives related to image libraries. 2008-08-05 08:47:51 +00:00
demux_lavf.c Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable. 2009-04-01 09:24:46 +00:00
demux_lmlm4.c Make all demuxer_desc_t const, thus moving them to .rodata 2008-01-13 16:00:39 +00:00
demux_mf.c map jls (jpeg-ls), thm and db (thumbnails) files to jpg 2009-03-21 19:46:13 +00:00
demux_mkv.c change internal real video packetizing format to the more straight forward one 2009-02-09 22:00:57 +00:00
demux_mng.c MNG demuxer by Stefan Schuermans, stefan blinkenarea org 2008-11-30 13:22:34 +00:00
demux_mov.c Remove unused variable from demux_mov. 2009-03-08 09:28:01 +00:00
demux_mpc.c Use defines to give names to the different seek flags. 2008-01-29 15:11:38 +00:00
demux_mpg.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_nemesi.c Unbreak audio, thanks to Uoti for the insight 2008-06-12 21:53:48 +00:00
demux_nsv.c Set demuxer->audio->id to avoid breakage due to r26301 2008-04-05 09:19:55 +00:00
demux_nut.c Warning fixes for demux_nut 2008-12-12 05:08:28 +00:00
demux_ogg.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_pva.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_rawaudio.c Remove global demuxer_type 2008-04-12 15:51:05 +00:00
demux_rawdv.c Replace informal LGPL header by standard LGPL license header. 2009-05-08 21:47:03 +00:00
demux_rawvideo.c Remove global demuxer_type 2008-04-12 15:51:05 +00:00
demux_real.c Be more robust against corrupted RM files that contain invalid packet length 2009-02-19 11:42:05 +00:00
demux_realaud.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_roq.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_rtp.cpp increase the max RTP packet size to 5MB as modern Elphel 2008-10-22 16:08:26 +00:00
demux_rtp.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
demux_rtp_codec.cpp fix audio in some rtsp streams, ok'd by lu_zero 2008-08-11 17:32:31 +00:00
demux_rtp_internal.h Start unifying names of internal preprocessor directives. 2008-07-30 12:01:30 +00:00
demux_smjpeg.c Fix lots and lots of other demuxers broken by r26301 2008-04-05 14:11:48 +00:00
demux_ts.c Replace informal GPL license header by standard GPL header. 2009-05-08 21:47:50 +00:00
demux_ty.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
demux_ty_osd.c Correctly place second const in declaration. 2008-10-05 23:16:49 +00:00
demux_viv.c Avoid including avcodec.h in demuxer.h (and thus many other files) just to get 2008-07-17 17:14:12 +00:00
demux_vqf.c Add extra checks to avoid crashes with broken vqf files 2008-12-14 15:17:18 +00:00
demux_xmms.c WORDS_BIGENDIAN is defined/undefined, not 0/1. 2009-01-26 09:56:27 +00:00
demux_xmms_plugin.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
demux_y4m.c Make all demuxer_desc_t const, thus moving them to .rodata 2008-01-13 16:00:39 +00:00
demuxer.c Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is 2009-03-29 11:21:18 +00:00
demuxer.h Get rid of DEMUXER_TYPE_NUV define, it is no longer used. 2009-03-09 15:01:53 +00:00
ebml.c Add explicit location for headers from the stream/ directory. 2007-03-15 18:36:36 +00:00
ebml.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 23:32:01 +00:00
extension.c libavformat is now the default for mov, update extension.c to match this. 2009-04-15 08:38:39 +00:00
genres.h Rearrange genres between numbers 53 and 63 into the correct order. 2009-01-09 10:14:03 +00:00
matroska.h Remove unnecessary includes 2008-04-01 15:24:53 +00:00
mf.c Change mf_fps to double 2008-02-14 14:44:52 +00:00
mf.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
mp3_hdr.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
mp3_hdr.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 23:32:01 +00:00
mp_taglists.c override codec tag for pcm s32le and s32be, used in mov 2009-04-02 02:31:17 +00:00
mp_taglists.h Split the lavf taglists out of the lavf muxer to allow using libmpmux 2008-04-09 00:46:21 +00:00
mpeg_hdr.c Mark constant argument of mp_header_process_sequence_header as such. 2007-10-19 10:08:02 +00:00
mpeg_hdr.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
mpeg_packetizer.c Use correct PRIu64 length modifier for uint64_t value, fixes the warning: 2008-07-08 08:17:50 +00:00
mpeg_packetizer.h Use standard license headers with standard formatting. 2008-05-14 18:01:51 +00:00
ms_hdr.h Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER 2009-03-27 18:55:21 +00:00
muxer.c Start unifying names of internal preprocessor directives. 2008-07-30 12:01:30 +00:00
muxer.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 23:32:01 +00:00
muxer_avi.c Add explicit location for headers from the stream/ directory. 2007-03-15 18:36:36 +00:00
muxer_lavf.c fix compilation w/ FFmpeg r15533 2008-10-03 14:54:22 +00:00
muxer_mpeg.c Add prototype for mp_a52_framesize(). 2009-05-05 17:36:31 +00:00
muxer_rawaudio.c Add explicit location for headers from the stream/ directory. 2007-03-15 18:36:36 +00:00
muxer_rawvideo.c Remove unnecessary version.h #includes. 2008-04-30 11:03:41 +00:00
parse_es.c Remove unused parameter for mp_msg 2007-06-03 08:48:44 +00:00
parse_es.h Add missing header #includes to fix 'make checkheaders'. 2008-03-05 23:32:01 +00:00
parse_mp4.c Remove unnecessary malloc.h #includes and related #ifdeffery. 2009-04-02 09:20:48 +00:00
parse_mp4.h license header consistency cosmetics 2008-12-13 12:31:07 +00:00
qtpalette.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
stheader.h Factorize vobsub idx/extradata handling. 2008-10-27 22:51:22 +00:00
video.c Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: 2009-02-17 11:16:19 +00:00
yuv4mpeg.c Mark files that were imported from the MJPEG Tools suite as such. 2008-05-14 18:16:38 +00:00
yuv4mpeg.h Mark files that were imported from the MJPEG Tools suite as such. 2008-05-14 18:16:38 +00:00
yuv4mpeg_intern.h Mark files that were imported from the MJPEG Tools suite as such. 2008-05-14 18:16:38 +00:00
yuv4mpeg_ratio.c Mark files that were imported from the MJPEG Tools suite as such. 2008-05-14 18:16:38 +00:00