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
2011-11-02vc1dec: Fix CODEC_FLAG_LOW_DELAYMean
2011-11-02mpeg4videodec: export quarter_sample & divx_packedMichael Niedermayer
2011-11-02h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer
2011-11-02lavc: fix avcodec_get_type()Michael Niedermayer
2011-11-02HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert
2011-11-02dsputil: fix typo (referece -> reference).Clément Bœsch
2011-11-02jpeg: rgb supportMichael Niedermayer
2011-11-02dirac: drop unused END_HORIZONTALMichael Niedermayer
2011-11-02dirac: fix horizontal_compose_dd97i_ssse3Michael Niedermayer
2011-11-02dirac: Fix mmx/sse haar wavelet composeMichael Niedermayer
2011-11-01Fix compilation of dct-test on ia32.Carl Eugen Hoyos
2011-11-01Two extra samples are required before top of the in buffer rather than outVladimir Voroshilov
2011-11-01dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexactMichael Niedermayer
2011-10-31dirac: alignment for dirac_hpel_filter_v has been fixedMichael Niedermayer
2011-10-31dirac: alignment for add_dirac_obmc has been fixedMichael Niedermayer
2011-10-31dirac: alignment for add_rect_clamped has been fixedMichael Niedermayer
2011-10-31dirac: alignment for put_signed_rect_clamped has been fixedMichael Niedermayer
2011-10-31dirac: alignment for dirac_hpel_filter_v() has been fixedMichael Niedermayer
2011-10-31dirac: fix stride alignmentMichael Niedermayer
2011-10-31dirac: fix segfault in horizontal_compose_haarMichael Niedermayer
2011-10-31dirac: ff_diracdsp_init_mmx() is only compiled when yasm is availableMichael Niedermayer
2011-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31Bump libavcodec minor version for the Dirac decoder.Carl Eugen Hoyos
2011-10-31dirac: enable ff_spatial_idwt_init_mmx()Michael Niedermayer
2011-10-31dirac: enable diracdsp_mmxMichael Niedermayer
2011-10-31dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable itMichael Niedermayer
2011-10-31dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer
2011-10-31dirac: add_rect_clamped does currently not receive aligned data, thus use una...Michael Niedermayer
2011-10-31dirac: put_signed_rect_clamped does currently not receive aligned data, thus ...Michael Niedermayer
2011-10-31dirac; dirac_hpel_filter_h does currently not receive aligned data thus use u...Michael Niedermayer
2011-10-31dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ...Michael Niedermayer
2011-10-31Dirac: More formatingJordi Ortiz
2011-10-31Dirac: Doxygen comments and some formatting enhancementsJordi Ortiz
2011-10-31Dirac: allcodecs in alphabetical orderJordi Ortiz
2011-10-31Dirac now returns AVFrames instead of DiracFramesJordi Ortiz
2011-10-31DIRAC Decoder stable version, MMX support removed.multiple authors
2011-10-31libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun
2011-10-31libmp3lame: log error message in case of invalid number of channelsStefano Sabatini
2011-10-30Remove pointless per-frame malloc/free.Reimar Döffinger
2011-10-30MMX put_no_rnd_pixels_l2David Conrad
2011-10-30propresenc: fix missed LE pixfmt occuranceMichael Niedermayer
2011-10-30proresenc: the encoder expects native endian input.Michael Niedermayer
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-30mjpeg_parser: Rewrite to skip marker segmentsMichael Niedermayer
2011-10-30mjpeg_parser: add MJPEGParserContextMichael Niedermayer
2011-10-30Be more verbose about unsupported H.264 bit-depths.Carl Eugen Hoyos
2011-10-30cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles
2011-10-30cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles
2011-10-30cin audio: use local variable for delta valueJustin Ruggles
2011-10-30cin audio: remove unneeded cast from void*Justin Ruggles