summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* rv10: return meaningful error codes.Anton Khirnov2013-04-171-26/+26
* rv10: cosmetics, reformatAnton Khirnov2013-04-171-265/+273
* qdm2: check that the FFT size is a power of 2Anton Khirnov2013-04-171-0/+4
* svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-171-14/+13
* svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov2013-04-171-1/+2
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-1512-117/+135
* vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-151-2/+8
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-153-9/+4
* bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-151-1/+2
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-123-15/+6
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-122-6/+9
* Move misplaced file author information where it belongsDiego Biurrun2013-04-115-22/+22
* lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-101-1/+1
* lavc: extend / update the [coded_]{width,height} doxyAnton Khirnov2013-04-101-5/+9
* h261: Move encoder/decoder shared table init to common codeDiego Biurrun2013-04-104-7/+14
* h261: Move shared data tables from a header to a proper C fileDiego Biurrun2013-04-105-38/+47
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-109-54/+64
* h264: Only initialize dsputil if error resilience is enabledRonald S. Bultje2013-04-101-2/+4
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-1013-77/+209
* h264: Clear the mb members via memset instead of using dsputilMartin Storsjö2013-04-101-2/+3
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-104-49/+24
* dfa: implement missing TDLT coding methodKostya Shishkov2013-04-091-4/+21
* h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö2013-04-081-3/+3
* lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-083-19/+36
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-0815-44/+44
* vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje2013-04-081-3/+5
* x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-084-233/+257
* bfin: Make vp3 functions staticMartin Storsjö2013-04-082-6/+4
* bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö2013-04-081-2/+4
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-052-0/+24
* h261: Move mvmap table to the only place it is usedDiego Biurrun2013-04-052-4/+4
* h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-052-166/+161
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-056-454/+476
* h261: Move function declarations to h261.hDiego Biurrun2013-04-054-11/+11
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-053-37/+34
* h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-053-4/+2
* libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand2013-04-041-1/+4
* bmv: check for len being valid in bmv_decode_frame().Anton Khirnov2013-04-041-1/+1
* dfa: check for invalid access in decode_wdlt().Anton Khirnov2013-04-041-0/+2
* doc: Fix best_nb_channells typoPeter Meerwald2013-04-041-3/+3
* vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz2013-03-301-0/+4
* vmdav: convert to bytestream2Alexandra Khirnova2013-03-281-93/+59
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-273-932/+965
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-272-15/+15
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-274-2433/+2487
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-274-3/+4
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-274-161/+159
OpenPOWER on IntegriCloud