aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cavs: use av_mallocz_array()Michael Niedermayer2014-05-271-8/+8
* x86/dsputilenc: use HADDD in ff_sse16_sse2James Almer2014-05-271-6/+1
* x86/dsputilenc: implement SSE2 version of diff_pixelsJames Almer2014-05-272-0/+28
* avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixelsMichael Niedermayer2014-05-271-1/+1
* avcodec/g723_1: fix writing into input frame data and warningMichael Niedermayer2014-05-261-1/+7
* x86: hpeldsp: propagate changes across codecsChristophe Gisquet2014-05-268-57/+89
* avcodec/sgirledec: fix () in RBG323_TO_BGR8() macroMichael Niedermayer2014-05-251-3/+3
* avcodec/rv34: Fix () in GET_PTS_DIFF() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/psymodel: Fix () in AAC_CUTOFF() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/proresenc_anatoliy: Fix () in macrosMichael Niedermayer2014-05-251-5/+5
* Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm"Michael Niedermayer2014-05-252-47/+146
* avcodec/msvideo1enc: Fix () in MKRGB555() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/opus: Fix () in ROUND_MULL() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/opus_celt: Fix () in CELT_PVQ_V macroMichael Niedermayer2014-05-251-1/+1
* avcodec/pngdec: fix () in OP_* macrosMichael Niedermayer2014-05-251-2/+2
* x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasmTimothy Gu2014-05-252-146/+47
* avcodec/webvttenc: do not use EOVERFLOW.Clément Bœsch2014-05-251-1/+1
* avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/mss34dsp: fix () in SOP* macrosMichael Niedermayer2014-05-251-2/+2
* avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/ivi_dsp: add some missing () to macrosMichael Niedermayer2014-05-251-19/+19
* avcodec/hevc: fix () in macrosMichael Niedermayer2014-05-251-4/+4
* avcodec/h264_slice: fix macro ()Michael Niedermayer2014-05-251-7/+7
* avcodec/h264: fix () in macrosMichael Niedermayer2014-05-251-8/+8
* avcodec/golomb-test: fix () in EXTEND() macroMichael Niedermayer2014-05-251-1/+1
* avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer2014-05-251-1/+1
* avcodec/webvttenc: add webvtt encoderAman Gupta2014-05-254-2/+222
* x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readableJames Almer2014-05-251-24/+18
* avcodec/opusdec: check alignment, misalignment could lead to crashes with avxMichael Niedermayer2014-05-251-0/+1
* x86/dsputilenc: port sum_abs_dctelem functions to yasmJames Almer2014-05-242-119/+53
* avcodec/asvenc: dont use a negative global_qualityMichael Niedermayer2014-05-241-1/+1
* avcodec/aacenc: dont use global quality if its negativeMichael Niedermayer2014-05-241-1/+1
* x86: hpeldsp: implement SSSE3 version of _xy2Christophe Gisquet2014-05-242-0/+92
* x86: hpeldsp: implement SSE2 put_pixels16_xy2Christophe Gisquet2014-05-242-6/+18
* x86: hpeldsp: implement SSE2 versionsChristophe Gisquet2014-05-242-30/+100
* x86/hevc_deblock: improve chroma functions register allocationJames Almer2014-05-241-44/+43
* x86/dsputil: fix argument declaration in vector_clipfJames Almer2014-05-231-4/+4
* x86/dsputil: fix VECTOR_CLIP_INT32 macroJames Almer2014-05-231-18/+18
* avcodec/dcadec: dont use hex float, msvc doesnt support itMichael Niedermayer2014-05-231-1/+2
* avcodec/dcadec: use a constant instead of assuming every compiler can optimiz...Michael Niedermayer2014-05-231-1/+1
* avcodec/dcadec: make dca_dmix_code() 650% fasterMichael Niedermayer2014-05-231-1/+1
* Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800'Michael Niedermayer2014-05-231-1/+1
|\
| * avcodec: bump version after rotation apiVittorio Giovara2014-05-231-1/+1
* | dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after mergeMichael Niedermayer2014-05-231-6/+6
* | Merge commit '6b7b8585d73548f08b98959df39d80b97677662f'Michael Niedermayer2014-05-232-41/+42
|\|
| * dca: Convert dca_dmixtable to integersNiels Möller2014-05-232-41/+42
| * check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)Janne Grunau2014-05-201-1/+1
* | x86/diracdsp: mark all functions as yasmJames Almer2014-05-232-88/+72
* | x86/dsputil: port ff_vector_clipf_sse to yasmJames Almer2014-05-233-37/+46
* | x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnowChristophe Gisquet2014-05-222-0/+86