summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-28
* rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-28
* rv34: remove constant parameterChristophe Gisquet2012-04-28
* rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-28
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-28
* rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-28
* h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
* libschroedingerdec: check mallocJordi Ortiz2012-04-28
* dsputil: fix invalid array indexingMans Rullgard2012-04-26
* fft-test: add option to set cpuflag maskMans Rullgard2012-04-25
* vp8: armv6: fix non-armv6t2 buildMans Rullgard2012-04-25
* vp8: armv6 optimisationsMans Rullgard2012-04-25
* vp8: arm: separate ARMv6 functions from NEONMans Rullgard2012-04-25
* ARM: add some compatibility macrosMans Rullgard2012-04-25
* Remove libdirac decoder.Diego Biurrun2012-04-23
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* dsputil: remove unused functionsMans Rullgard2012-04-21
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
* utvideo: general cosmeticsJan Ekström2012-04-20
* aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse2012-04-20
* xxan: Remove write-only variable in xan_decode_frame_type0().Diego Biurrun2012-04-20
* ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-20
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-20
* dv: Initialize encoder tables during encoder init.Diego Biurrun2012-04-19
* dv: Replace some magic numbers by the appropriate #define.Diego Biurrun2012-04-19
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-18
* mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun2012-04-18
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-17
* cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse2012-04-17
* aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-17
* dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().Diego Biurrun2012-04-17
* proresenc: multithreaded quantiser searchKostya Shishkov2012-04-17
* aacdec: More robust output configuration.Alex Converse2012-04-16
* faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-16
* faac: Add .channel_layoutsAlex Converse2012-04-16
* indeo3: add parens around some macro argumentsMans Rullgard2012-04-16
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-16
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-16
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-16
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-15
* libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun2012-04-14
* libxvid: drop some pointless dead codeDiego Biurrun2012-04-14
* wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar2012-04-14
* wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar2012-04-14
* wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar2012-04-14
* wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar2012-04-14
* qdm2: fix a dubious pointer castMans Rullgard2012-04-13