28622 Commits (b50559fc0b2bb4c1ac85aad2e9b0122fe4ec53a3)

Author SHA1 Message Date
Michael Niedermayer b50559fc0b libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundant 11 years ago
James Almer 561bfc85eb x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1} 11 years ago
Christophe Gisquet 0810608e23 x86: hevc_mc: better register allocation 11 years ago
Michael Niedermayer ec33f59fed avcodec/mjpegdec: Support pix_fmt_id== 0x42111100 11 years ago
Diego Biurrun b5aa485513 ppc: Move vec_unaligned_load macro to util_altivec 11 years ago
Anton Khirnov 5fdaf312c5 flac: make avpriv_flac_parse_block_header() inline 11 years ago
Anton Khirnov f13ffb6636 flacdec: do not overwrite a channel layout set by the caller 11 years ago
Michael Niedermayer 2870617853 avcodec/vp3: use av_mallocz_array() 11 years ago
Michael Niedermayer 0674da997a avcodec/cavs: use av_mallocz_array() 11 years ago
Diego Biurrun 512f3ffe9b dsputil: Split off HuffYUV encoding bits into their own context 11 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
James Almer 5863207086 x86/dsputilenc: use HADDD in ff_sse16_sse2 11 years ago
Diego Biurrun 888dcd8675 h264_picture: Remove pointless dsputil.h #include 11 years ago
Diego Biurrun f1df0a4c08 on2avc: Remove pointless dsputil.h #include 11 years ago
James Almer e64e079ece x86/dsputilenc: implement SSE2 version of diff_pixels 11 years ago
Michael Niedermayer a0c5cd3475 avcodec/x86/dsputilenc: set the count of SSE registers correctly for get_pixels 11 years ago
Michael Niedermayer d35000c2dc avcodec/g723_1: fix writing into input frame data and warning 11 years ago
Christophe Gisquet 86ae0da60c x86: hpeldsp: propagate changes across codecs 11 years ago
Michael Niedermayer b0d0e29ffb avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro 11 years ago
Michael Niedermayer 9f50d3b944 avcodec/rv34: Fix () in GET_PTS_DIFF() macro 11 years ago
Michael Niedermayer a45e6b7bc5 avcodec/psymodel: Fix () in AAC_CUTOFF() macro 11 years ago
Michael Niedermayer e5dc7439e3 avcodec/proresenc_anatoliy: Fix () in macros 11 years ago
Michael Niedermayer a3950a90f6 Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm" 11 years ago
Michael Niedermayer 9babf13764 avcodec/msvideo1enc: Fix () in MKRGB555() macro 11 years ago
Michael Niedermayer eb718f4c53 avcodec/opus: Fix () in ROUND_MULL() macro 11 years ago
Michael Niedermayer d62a4707f9 avcodec/opus_celt: Fix () in CELT_PVQ_V macro 11 years ago
Michael Niedermayer c163f5e601 avcodec/pngdec: fix () in OP_* macros 11 years ago
Timothy Gu ad733089b0 x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm 11 years ago
Clément Bœsch 657c603263 avcodec/webvttenc: do not use EOVERFLOW. 11 years ago
Michael Niedermayer cf7ff0146c avcodec/mss4: Fix () in MKVAL() macro 11 years ago
Michael Niedermayer 6e720c5c81 avcodec/mss34dsp: fix () in SOP* macros 11 years ago
Michael Niedermayer fa160af08b avcodec/mlpdec: fix () in MSB_MASK() macro 11 years ago
Michael Niedermayer f276bf303c avcodec/ivi_dsp: add some missing () to macros 11 years ago
Michael Niedermayer 70f671c39e avcodec/hevc: fix () in macros 11 years ago
Michael Niedermayer 0f45e643cc avcodec/h264_slice: fix macro () 11 years ago
Michael Niedermayer af62b42736 avcodec/h264: fix () in macros 11 years ago
Michael Niedermayer 97e6b5ee3a avcodec/golomb-test: fix () in EXTEND() macro 11 years ago
Michael Niedermayer fa915d4193 avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro 11 years ago
Aman Gupta 4372fb7a57 avcodec/webvttenc: add webvtt encoder 11 years ago
James Almer d94e255dd1 x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readable 11 years ago
Michael Niedermayer 46e3883519 avcodec/opusdec: check alignment, misalignment could lead to crashes with avx 11 years ago
James Almer 61eea421b2 x86/dsputilenc: port sum_abs_dctelem functions to yasm 11 years ago
Michael Niedermayer ddeb58b90c avcodec/asvenc: dont use a negative global_quality 11 years ago
Michael Niedermayer 9a7d332b92 avcodec/aacenc: dont use global quality if its negative 11 years ago
Christophe Gisquet 81aa0f4604 x86: hpeldsp: implement SSSE3 version of _xy2 11 years ago
Christophe Gisquet 9722a6a3f3 x86: hpeldsp: implement SSE2 put_pixels16_xy2 11 years ago
Christophe Gisquet f0aca50e0b x86: hpeldsp: implement SSE2 versions 11 years ago
James Almer 7538ad2248 x86/hevc_deblock: improve chroma functions register allocation 11 years ago
James Almer 584327f22f x86/dsputil: fix argument declaration in vector_clipf 11 years ago
James Almer 518cbf9b4a x86/dsputil: fix VECTOR_CLIP_INT32 macro 11 years ago