summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet2014-05-24
* x86: hpeldsp: implement SSE2 versionsChristophe Gisquet2014-05-24
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-24
* x86/dsputil: fix argument declaration in vector_clipfJames Almer2014-05-23
* x86/dsputil: fix VECTOR_CLIP_INT32 macroJames Almer2014-05-23
* avcodec/dcadec: dont use hex float, msvc doesnt support itMichael Niedermayer2014-05-23
* avcodec/dcadec: use a constant instead of assuming every compiler can optimiz...Michael Niedermayer2014-05-23
* avcodec/dcadec: make dca_dmix_code() 650% fasterMichael Niedermayer2014-05-23
* Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800'Michael Niedermayer2014-05-23
|\
| * avcodec: bump version after rotation apiVittorio Giovara2014-05-23
* | dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after mergeMichael Niedermayer2014-05-23
* | Merge commit '6b7b8585d73548f08b98959df39d80b97677662f'Michael Niedermayer2014-05-23
|\|
| * dca: Convert dca_dmixtable to integersNiels Möller2014-05-23
| * check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau2014-05-20
* | x86/diracdsp: mark all functions as yasmJames Almer2014-05-23
* | x86/dsputil: port ff_vector_clipf_sse to yasmJames Almer2014-05-23
* | x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnowChristophe Gisquet2014-05-22
* | x86: hpeldsp: mark _xy2 versions as approximateChristophe Gisquet2014-05-22
* | x86: hpeldsp: kill hpeldsp_mmx.cChristophe Gisquet2014-05-22
* | avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer2014-05-22
* | avcodec/pgssubdec: Use av_malloc(z)_array()Michael Niedermayer2014-05-22
* | avcodec/vdpau_internal: move "struct vdpau_picture_context" up to avoid "#else"Michael Niedermayer2014-05-22
* | Fix compilation error around struct visibility when VDPAU disabled.Dale Curtis2014-05-22
* | x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasmJames Almer2014-05-21
* | x86/dsputil: port clear_block functions to yasmJames Almer2014-05-21
* | avcodec/utils: add error message for the recode_subtitle() without iconv caseMichael Niedermayer2014-05-21
* | Replace assert with AVERROR when recode_subtitle called w/o ICONV.Dale Curtis2014-05-21
* | avcodec/atrac3plusdec: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | avcodec/x86/hpeldsp_init: remove redundant if()Michael Niedermayer2014-05-21
* | hpeldsp: fix build without inline asmHendrik Leppkes2014-05-21
* | x86: kill fpel_mmx.cChristophe Gisquet2014-05-21
* | avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer2014-05-21
* | Fix compilation errors when deprecated features are disabled.Dale Curtis2014-05-20
* | avcodec/h264_picture: Fix build without error resilienceMichael Niedermayer2014-05-20
* | avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi2014-05-20
* | avcodec/smvjpegdec: Dont ignore avcodec_close() return codeMichael Niedermayer2014-05-20
* | avcodec: remove no longer needed ff_codec_close_recursive()Michael Niedermayer2014-05-20
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-05-20
|\ \
| * | lavc/flac_parser: use av_fifo_alloc_arrayLukasz Marek2014-05-20
| * | lavc/frame_thread_encoder: use av_fifo_alloc_arrayLukasz Marek2014-05-20
* | | avcodec/dvdsubenc: accept forced flagOliver Fromme2014-05-20
|/ /
* | x86/hevc_deblock: use constants instead of generating values at runtimeJames Almer2014-05-19
* | avcodec/ppc/asm: fix build with ABI v2Thierry FAUCK2014-05-19
* | lavc: define STRIDE_ALIGN as 32 when compiling with AVX supportJames Almer2014-05-19
* | avcodec/pthread_frame: remove unused variableMichael Niedermayer2014-05-19
* | Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834'Michael Niedermayer2014-05-19
|\|
| * Add transformation matrix API.Vittorio Giovara2014-05-19
* | Merge commit '9929b3564c0dca42ed7baa6798ef15b6f0013c83'Michael Niedermayer2014-05-19
|\|
| * pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-19