summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* svq1enc: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* svq3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* svq1: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* interplayvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* vp56: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje2013-04-19
* h264: fully support cropping.Anton Khirnov2013-04-19
* ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-19
* indeo3: check motion vectors.Anton Khirnov2013-04-17
* indeo3: fix data size checkAnton Khirnov2013-04-17
* indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-17
* rv10: check that extradata is large enoughAnton Khirnov2013-04-17
* rv10: return meaningful error codes.Anton Khirnov2013-04-17
* rv10: cosmetics, reformatAnton Khirnov2013-04-17
* qdm2: check that the FFT size is a power of 2Anton Khirnov2013-04-17
* svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-17
* svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov2013-04-17
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-15
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-15
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-12
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-12
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-12
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-12
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-10
* lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-10
* h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-10
* h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-10
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje2013-04-10
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* h264: Clear the mb members via memset instead of using dsputilMartin Storsjö2013-04-10
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-10
* dfa: implement missing TDLT coding methodKostya Shishkov2013-04-09
* h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö2013-04-08
* lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-08
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08