1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00
mpv/libmpdemux
reimar ef393a0650 Use av_int2flt/av_int2dbl to read float values. This is simpler and more
correct since it also works for int endianness != float endianness.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21404 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-30 17:55:00 +00:00
..
asf.h Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
asfheader.c Try to handle oversized asf headers by ignoring anything beyond the first MB 2006-11-13 19:16:39 +00:00
aviheader.c Move initialization of sh_audio/sh_video members to aviheader 2006-11-30 17:48:00 +00:00
aviheader.h Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
aviprint.c Convert printfs in aviprint.c to mp_msg and give the information printing 2006-03-27 17:25:41 +00:00
demux_aac.c Clean up audio pts handling, make audio pts tracking in the audio-only 2006-06-14 19:48:54 +00:00
demux_asf.c Fix crash when attempting to seek in a streamed unseekable stream, like 2006-11-08 23:54:21 +00:00
demux_audio.c Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav 2006-10-21 19:58:49 +00:00
demux_avi.c Move initialization of sh_audio/sh_video members to aviheader 2006-11-30 17:48:00 +00:00
demux_avs.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
demux_avs.h The FSF changed postal address. 2006-09-01 12:11:11 +00:00
demux_demuxers.c Fix demux_demuxers seeking if the video demuxer does not set 2006-10-05 21:28:55 +00:00
demux_film.c rm unnecesary casts from void* - part 4 2006-07-03 13:21:54 +00:00
demux_fli.c drops casts from void * on malloc/calloc from libmpdemux code 2006-07-13 16:41:13 +00:00
demux_gif.c Remove unused variables, patch by Stefan Huehner stefan at huehner org. 2006-07-08 17:28:36 +00:00
demux_lavf.c support for Westwood SND1 audio 2006-11-29 10:51:39 +00:00
demux_lmlm4.c Remove unused variables, patch by Stefan Huehner stefan at huehner org. 2006-07-08 17:28:36 +00:00
demux_mf.c Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just 2006-09-11 19:01:20 +00:00
demux_mkv.c Cosmetics: indentation fix. 2006-11-23 17:37:28 +00:00
demux_mov.c Fix 2 header bugs introduced by nplourde's previous commit: 2006-11-28 23:53:07 +00:00
demux_mpc.c Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
demux_mpg.c Make subtitle stream handling more similar to audio and video streams. 2006-11-13 16:15:23 +00:00
demux_nsv.c Cleanup/simplify nsv check_file function. 2006-10-28 11:01:18 +00:00
demux_nut.c fix demux_nut to give proper (estimate) of percent position after a seek 2006-11-18 20:44:22 +00:00
demux_nuv.c Remove unused variables, patch by Stefan Huehner stefan at huehner org. 2006-07-08 17:28:36 +00:00
demux_ogg.c 10l, compilation error in r21054 2006-11-19 14:35:39 +00:00
demux_pva.c remove completely pointless != NULL check 2006-04-16 13:25:14 +00:00
demux_rawaudio.c drops casts from void * on malloc/calloc from libmpdemux code 2006-07-13 16:41:13 +00:00
demux_rawdv.c add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se 2006-10-25 20:39:01 +00:00
demux_rawvideo.c Second-try commit of this patch. 2006-02-17 01:57:41 +00:00
demux_real.c Fix extradata passing to lavc RV20 decoder 2006-11-14 22:40:35 +00:00
demux_realaud.c drops casts from void * on malloc/calloc from libmpdemux code 2006-07-13 16:41:13 +00:00
demux_roq.c drops casts from void * on malloc/calloc from libmpdemux code 2006-07-13 16:41:13 +00:00
demux_rtp_codec.cpp Simplistic attempt to make H.264 over RTSP work. 2006-08-16 23:40:51 +00:00
demux_rtp_internal.h LIVE.COM tests moved to ./configure 2004-08-09 08:22:10 +00:00
demux_rtp.cpp don't declare same global var twice (break live555 compilation) 2006-06-26 22:00:44 +00:00
demux_rtp.h ported all network streams to the new API 2005-05-29 12:54:00 +00:00
demux_smjpeg.c Demuxer modularization 2005-08-05 19:57:47 +00:00
demux_ts.c slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too) 2006-11-20 21:03:46 +00:00
demux_ty_osd.c marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org 2006-07-15 16:03:12 +00:00
demux_ty.c Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as TiVo file 2006-10-10 19:21:33 +00:00
demux_viv.c printf --> mp_msg 2006-07-14 07:40:36 +00:00
demux_vqf.c Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
demux_xmms_plugin.h XMMS Input plugin support 2002-12-22 21:01:01 +00:00
demux_xmms.c drops casts from void * on malloc/calloc from libmpdemux code 2006-07-13 16:41:13 +00:00
demux_y4m.c Second-try commit of this patch. 2006-02-17 01:57:41 +00:00
demuxer.c added code to switch video stream 2006-11-16 21:23:06 +00:00
demuxer.h new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s) 2006-11-18 14:31:31 +00:00
ebml.c Use av_int2flt/av_int2dbl to read float values. This is simpler and more 2006-11-30 17:55:00 +00:00
ebml.h Add matroska v2 (SimpleBlock) support. 2006-09-25 21:17:43 +00:00
extension.c WavPack files contain a complete, valid RIFF tag, so use extension (.wv) 2006-10-08 12:19:08 +00:00
genres.h CVS --> Subversion in copyright notices 2006-06-22 13:34:00 +00:00
Makefile Remove some superfluous include CFLAGS. 2006-11-29 15:14:03 +00:00
matroska.h Generalize subtitle switching, demux_ogg does not need a special case 2006-11-19 14:23:54 +00:00
mf.c mf.[hc] belong to libmpdemux 2006-08-03 19:31:36 +00:00
mf.h mf.[hc] belong to libmpdemux 2006-08-03 19:31:36 +00:00
mp3_hdr.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
mp3_hdr.h set i_bps in demux_audio for WAV and MP3 to avoid division by zero before 2005-08-01 18:36:50 +00:00
mpeg_hdr.c COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c 2006-05-07 16:05:38 +00:00
mpeg_hdr.h COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c 2006-05-07 16:05:38 +00:00
mpeg_packetizer.c Fixes 2006-10-08 22:43:29 +00:00
mpeg_packetizer.h cosmetics: comments and reindentation asked by gxben 2006-07-22 09:59:44 +00:00
ms_hdr.h Better protection against double definition of MPEGLAYER3WAVEFORMAT 2004-08-09 15:53:10 +00:00
muxer_avi.c better rounding for audio_delay_fix in muxer_avi.c 2006-09-22 10:27:17 +00:00
muxer_lavf.c Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
muxer_mpeg.c Remove bswap.h, use libavutil/bswap.h instead. 2006-11-29 15:02:45 +00:00
muxer_rawaudio.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
muxer_rawvideo.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
muxer.c Fix potential integer overflows in memory allocation. 2006-06-04 22:41:27 +00:00
muxer.h pass average bitrate from encoder to (lavf) muxer 2006-08-10 21:48:41 +00:00
nuppelvideo.h Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl 2006-11-28 19:01:04 +00:00
parse_es.c suppress error message at eof 2006-01-17 20:45:51 +00:00
parse_es.h libdemuxer... 2001-10-20 18:49:08 +00:00
parse_mp4.c decoderConfigLen can be larger than 255 bytes 2006-06-09 21:29:18 +00:00
parse_mp4.h Add support for 13k Voice (Qclp) in 3g2 files 2006-08-11 22:57:33 +00:00
qtpalette.h static tables 2004-06-25 17:03:59 +00:00
stheader.h Reorganize code to move more things out of main(). 2006-11-20 09:12:07 +00:00
video.c Cleanup for uselessly complicated closed-caption subtitle handling 2006-11-25 22:06:00 +00:00
yuv4mpeg_intern.h The FSF changed postal address. 2006-09-01 12:11:11 +00:00
yuv4mpeg_ratio.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
yuv4mpeg.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
yuv4mpeg.h The FSF changed postal address. 2006-09-01 12:11:11 +00:00