summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Mark xmm registers as clobbered in simple loopfilter. Should fix the lastRonald S. Bultje2010-08-241-11/+11
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-242-3/+4
* msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()Måns Rullgård2010-08-241-2/+1
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-244-45/+184
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-244-41/+117
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-231-1/+303
* Revert unintended changes to fft.h from r24890.Alex Converse2010-08-231-1/+1
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-232-26/+26
* imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".Alex Converse2010-08-232-3/+3
* removed an unnecessary blank lineTobias Bindhammer2010-08-231-1/+0
* enabling codec and muxer by registering it in allcodec.c and allformat.c and ...Tobias Bindhammer2010-08-232-0/+4
* added codec-ids for the a64 codecTobias Bindhammer2010-08-231-1/+4
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-233-0/+390
* Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures).Ronald S. Bultje2010-08-231-14/+14
* Convert ff_imdct_half_sse() to yasm.Alex Converse2010-08-222-108/+195
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-211-4/+0
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-211-4/+0
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-211-8/+0
* Cosmetics: remove useless ().Stefano Sabatini2010-08-211-1/+1
* Export the presentation video dimensions as avctx->width/avctx->height.Reimar Döffinger2010-08-211-8/+9
* dv: fix alignment of scratch bufferMåns Rullgård2010-08-201-1/+1
* Fixed mpeg12 top field first flag value with field picture encoding.Laurent Aimar2010-08-201-1/+8
* imc: fix undefined float to int conversionMåns Rullgård2010-08-191-1/+1
* fft-test: format error output more readablyMåns Rullgård2010-08-161-1/+1
* Remove some stray +s in VP8Jason Garrett-Glaser2010-08-131-2/+2
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-122-2/+5
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-122-48/+2
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-123-8/+8
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-112-12/+30
* remove b4_stride/mb_stride.Pascal Massimino2010-08-111-19/+10
* fix over-allocation. confused b4_stride with mb_width.Pascal Massimino2010-08-111-2/+2
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-091-1/+3
* Fix handling of truncated files. Should fix random FATE breakages.Vitor Sessak2010-08-091-1/+5
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-074-6/+9
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser2010-08-071-25/+22
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-073-0/+3
* libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...Alex Converse2010-08-061-0/+1
* vorbis_dec: Change partition_class[] to uint8_t.Alex Converse2010-08-061-1/+1
* Add a CONFIG_ variable for generic Huffman routines.Diego Biurrun2010-08-061-2/+3
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-0640-48/+83
* Deprecate avcodec_check_dimensions() in favor of the new functionStefano Sabatini2010-08-062-12/+9
* fft-test: free buffers before exitingMåns Rullgård2010-08-061-0/+7
* VP8: fix bug in prefetchJason Garrett-Glaser2010-08-051-2/+2
* ARM: NEON H264 8x8 IDCTMåns Rullgård2010-08-052-0/+213
* Add file missing in r24702Jason Garrett-Glaser2010-08-051-0/+170
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-053-0/+23
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-046-20/+60
* fft-test: exit with non-zero status if test failedMåns Rullgård2010-08-041-8/+12
* Fix VP8 decoder dependenciesMartin Storsjö2010-08-041-1/+1