]> git.sesse.net Git - ffmpeg/history - libavcodec
invert condition to simplify code
[ffmpeg] / libavcodec /
2009-04-07 Robert SwainFix second amr_nb_decode_frame() to also use the new...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 Aurelien Jacobsfix vp5/vp6 decoding by using new prototype for decode...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 Thilo BorgmannMove AVPacket up a bit, so that structs/functions that...
2009-04-07 Kenan GilletMove scale factor computation to its own function....
2009-04-06 Michael NiedermayerTry to honor even completely invalid motion vectors...
2009-04-06 Justin RugglesAdd convenience macros for 5.0/5.1 back speaker configu...
2009-04-06 Ramiro Pollamlpdec: Filters and matrices may change only once per...
2009-04-05 Ramiro Pollamlpdec: There must be no extraword for MLP.
2009-04-05 Ramiro Pollamlpdec: Validate non-restart bit from the substream...
2009-04-05 Ramiro Pollamlpdec: matrix_out_ch must not be greater than max_matr...
2009-04-05 Michael NiedermayerMake sure the last bits of huffyuv frames are zeroed.
2009-04-04 David ConradARM: NEON optimized put_signed_pixels_clamped
2009-04-04 Måns RullgårdARM: NEON optimised add_pixels_clamped
2009-04-04 Kenan GilletAdd missing static qualifier from function declaration...
2009-04-04 Stefano SabatiniRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 Reimar DöffingerMark line_skip3 asm argument as output-only instead...
2009-04-03 Reimar DöffingerMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 Reimar DöffingerUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-03 Gwenole BeauchesneAdd VC-1 bitstream decoding through VA API.
2009-04-02 Alex ConverseRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-04-02 Thilo BorgmannMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 Gwenole BeauchesneRegister VA API HW accelerators.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Gwenole BeauchesneAdd VA API pixfmt (only VLD is available ATM).
2009-04-02 Gwenole BeauchesneAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-01 Stefano SabatiniExtend read_line() to make it take a read_pal_component...
2009-04-01 David ConradAdd SSE4 detection support
2009-04-01 Gwenole BeauchesneAdd 16cif video frame size abbreviation. i.e. -s alias...
2009-04-01 David ConradRemove unused FILTSIGN macro
2009-04-01 Måns RullgårdRemove aandcttab.o from dct-test dependencies, the...
2009-03-31 Stefano SabatiniReindent after the last patch.
2009-03-31 Stefano SabatiniAdd/fix support for bitstream formats reading in read_l...
2009-03-31 Stefano SabatiniMake the step and offset fields of the component descri...
2009-03-31 Reimar DöffingerFix ipvideo_decode_block_opcode_0xD again.
2009-03-31 Stefano SabatiniDocument read_line().
2009-03-31 Stefano SabatiniAdd a notice telling that the behavior of skip_put_bits...
2009-03-31 Reimar DöffingerCosmetics: remove some pointless {}
2009-03-31 Reimar DöffingerSlightly simplify ipvideo_decode_block_opcode_0xD
2009-03-31 Reimar DöffingerOne more simplification for ipvideo_decode_block_opcode_0xA
2009-03-31 Stefano SabatiniCosmetics: reorder the pixel format descriptors to...
2009-03-31 Reimar DöffingerSlightly simplify first part of ipvideo_decode_block_op...
2009-03-31 Stefano SabatiniChange the order of the components for RGB565LE and...
2009-03-31 Stefano SabatiniAdd comments specifying the name of the components...
2009-03-31 Reimar DöffingerMake ipvideo_decode_block_opcode_0x8 a lot simpler...
2009-03-31 Reimar DöffingerFix a too small CHECK_STREAM_PTR value in interplayvideo.c
2009-03-31 Stefano SabatiniMake read_line() take as parameter a const AVPixFmtDesc...
2009-03-31 Dylan YudakenReplace MPEG group reference DCT implementation by...
2009-03-31 Dylan YudakenReplacement reference DCT implementation.
2009-03-31 Reimar DöffingerAvoid the last two uses of bitmasks in interplayvideo
2009-03-31 Reimar Döffinger100l, fix FATE test broken by r18264
2009-03-31 Reimar DöffingerReindent
2009-03-31 Reimar DöffingerDeduplicate code by moving it outside the if/else
2009-03-31 Reimar DöffingerRearrange how the different cases are checked to reduce...
2009-03-31 Reimar DöffingerAvoid "reloading" code by using a 64 bit type for the...
2009-03-31 Reimar DöffingerRemove now pointless temporary pix variables.
2009-03-31 Reimar DöffingerSlightly simplify part of ipvideo_decode_block_opcode_0x8
2009-03-31 Reimar DöffingerFix indentation
2009-03-31 Reimar DöffingerAvoid code duplication by using ?: and array indexing...
2009-03-31 Reimar DöffingerPrettify some assignments
2009-03-31 Reimar DöffingerGet rid of some pointless bitmask/shifter variables...
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-31 Gwenole BeauchesneRemove inclusion of va.h, not needed anymore after...
2009-03-31 Dylan YudakenGive better names to reference DCT functions.
2009-03-31 Gwenole BeauchesneImprove VA API buffers allocation logic. This also...
2009-03-31 Benoit FouetMove declaration of prn before any assignment.
2009-03-30 Gwenole BeauchesneRecord MPEG-4 sprite trajectory points [up to num_sprit...
2009-03-30 Diego BiurrunAdd required va/va.h header, should fix 'make checkhead...
2009-03-30 Ramiro Pollamlpdec: Simplify check for substream_parity_present.
2009-03-30 Ramiro Pollamlpdec: Simplify no restart header seen error.
2009-03-30 Ramiro Pollamlpdec: Simplify substream length mismatch error.
2009-03-30 Ramiro Pollamlpdec: Prettify substream parity check.
2009-03-30 Ramiro Pollamlpdec: Cleaner and better termination word check.
2009-03-30 Ramiro Pollamlpdec: More validation for read_channel_params()
2009-03-30 Ramiro Pollamlpdec: whitespace cosmetics.
2009-03-30 Ramiro Pollamlpdec: Simplify &foo[0] to foo and use index (which...
2009-03-30 Ramiro Pollamlpdec: Split filter_state_buffer into [fi]irbuf and...
2009-03-30 Ramiro Pollamlpdec: Unroll copying filter state data and filtering...
2009-03-30 Ramiro Pollamlpdec: Max filter orders for FIR and IIR are 8 and...
2009-03-29 Reimar DöffingerMerge the 3 COPY_FROM_* macros with lots of duplicated...
2009-03-29 Reimar DöffingerChange CHECK_STREAM_PTR macro to correctly handle the...
2009-03-29 Reimar DöffingerSimplify check for leftover bytes after decoding for...
2009-03-29 Reimar DöffingerGet rid of pointless "B" array in interplayvideo decoder.
2009-03-29 Reimar DöffingerReplace many tiny loops in the interplayvideo decoder...
2009-03-29 Reimar DöffingerMake ipvideo_decode_block array constant, compile-time...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-29 Diego BiurrunRename apiexample.c --> api-example.c to be consistent...
2009-03-28 Ramiro Pollamlpdec: Remove few random dprintf()s.
2009-03-27 Ramiro Pollamlpdec: Check for blocksize in proper range.
2009-03-27 Ramiro Pollamlpdec: quant_step_size can be any value from 0 to...
2009-03-27 Ramiro Pollamlpdec: output_shift can be any value from -8 to 7.
2009-03-27 Ramiro Pollamlpdec: output_shift is signed
2009-03-27 Ramiro Pollamlpdec: Split read_channel_params() into its own function.
2009-03-27 Ramiro Pollamlpdec: Split read_matrix_params() into its own function.
2009-03-27 Kostya ShishkovMerge some cases for reading raw data with different...
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-03-25 Diego Biurrunfft-test does not depend on fdctref.o.
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
next