22 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
Reimar Döffinger 909063f745 100l, since we already check for buf_size == 769 we should also 17 years ago
Reimar Döffinger 3e368d726a Use bytestream_get_be24 to simplify palette parsing. 17 years ago
Michael Niedermayer 3d37b11f92 some const 17 years ago
Kostya Shishkov f0dd9d4505 Check unp_size for possible overflows too 17 years ago
Kostya Shishkov e938637b2c Add checks on input/output buffers size for some audio decoders 17 years ago
Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Kostya Shishkov c72e05ba0f Smacker Audio stereo fix 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Kostya Shishkov 429914a330 1l: correct argument order in avcodec_check_dimensions 18 years ago
Kostya Shishkov 34a8dcd031 Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. 18 years ago
Kostya Shishkov 103eee5352 Now MPlayer should understand Smacker audio and video codecs. 19 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Kostya Shishkov 76fabb4579 Don't use get_vlc2() when tree is one symbol. This fixes audio decoding 19 years ago
Kostya Shishkov 348efc1836 Smacker demuxer and decoder. 19 years ago