summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ac3dec: output planar float onlyMans Rullgard2012-12-09
* svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau2012-12-09
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau2012-12-08
* h264: check for invalid zeros_left before writingRonald S. Bultje2012-12-08
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann2012-12-08
* takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard2012-12-07
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-07
* parser: fix large overreadsMichael Niedermayer2012-12-07
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-07
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-07
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-07
* dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-07
* snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-07
* arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-07
* avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö2012-12-07
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-07
* h264: check sps.log2_max_frame_num for validityJanne Grunau2012-12-07
* flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-07
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-07
* AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet2012-12-07
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-05
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-05
* alacenc: add support for multi-channel encodingJustin Ruggles2012-12-05
* mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau2012-12-05
* eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau2012-12-05
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov2012-12-04
* lavc: don't reuse audio buffersAnton Khirnov2012-12-04
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-02
* aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet2012-12-02
* build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun2012-11-29
* h264: check context state before decoding slice data partitionsJanne Grunau2012-11-29
* flashsv: make sure data for zlib priming is availableJanne Grunau2012-11-29
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-28
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-28
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-28
* vble: Do not abort decoding when version is not 1Piotr Bandurski2012-11-27
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-27
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-27
* h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-27
* h264: add missing new line to log messageJanne Grunau2012-11-27
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-26
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* aacenc: use the correct output bufferMichael Niedermayer2012-11-26
* aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-26