]> git.sesse.net Git - ffmpeg/history - libavcodec/cook.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / cook.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-11-24 Luca Barbatocook: Make sure there is enough extradata
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglescook: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglescook: use av_dlog() for debug logging instead of av_log...
2012-11-01 Justin Rugglescook: move samples_per_frame from COOKSubpacket to...
2012-11-01 Justin Rugglescook: use av_get_channel_layout_nb_channels() instead...
2012-11-01 Justin Rugglescook: reverse a condition so that the code makes more...
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, sample_rate
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, bit_rate
2012-11-01 Justin Rugglescook: use AVCodecContext.channels instead of keeping...
2012-10-26 Diego Biurruncook: Remove some silly Doxygen comments
2012-10-26 Diego Biurruncook: Remove senseless maybe_reformat_buffer32() function
2012-10-26 Diego Biurruncook: cosmetics: Better names for joint_decode() functi...
2012-10-26 Diego Biurruncook: cosmetics: Better name for ccpl COOKSubpacket...
2012-10-01 Justin Rugglescook: use planar sample format
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-17 Alex Conversecook: Make constants passed to AV_BE2NE32C() unsigned...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-11 Ronald S. Bultjecook: error out on quant_index values outside [-63...
2012-03-10 Ronald S. Bultjecook: expand dither_tab[], and make sure indexes into...
2012-03-07 Ronald S. Bultjecook: extend channel uncoupling tables so the full...
2012-02-17 Ronald S. Bultjecook: prevent div-by-zero if channels is zero.
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-12-31 Shitiz Gargcook: K&R formatting cosmetics
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-26 Mans Rullgardcook: use a table for xor key rotation
2011-11-26 K.Y.Hcook: fix apparent typo in extradata parsing
2011-10-29 Justin Rugglescook: return AVERROR_PATCHWELCOME instead of ENOTSUP
2011-10-29 Justin Rugglescook: check output buffer size before decoding
2011-10-29 Justin Rugglescook: do not needlessly set *data_size to 0
2011-10-29 Justin Rugglescook: remove pointless return statements
2011-10-29 Justin Rugglescook: simplify decouple_info()
2011-10-29 Justin Rugglescook: return appropriate error codes instead of -1
2011-10-29 Justin Rugglescook: avoid hardcoded sizes in sizeof()
2011-10-29 Justin Rugglescook: remove unneeded #includes
2011-10-29 Justin Rugglescook: output float samples instead of converting to...
2011-10-06 Laurent Aimarcook: Fix js_vlc_bits value validation for joint stereo
2011-07-03 Diego Biurrundoxygen: Drop array size declarations from Doxygen...
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego Biurruncook: Remove non-compiling debug output.
2011-06-02 Diego Biurruncook: Remove unused debug functions.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-23 Diego Biurruncook: Fix small typo in av_log_ask_for_sample message.
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
2011-04-21 Diego BiurrunUse av_log_ask_for_sample() where appropriate.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-08 Diego BiurrunImprove variable names in imlt_window_float() and mlt_c...
2010-07-08 Diego BiurrunRestore array sizes in doxygen parameter names.
2010-07-02 Diego BiurrunMove DECODE_BYTES_PAD* macros before Doxygen comments.
2010-07-02 Diego BiurrunFix doxy of gb parameter in decode_gain_info().
2010-07-02 Diego BiurrunAvoid one more instance of angular brackets in Doxygen...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-29 Måns Rullgårdcook: use constant seed for dithering RNG
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-15 Benjamin LarssonBugfix for bug introduced in the multichannel cook...
2009-04-25 Benjamin LarssonProper subpacket size check for cook multichannel files.
2009-04-25 Benjamin LarssonRemove parentheses
2009-04-25 Benjamin LarssonSet the type of size in COOKSubpacket to unsigned
2009-04-25 Benjamin LarssonMake sure we only parse max amount of subpackets (5...
2009-04-25 Benjamin LarssonIndent
2009-04-25 Benjamin LarssonRemove redundant code
2009-04-25 Benjamin LarssonSupport cook multichannel files.
2009-04-25 Benjamin LarssonFix the COOKDEBUG code
2009-04-25 Benjamin LarssonFactor out COOKSubpacket, in preparation for multichann...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-20 Benjamin LarssonGet rid of av_random in cook.c
2009-03-17 Ramiro Pollause intptr_t to cast pointers to int in codecs maintain...
2009-03-15 Benjamin LarssonAdd cook channel count function, part of multichannel...
2009-03-15 Benjamin LarssonAdd max allowed subpackets in multichannel cook
2009-03-15 Benjamin Larssonsave avctx in cook decoder context and use it for av_log
2009-03-15 Benjamin Larssonmemset when category is >=7, part of cook multichannel
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-08 Diego BiurrunAdd av_cold attribute to init function.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
next