summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-01
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-30
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-30
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-30
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-30
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-30
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-30
* Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos2010-09-30
* Move static inline function to a macro, so that constant propagation inRonald S. Bultje2010-09-29
* rawdec: Properly pass reordered_opaque through the decoderAlexander Strange2010-09-29
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-29
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-29
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-29
* Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje2010-09-29
* Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje2010-09-29
* Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje2010-09-29
* Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje2010-09-29
* Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje2010-09-29
* Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer2010-09-29
* Try to fix crashes introduced by r25218Jason Garrett-Glaser2010-09-28
* Fix index_entries pos:Michael Chinen2010-09-27
* In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier2010-09-27
* In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier2010-09-27
* Fix several security issues in flicvideo.cMichael Niedermayer2010-09-27
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
* Bump minor version for the addition of the G.722 encoderMartin Storsjö2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-26
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Split and then simplify address generation macro.Reimar Döffinger2010-09-26
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-25
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-25
* vorbisenc: remove VLAsMåns Rullgård2010-09-24
* Remove unused variable.Ronald S. Bultje2010-09-24
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Add a G.722 encoderMartin Storsjö2010-09-23
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-23
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-21
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-21
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-20
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-18
* Remove pointless semicolonVitor Sessak2010-09-17
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-17