summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-26
* enable a flexible lifetimeTobias Bindhammer2010-08-26
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-26
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-26
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-25
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-25
* Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributingRonald S. Bultje2010-08-25
* VP6: fix vp6_filter_diag4_mmx/sse on 64-bitMåns Rullgård2010-08-25
* ARM: update struct offsetsMåns Rullgård2010-08-25
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-24
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-24
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-24
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-24
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-23
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-23
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-23
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-23
* removed an unnecessary blank lineTobias Bindhammer2010-08-23
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-23
* added codec-ids for the a64 codecTobias Bindhammer2010-08-23
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-23
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-23
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-22
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-21
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-21
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-21
* Cosmetics: remove useless ().Stefano Sabatini2010-08-21
* Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger2010-08-21
* dv: fix alignment of scratch bufferMåns Rullgård2010-08-20
* Fixed mpeg12 top field first flag value with field picture encoding.Laurent Aimar2010-08-20
* imc: fix undefined float to int conversionMåns Rullgård2010-08-19
* fft-test: format error output more readablyMåns Rullgård2010-08-16
* Remove some stray +s in VP8Jason Garrett-Glaser2010-08-13
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-12
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-11
* remove b4_stride/mb_stride.Pascal Massimino2010-08-11
* fix over-allocation. confused b4_stride with mb_width.Pascal Massimino2010-08-11
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-09
* Fix handling of truncated files. Should fix random FATE breakages.Vitor Sessak2010-08-09
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07