summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje2013-04-08
* x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-08
* bfin: Make vp3 functions staticMartin Storsjö2013-04-08
* bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö2013-04-08
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-05
* h261: Move mvmap table to the only place it is usedDiego Biurrun2013-04-05
* h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun2013-04-05
* h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun2013-04-05
* h261: Move function declarations to h261.hDiego Biurrun2013-04-05
* h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-05
* h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun2013-04-05
* libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand2013-04-04
* bmv: check for len being valid in bmv_decode_frame().Anton Khirnov2013-04-04
* dfa: check for invalid access in decode_wdlt().Anton Khirnov2013-04-04
* doc: Fix best_nb_channells typoPeter Meerwald2013-04-04
* vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz2013-03-30
* vmdav: convert to bytestream2Alexandra Khirnova2013-03-28
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-27
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-27
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-27
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-27
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-27
* vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau2013-03-27
* vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau2013-03-26
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-26
* utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-26
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-26
* h264: Make it possible to compile without error_resilienceRonald S. Bultje2013-03-26
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-26
* ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-25
* h264: Remove an unused variableMartin Storsjö2013-03-25
* x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-25
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-24
* x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-23