summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07137-172/+541
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-071-49/+49
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-071-8/+24
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-061-0/+1
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-061-3/+4
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-061-0/+22
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-051-0/+4
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-051-2/+12
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-051-1/+1
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-051-0/+2
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-042-0/+39
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-042-0/+49
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-041-1/+1
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-047-16/+19
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-031-2/+2
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-031-1/+1
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-031-1/+1
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-033-0/+359
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-021-13/+31
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-021-2/+51
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-023-1/+23
* Register VA API HW accelerators.Gwenole Beauchesne2009-04-021-0/+3
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-021-1/+1
* Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne2009-04-021-0/+1
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-022-0/+177
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-011-3/+8
* Add SSE4 detection supportDavid Conrad2009-04-012-2/+10
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-011-0/+1
* Remove unused FILTSIGN macroDavid Conrad2009-04-011-1/+0
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-011-1/+1
* Reindent after the last patch.Stefano Sabatini2009-03-311-10/+10
* Add/fix support for bitstream formats reading in read_line().Stefano Sabatini2009-03-311-9/+16
* Make the step and offset fields of the component descriptor express aStefano Sabatini2009-03-311-2/+12
* Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger2009-03-311-7/+8
* Document read_line().Stefano Sabatini2009-03-311-0/+12
* Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini2009-03-311-0/+1
* Cosmetics: remove some pointless {}Reimar Döffinger2009-03-311-13/+6
* Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger2009-03-311-13/+7
* One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger2009-03-311-49/+22
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-311-73/+73
* Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger2009-03-311-21/+14
* Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini2009-03-311-4/+4
* Add comments specifying the name of the components in the descriptors.Stefano Sabatini2009-03-311-40/+40
* Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger2009-03-311-73/+22
* Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger2009-03-311-2/+1
* Make read_line() take as parameter a const AVPixFmtDescriptor * rather than aStefano Sabatini2009-03-311-1/+1
* Replace MPEG group reference DCT implementation by newly rewritten version.Dylan Yudaken2009-03-312-158/+1
* Replacement reference DCT implementation.Dylan Yudaken2009-03-311-0/+121
* Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger2009-03-311-8/+6
* 100l, fix FATE test broken by r18264Reimar Döffinger2009-03-311-1/+1