summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* algmm: convert to bytestream2 API.Ronald S. Bultje2012-03-07
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-07
* x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-07
* SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-06
* error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-06
* svq3: protect against negative quantizers.Ronald S. Bultje2012-03-06
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-06
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
* amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-05
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-05
* libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-05
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-05
* Fix format string vulnerability detected by -Wformat-security.Fabian Greffrath2012-03-05
* x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-05
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-04
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* proresenc: give user a possibility to alter some encoding parametersKostya Shishkov2012-03-04
* vorbisenc: add output buffer overwrite protectionJustin Ruggles2012-03-04
* libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles2012-03-04
* ra144enc: fix end-of-stream handlingJustin Ruggles2012-03-04
* nellymoserenc: zero any leftover packet bytesJustin Ruggles2012-03-04
* nellymoserenc: use proper MDCT overlap delayJustin Ruggles2012-03-04
* qpeg: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-03
* vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
* vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
* vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
* wmaenc: fix m/s stereo encoding for the first frameJustin Ruggles2012-03-03
* wmaenc: return s->block_align instead of recalculating itJustin Ruggles2012-03-03
* wmaenc: check final frame size against output packet sizeJustin Ruggles2012-03-03
* wmaenc: require a large enough output buffer to prevent overwritesJustin Ruggles2012-03-03
* wmaenc: limit allowed sample rate to 48kHzJustin Ruggles2012-03-03
* wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZEJustin Ruggles2012-03-03
* mpegaudio_parser: do not ignore information from the first parsed frameJustin Ruggles2012-03-03
* mpegaudio_parser: be less picky about the start positionMichael Niedermayer2012-03-03
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* vorbisdec: read the previous window flag for long windowsJustin Ruggles2012-03-03
* lavc: free the output packet when encoding failed or produced no output.Anton Khirnov2012-03-03
* lavc: preserve avpkt->destruct in ff_alloc_packet().Anton Khirnov2012-03-03
* lavc: clarify the meaning of AVCodecContext.frame_number.Anton Khirnov2012-03-03
* amrwb: remove duplicate arguments from extrapolate_isf().Ronald S. Bultje2012-03-02
* amrwb: error out early if mode is invalid.Ronald S. Bultje2012-03-02
* h264: change underread for 10bit QPEL to overread.Ronald S. Bultje2012-03-02
* vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje2012-03-02