39 Commits (daba69b211b8d57bd0c64e7cfd9e3326920efbeb)

Author SHA1 Message Date
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Corey Hickey 1fd7ec4412 DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Vidar Madsen 694eaead0c Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) 19 years ago
Calcium 58d2a1506d 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) 20 years ago
Alex Beregszaszi a50ff23cc8 pseudo codec tag for adpcm_swf 20 years ago
Michael Niedermayer a1e568bd23 wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) 20 years ago
Michael Niedermayer 3129cd0140 allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end 20 years ago
Michael Niedermayer 359fa0febc cbr audio muxing fix 20 years ago
Michael Niedermayer 5ba7c3d7c9 set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams 20 years ago
Michael Niedermayer 595bf4ef63 set correct timebase 20 years ago
Nathan Kurz ecc2c0a464 set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) 20 years ago
Mike Melanson b3bfb29980 Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov 20 years ago
Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
Måns Rullgård ca37721277 untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) 20 years ago
Michael Niedermayer c4f8d5d9f9 write shorter headers if possible 20 years ago
Alex Beregszaszi 7251dfafda unofficial ids for sonic for using in nut (fixme) 20 years ago
Michael Niedermayer 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>) 21 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 5062c202e2 10l 21 years ago
Michael Niedermayer 6748046eaa store extradata, vorbis in avi works now, dont expect av sync though 21 years ago
Michael Niedermayer 2926db54ba some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id? 21 years ago
Ronald S. Bultje c3775e542f fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Brian Becker 361b1b8676 Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) 21 years ago
Roman Shaposhnik e5966052ee * Initial implementation of the G.726 ADPCM audio codec. 21 years ago
Fabrice Bellard f9b5459e79 seeking support - fixed some ADPCM decoding cases 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard 80783dc2c2 CODEC_ID_MP3LAME is obsolete 21 years ago
Mike Melanson 048446bfeb support for Duck DK3 and DK4 ADPCM 21 years ago
Michael Niedermayer bd5a60201e use codec_tag for encoding too 21 years ago
Michael Niedermayer e0ece99ab9 sorry forgot 22 years ago
Roman Shaposhnik 2e7973bbe7 correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 7004ffb3d7 merging fourcc with codec_tag 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Zdenek Kabelac e8c0008912 * cleanup statics & const 22 years ago
Zdenek Kabelac cb146fafa5 * always set extradata_size 22 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 22 years ago
Fabrice Bellard 94ef68647c suppressed packet size dependancy 23 years ago
François Revol 889c522492 adpcm encoding patch by François Revol <revol at free dot fr> 23 years ago
François Revol 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 23 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Philip Gladstone afc25d93ea * Make put_wav_header return the number of bytes that it put. 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago