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-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
2009-03-31ReindentReimar Döffinger
2009-03-31Deduplicate code by moving it outside the if/elseReimar Döffinger
2009-03-31Rearrange how the different cases are checked to reduce the number ofReimar Döffinger
2009-03-31Avoid "reloading" code by using a 64 bit type for the flags and loading all a...Reimar Döffinger
2009-03-31Remove now pointless temporary pix variables.Reimar Döffinger
2009-03-31Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger
2009-03-31Fix indentationReimar Döffinger
2009-03-31Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger
2009-03-31Prettify some assignmentsReimar Döffinger
2009-03-31Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-31Remove inclusion of va.h, not needed anymore after r18256.Gwenole Beauchesne
2009-03-31Give better names to reference DCT functions.Dylan Yudaken
2009-03-31Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne
2009-03-31Move declaration of prn before any assignment.Benoit Fouet
2009-03-31Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne
2009-03-30Add required va/va.h header, should fix 'make checkheaders'.Diego Biurrun