summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun2012-09-27
* dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun2012-09-27
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-27
* Add Opus codec id and codec description.Andrew D'Addesio2012-09-27
* truemotion2: Request samples for old TM2 headersDiego Biurrun2012-09-26
* xsub: feed init_get_bits the whole bufferAlexandre Colucci2012-09-25
* libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö2012-09-25
* libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö2012-09-25
* Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis2012-09-25
* pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-25
* libfdk-aac: reindent after last commitNathan Caldwell2012-09-25
* libfdk-aac: Limit to supported sample rates.Nathan Caldwell2012-09-25
* cbrt_tablegen: Include libm.hDerek Buitenhuis2012-09-24
* libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-24
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-24
* lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-24
* lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-24
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-24
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-24
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-22
* sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-09-21
* libx264: add forgotten ;Anton Khirnov2012-09-21
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
* motion_est: fix use of inline on extern functionsMans Rullgard2012-09-20
* libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-19
* tiffdec: Add support for GRAY16LE.Alex Converse2012-09-19
* tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse2012-09-19
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-19
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-19
* rv34: use ff_MPV_common_frame_size_change()Janne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-19
* avcodec: cleanup utils.cLuca Barbato2012-09-18
* binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles2012-09-18
* binkaudio: use float sample formatJustin Ruggles2012-09-18
* binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles2012-09-18
* alsdec: fix misplaced parentheses.Clément Bœsch2012-09-17
* alsdec: check return values.Thilo Borgmann2012-09-17
* alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann2012-09-17
* alsdec: Fix out of ltp_gain_values read.Thilo Borgmann2012-09-17
* alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-09-17
* alsdec: check opt_order.Michael Niedermayer2012-09-17
* alsdec: Check k used for rice decoder.Michael Niedermayer2012-09-17
* xsubenc: reindentAnton Khirnov2012-09-17
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* mpegvideo: drop unnecessary arguments to hpel_motion()Mans Rullgard2012-09-16
* mpegvideo: drop 'inline' from some functionsMans Rullgard2012-09-16