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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-07Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann
2009-04-07Move scale factor computation to its own function. Patch by KenanKenan Gillet
2009-04-07Try to honor even completely invalid motion vectors as far as isMichael Niedermayer
2009-04-06Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles
2009-04-06mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla
2009-04-06mlpdec: There must be no extraword for MLP.Ramiro Polla
2009-04-06mlpdec: Validate non-restart bit from the substream header.Ramiro Polla
2009-04-06mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla
2009-04-05Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
2009-04-04Add missing static qualifier from function declaration. Patch by KenanKenan Gillet
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-03Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger
2009-04-03Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger
2009-04-03Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-03Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
2009-04-02Register VA API HW accelerators.Gwenole Beauchesne
2009-04-02Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne
2009-04-02Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne
2009-04-02Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-02Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini
2009-04-01Add SSE4 detection supportDavid Conrad
2009-04-01Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne
2009-04-01Remove unused FILTSIGN macroDavid Conrad
2009-04-01Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård
2009-04-01Reindent after the last patch.Stefano Sabatini
2009-04-01Add/fix support for bitstream formats reading in read_line().Stefano Sabatini
2009-04-01Make the step and offset fields of the component descriptor express aStefano Sabatini
2009-04-01Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger
2009-04-01Document read_line().Stefano Sabatini
2009-03-31Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini
2009-03-31Cosmetics: remove some pointless {}Reimar Döffinger
2009-03-31Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger
2009-03-31One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger
2009-03-31Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini
2009-03-31Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger
2009-03-31Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini
2009-03-31Add comments specifying the name of the components in the descriptors.Stefano Sabatini
2009-03-31Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger
2009-03-31Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger
2009-03-31Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini
2009-03-31Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken
2009-03-31Replacement reference DCT implementation.Dylan Yudaken
2009-03-31Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger
2009-03-31100l, fix FATE test broken by r18264Reimar Döffinger