9283 Commits (147a90a3e59414a98f09d7a61db6664680a7d631)

Author SHA1 Message Date
Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Thilo Borgmann 18c915eef4 Move AVPacket up a bit, so that structs/functions that include AVPacket can 16 years ago
Kenan Gillet 809e07c618 Move scale factor computation to its own function. Patch by Kenan 16 years ago
Michael Niedermayer 38d5647a63 Try to honor even completely invalid motion vectors as far as is 16 years ago
Justin Ruggles 8613af0a65 Add convenience macros for 5.0/5.1 back speaker configurations. 16 years ago
Ramiro Polla 75428fa447 mlpdec: Filters and matrices may change only once per substream per access unit. 16 years ago
Ramiro Polla 89e39be3b6 mlpdec: There must be no extraword for MLP. 16 years ago
Ramiro Polla cc9c512638 mlpdec: Validate non-restart bit from the substream header. 16 years ago
Ramiro Polla 0091d8a164 mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. 16 years ago
Michael Niedermayer 300a3d0d00 Make sure the last bits of huffyuv frames are zeroed. 16 years ago
David Conrad cc2e555420 ARM: NEON optimized put_signed_pixels_clamped 16 years ago
Måns Rullgård 08e12b2240 ARM: NEON optimised add_pixels_clamped 16 years ago
Kenan Gillet 3c00556f4b Add missing static qualifier from function declaration. Patch by Kenan 16 years ago
Stefano Sabatini 6b4343616c Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency 16 years ago
Reimar Döffinger 0be9e73e38 Mark line_skip3 asm argument as output-only instead of using av_uninit. 16 years ago
Reimar Döffinger d7460a9cac Mark put_signed_pixels_clamped_mmx output operands as early-clobber because 16 years ago
Reimar Döffinger 531a3d2721 Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE 16 years ago
Gwenole Beauchesne 68367bdef0 Add VC-1 bitstream decoding through VA API. 16 years ago
Alex Converse 3dd6531208 Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. 16 years ago
Thilo Borgmann fabd2469f1 Move AVPacket declaration from avformat.h to avcodec.h. 16 years ago
Jai Menon 3dd2f87e61 Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. 16 years ago
Gwenole Beauchesne e103e6dbcf Register VA API HW accelerators. 16 years ago
Gwenole Beauchesne 5666fd731e Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL 16 years ago
Gwenole Beauchesne da425800ee Add VA API pixfmt (only VLD is available ATM). 16 years ago
Gwenole Beauchesne b4df97365f Add MPEG-4 / H.263 bitstream decoding through VA API. 16 years ago
Stefano Sabatini 0a47f60aa8 Extend read_line() to make it take a read_pal_component parameter. 16 years ago
David Conrad 710441c2f6 Add SSE4 detection support 16 years ago
Gwenole Beauchesne 41913a35b0 Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. 16 years ago
David Conrad 828775e160 Remove unused FILTSIGN macro 16 years ago
Måns Rullgård e5d0dbf558 Remove aandcttab.o from dct-test dependencies, the lib includes it 16 years ago
Stefano Sabatini 59b053508f Reindent after the last patch. 16 years ago
Stefano Sabatini c95dd8d382 Add/fix support for bitstream formats reading in read_line(). 16 years ago
Stefano Sabatini 21010f6b2a Make the step and offset fields of the component descriptor express a 16 years ago
Reimar Döffinger 8514f8427f Fix ipvideo_decode_block_opcode_0xD again. 16 years ago
Stefano Sabatini 9b34899ecf Document read_line(). 16 years ago
Stefano Sabatini f9f74ab97b Add a notice telling that the behavior of skip_put_bits() is undefined 16 years ago
Reimar Döffinger dd9630e40f Cosmetics: remove some pointless {} 16 years ago
Reimar Döffinger 993a442315 Slightly simplify ipvideo_decode_block_opcode_0xD 16 years ago
Reimar Döffinger 49a20ffabc One more simplification for ipvideo_decode_block_opcode_0xA 16 years ago
Stefano Sabatini bcbd9a149e Cosmetics: reorder the pixel format descriptors to make them match the 16 years ago
Reimar Döffinger 5e8b83ac3b Slightly simplify first part of ipvideo_decode_block_opcode_0xA, 16 years ago
Stefano Sabatini f938cbf984 Change the order of the components for RGB565LE and RGB565BE, 16 years ago
Stefano Sabatini eb39fb512a Add comments specifying the name of the components in the descriptors. 16 years ago
Reimar Döffinger 283531a81e Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels 16 years ago
Reimar Döffinger 4472ad2cc4 Fix a too small CHECK_STREAM_PTR value in interplayvideo.c 16 years ago
Stefano Sabatini 30266c9286 Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a 16 years ago
Dylan Yudaken 3ba153f8da Replace MPEG group reference DCT implementation by newly rewritten version. 16 years ago
Dylan Yudaken 41b4dbbb0e Replacement reference DCT implementation. 16 years ago
Reimar Döffinger f02bd7e49c Avoid the last two uses of bitmasks in interplayvideo 16 years ago