Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-09dfa: implement missing TDLT coding methodKostya Shishkov
2013-04-08h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö
2013-04-08lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-08vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje
2013-04-08x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje
2013-04-08bfin: Make vp3 functions staticMartin Storsjö
2013-04-08bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö
2013-04-06x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet
2013-04-05h261: Move mvmap table to the only place it is usedDiego Biurrun
2013-04-05h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun
2013-04-05h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-04-05h261: Remove H.261 loop filter from dsputilDiego Biurrun
2013-04-05h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun
2013-04-04libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand
2013-04-04bmv: check for len being valid in bmv_decode_frame().Anton Khirnov
2013-04-04dfa: check for invalid access in decode_wdlt().Anton Khirnov
2013-04-04doc: Fix best_nb_channells typoPeter Meerwald
2013-03-30vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz
2013-03-28vmdav: convert to bytestream2Alexandra Khirnova
2013-03-27msmpeg4: Split decoding related functions to a separate fileMartin Storsjö
2013-03-27mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun
2013-03-27mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
2013-03-27vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau
2013-03-27vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau
2013-03-26hwaccel: fix use with frame based multithreadingJanne Grunau
2013-03-26utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau
2013-03-26x86: vc1dsp: Fix indentationMartin Storsjö
2013-03-26h264: Make it possible to compile without error_resilienceRonald S. Bultje
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-25ape: 3.80-3.92 decoding supportKostya Shishkov
2013-03-25h264: Remove an unused variableMartin Storsjö
2013-03-25x86: consistently use unaligned movs in the unaligned bswapJanne Grunau
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
2013-03-24x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö
2013-03-22tscc2: allocate AVFrame properly.Anton Khirnov
2013-03-21h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov
2013-03-21h264: add a parameter to the CHROMA444 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the CABAC macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_MBAFF macro.Anton Khirnov