207 Commits (d8a7c4958e5a42f906936bdcc3deca3f534bca5f)

Author SHA1 Message Date
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 12 years ago
Michael Niedermayer 774830050a cook: check subbands more completely, fix out of array read. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer c9e4554329 cook: fix use of uninitialized variable 12 years ago
Justin Ruggles 93e27f86f1 cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR 12 years ago
Justin Ruggles 8f173ef019 cook: move samples_per_frame from COOKSubpacket to where it is used 12 years ago
Justin Ruggles 7efbba2e36 cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels() 12 years ago
Justin Ruggles d21b2e4726 cook: reverse a condition so that the code makes more sense 12 years ago
Justin Ruggles 926e9d28f1 cook: remove unneeded COOKContext variable, sample_rate 12 years ago
Justin Ruggles 8aa5b8c5c8 cook: remove unneeded COOKContext variable, bit_rate 12 years ago
Justin Ruggles 3509eee19c cook: use AVCodecContext.channels instead of keeping a private copy 12 years ago
Diego Biurrun 707f58f515 cook: Remove some silly Doxygen comments 12 years ago
Diego Biurrun 8a61ba0e81 cook: Remove senseless maybe_reformat_buffer32() function 12 years ago
Diego Biurrun f23b4a0682 cook: cosmetics: Better names for joint_decode() function parameters 12 years ago
Diego Biurrun 20015379a4 cook: cosmetics: Better name for ccpl COOKSubpacket member 12 years ago
Michael Niedermayer 4ce9312d76 libavcodec/cook: add {} to complex ifs 12 years ago
Justin Ruggles cbf6ee7823 cook: use planar sample format 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer 5a35bd92ad cook: check subacket count 13 years ago
Alex Converse b5d2bf964b cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Ronald S. Bultje 97e48b2f54 cook: error out on quant_index values outside [-63, 63] range. 13 years ago
Ronald S. Bultje 442c3a8cb1 cook: expand dither_tab[], and make sure indexes into it don't overflow. 13 years ago
Michael Niedermayer f7b57add8e cook: tighten the quant_index_table range further. 13 years ago
Ronald S. Bultje 37cc8600d0 cook: extend channel uncoupling tables so the full bit range is covered. 13 years ago
Michael Niedermayer 3a5836038d cook: silence some signed overflow warnings. 13 years ago
Michael Niedermayer c7048036db cook: fix return statements. 13 years ago
Michael Niedermayer ccb76ad91f cook: check decouple values. 13 years ago
Michael Niedermayer d629f3edaa cook: check that category is smaller than 8 13 years ago
Michael Niedermayer 51defefa85 cook: avoid out of global array read. 13 years ago
Michael Niedermayer bf72c0410d cook: add const to quant_index_table of categorize() 13 years ago
Ronald S. Bultje 941fc1ea1e cook: prevent div-by-zero if channels is zero. 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Shitiz Garg c3513477bb cook: K&R formatting cosmetics 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Mans Rullgard b7581b5c83 cook: use a table for xor key rotation 13 years ago
K.Y.H 51f316a997 cook: fix apparent typo in extradata parsing 13 years ago
K.Y.H 554caed2d3 cook: fix apparent typo in extradata parsing 13 years ago
Justin Ruggles 5c353eb8e3 cook: return AVERROR_PATCHWELCOME instead of ENOTSUP 13 years ago
Justin Ruggles e34c6c9708 cook: check output buffer size before decoding 13 years ago
Justin Ruggles 6631294c26 cook: do not needlessly set *data_size to 0 13 years ago
Justin Ruggles b277ebd508 cook: remove pointless return statements 13 years ago
Justin Ruggles c9c841e231 cook: simplify decouple_info() 13 years ago
Justin Ruggles f193c96f49 cook: return appropriate error codes instead of -1 13 years ago
Justin Ruggles e694831f9d cook: avoid hardcoded sizes in sizeof() 13 years ago
Justin Ruggles 776e9815a5 cook: remove unneeded #includes 13 years ago
Justin Ruggles c25df22365 cook: output float samples instead of converting to int16 13 years ago