summaryrefslogtreecommitdiffstats
path: root/libavcodec/cook.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-5/+6
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-8/+8
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* cook: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERRORJustin Ruggles2012-11-011-4/+4
* cook: move samples_per_frame from COOKSubpacket to where it is usedJustin Ruggles2012-11-011-6/+5
* cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels()Justin Ruggles2012-11-011-11/+1
* cook: reverse a condition so that the code makes more senseJustin Ruggles2012-11-011-3/+2
* cook: remove unneeded COOKContext variable, sample_rateJustin Ruggles2012-11-011-3/+1
* cook: remove unneeded COOKContext variable, bit_rateJustin Ruggles2012-11-011-3/+1
* cook: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-8/+6
* cook: Remove some silly Doxygen commentsDiego Biurrun2012-10-261-17/+2
* cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun2012-10-261-7/+1
* cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun2012-10-261-7/+8
* cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun2012-10-261-4/+7
* cook: use planar sample formatJustin Ruggles2012-10-011-18/+22
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-7/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse2012-04-171-2/+2
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-14/+6
* cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje2012-03-101-14/+36
* cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje2012-03-101-1/+5
* cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje2012-03-071-2/+2
* cook: prevent div-by-zero if channels is zero.Ronald S. Bultje2012-02-171-0/+4
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* cook: K&R formatting cosmeticsShitiz Garg2011-12-311-364/+366
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+30
* cook: use a table for xor key rotationMans Rullgard2011-11-261-1/+5
* cook: fix apparent typo in extradata parsingK.Y.H2011-11-261-1/+1
* cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-291-7/+7
* cook: check output buffer size before decodingJustin Ruggles2011-10-291-3/+9
* cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-291-1/+0
* cook: remove pointless return statementsJustin Ruggles2011-10-291-2/+0
* cook: simplify decouple_info()Justin Ruggles2011-10-291-17/+14
* cook: return appropriate error codes instead of -1Justin Ruggles2011-10-291-22/+23
* cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-291-10/+11
* cook: remove unneeded #includesJustin Ruggles2011-10-291-5/+0
* cook: output float samples instead of converting to int16Justin Ruggles2011-10-291-14/+13
* cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-061-2/+3
* doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-031-1/+1
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-3/+2
* cook: Remove non-compiling debug output.Diego Biurrun2011-06-031-1/+0
* cook: Remove unused debug functions.Diego Biurrun2011-06-031-32/+0
* Add AVX FFT implementation.Vitor Sessak2011-04-261-1/+1
OpenPOWER on IntegriCloud