3740 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)

Author SHA1 Message Date
Aurelien Jacobs fbb878ce0f matroskadec: add support for zlib compressed tracks 17 years ago
François Revol 7cf6af27c9 Fix non-debug build. 17 years ago
Carl Eugen Hoyos 696c30688b Fix icc warning #188: enumerated type mixed with another type 17 years ago
Carl Eugen Hoyos e3227b3f25 Add MATROSKA_TRACK_TYPE_NONE. 17 years ago
Carl Eugen Hoyos d9133126d3 Replace some occurrences of 0 with CODEC_ID_NONE. 17 years ago
Diego Pettenò 3375a6a597 Use strcasecmp() instead of re-inventing it. 17 years ago
Luca Abeni 397db8ac5e Fix type of dest_addr_len to respect return value of udp_set_url. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Jai Menon 86b2d47fc0 IFF stereo support 17 years ago
Diego Biurrun f38c6c6cab string.h is a system header file, so use <> for it. 17 years ago
Aurelien Jacobs b9a7da77ec use enum type instead of int 17 years ago
Aurelien Jacobs db26212676 cosmetics: indentation 17 years ago
Aurelien Jacobs de3230fb96 matroskadec: add support for lzo compressed tracks 17 years ago
Aurelien Jacobs 5d2b12f6de matroskadec: fail gracefully when seeking don't work 17 years ago
Aurelien Jacobs 53a1e82bd2 matroskadec: add support for track content encoding 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Michael Niedermayer abbae514e1 Check url_seek() in url_open(). 17 years ago
Diego Biurrun 4b13335d1c Use correct length modifier for pointer diff argument in av_log() call. 17 years ago
Diego Pettenò d6f142a1f8 Fix 'comparison always false' warning. 17 years ago
Benjamin Larsson fde8052e4e dts probe 17 years ago
Bartlomiej Wolowiec b7d1cd02e3 Nellymoser handling in FLV 17 years ago
Luca Barbato 17ac9f1c38 Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, 17 years ago
Justin Ruggles 8a0684f4c4 fix encoding of flac private data 17 years ago
Michael Niedermayer b22d0c04d7 Support invalid mpeg created by vdr 17 years ago
Michael Niedermayer 60711e9599 raw GSM demuxer (does not work yet as parser is missing) 17 years ago
Baptiste Coudurier a0af2fa445 set demuxers .value and use common audio_read_header function 17 years ago
Henrik Gulbrandsen e8430214c3 set pkt duration, only when dts == pts though, 17 years ago
Kostya Shishkov c5497b22b7 Missing tags in APE is normal situation, so don't print an error. 17 years ago
Baptiste Coudurier eb034aca18 yes it is true for mp4 17 years ago
Baptiste Coudurier 43612ffe25 remove unneeded variable 17 years ago
Baptiste Coudurier baf9fb32c0 move vars decls where vars are used 17 years ago
Baptiste Coudurier 45a97d3018 set channels and sample rate from mpeg4audio config 17 years ago
Baptiste Coudurier 1dec399449 parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files 17 years ago
Baptiste Coudurier 69b1c62756 update doc 17 years ago
Baptiste Coudurier 7e6273322c error is -1 17 years ago
Baptiste Coudurier cfb5a2abcb cosmetics 17 years ago
Baptiste Coudurier 47e1d7efce move vars decls where vars are used 17 years ago
Baptiste Coudurier 8cd92bb915 parser should not be needed anymore, merge cases and set frame size for amr too 17 years ago
Baptiste Coudurier 3b8c000d1e lower frame size to split amr/qcelp/gsm frames 17 years ago
Baptiste Coudurier 37ffe34bf3 align and remove useless braces 17 years ago
Baptiste Coudurier 1c126b4f38 cosmetics, remove whitespaces in tags 17 years ago
Baptiste Coudurier cc326d2bf3 set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov 17 years ago
Baptiste Coudurier 07a47ae2a3 pts are unsigned according to specs, fix negative pts when 32bit pts are used 17 years ago
Baptiste Coudurier 254629b1aa set wrap bits to 32bit to actually use it 17 years ago
Michael Niedermayer 903a2e8628 Avoid using reserved __names. 17 years ago
Michael Niedermayer ceedda75ea minor memleak 17 years ago
Michael Niedermayer 81d5ae6dec Fixing memleaks. 17 years ago
Baptiste Coudurier 287d6cfad7 cosmetics: remove useless whitespaces and put braces correctly 17 years ago
Baptiste Coudurier 3f78a3a955 demux qcelp, so this can work with soc decoder and stream copy 17 years ago
Baptiste Coudurier 76f34857ce qcelp fourcc 17 years ago