summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-09
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-08
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-08
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-07
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-07
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-07
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-07
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-06
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-06
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-06
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-05
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-05
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-05
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-05
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-04
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-04
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-04
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-04
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-03
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-03
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-03
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-03
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-02
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
* Register VA API HW accelerators.Gwenole Beauchesne2009-04-02
* Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCELGwenole Beauchesne2009-04-02
* Add VA API pixfmt (only VLD is available ATM).Gwenole Beauchesne2009-04-02
* Add MPEG-4 / H.263 bitstream decoding through VA API.Gwenole Beauchesne2009-04-02
* Extend read_line() to make it take a read_pal_component parameter.Stefano Sabatini2009-04-01
* Add SSE4 detection supportDavid Conrad2009-04-01
* Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.Gwenole Beauchesne2009-04-01
* Remove unused FILTSIGN macroDavid Conrad2009-04-01
* Remove aandcttab.o from dct-test dependencies, the lib includes itMåns Rullgård2009-04-01
* Reindent after the last patch.Stefano Sabatini2009-03-31
* Add/fix support for bitstream formats reading in read_line().Stefano Sabatini2009-03-31
* Make the step and offset fields of the component descriptor express aStefano Sabatini2009-03-31
* Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger2009-03-31
* Document read_line().Stefano Sabatini2009-03-31
* Add a notice telling that the behavior of skip_put_bits() is undefinedStefano Sabatini2009-03-31
* Cosmetics: remove some pointless {}Reimar Döffinger2009-03-31
* Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger2009-03-31
* One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger2009-03-31
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-31
* Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger2009-03-31