summaryrefslogtreecommitdiff
path: root/libavcodec/x86/diracdsp_yasm.asm
Commit message (Collapse)AuthorAge
* x86: diracdsp: reuse constantsChristophe Gisquet2014-08-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/dirac: fix asm on win64Michael Niedermayer2013-01-14
| | | | | | | This could also be fixed by changing the argument type if someone prefers that and wants to change it ... Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-31
| | | | | | | | | | * commit '04581c8c77ce779e4e70684ac45302972766be0f': x86: yasm: Use complete source path for macro helper %includes Conflicts: Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6860b4081d046558c44b1b42f22022ea341a2a73': x86: include x86inc.asm in x86util.asm cng: Reindent some incorrectly indented lines cngdec: Allow flushing the decoder cngdec: Make the dbov variable have the right unit cngdec: Fix the memset size to cover the full array cngdec: Update the LPC coefficients after averaging the reflection coefficients configure: fix print_config() with broke awks Conflicts: libavcodec/x86/ac3dsp.asm libavcodec/x86/dct32.asm libavcodec/x86/deinterlace.asm libavcodec/x86/dsputil.asm libavcodec/x86/dsputilenc.asm libavcodec/x86/fft.asm libavcodec/x86/fmtconvert.asm libavcodec/x86/h264_chromamc.asm libavcodec/x86/h264_deblock.asm libavcodec/x86/h264_deblock_10bit.asm libavcodec/x86/h264_idct.asm libavcodec/x86/h264_idct_10bit.asm libavcodec/x86/h264_intrapred.asm libavcodec/x86/h264_intrapred_10bit.asm libavcodec/x86/h264_weight.asm libavcodec/x86/vc1dsp.asm libavcodec/x86/vp3dsp.asm libavcodec/x86/vp56dsp.asm libavcodec/x86/vp8dsp.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
* diracyasm: fix win64Michael Niedermayer2012-09-26
| | | | | | Fixes Ticket1412 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* diracdsp: try to fix segfaultMichael Niedermayer2012-06-16
| | | | | | This might fix Ticket1412 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-13
| | | | | | | | | | | | | | | | | | | | | * qatar/master: libxvid: remove disabled code qdm2: make a table static const qdm2: simplify bitstream reader setup for some subpacket types qdm2: use get_bits_left() build: Consistently handle conditional compilation for all optimization OBJS. avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics msrle: convert MS RLE decoding function to bytestream2. x86inc improvements for 64-bit Conflicts: common.mak libavcodec/avpacket.c libavcodec/bfi.c libavcodec/msrledec.c libavcodec/qdm2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dirac_yasm: fix linking failure due to %ifndefMichael Niedermayer2012-01-28
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (71 commits) movenc: Allow writing to a non-seekable output if using empty moov movenc: Support adding isml (smooth streaming live) metadata libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set sunrast: Document the different Sun Raster file format types. sunrast: Add a check for experimental type. libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat lavf: remove disabled FF_API_SET_PTS_INFO cruft lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft lavf: remove disabled FF_API_REORDER_PRIVATE cruft lavf: remove disabled FF_API_SEEK_PUBLIC cruft lavf: remove disabled FF_API_STREAM_COPY cruft lavf: remove disabled FF_API_PRELOAD cruft lavf: remove disabled FF_API_NEW_STREAM cruft lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft lavf: remove disabled FF_API_MUXRATE cruft lavf: remove disabled FF_API_FILESIZE cruft lavf: remove disabled FF_API_TIMESTAMP cruft lavf: remove disabled FF_API_LOOP_OUTPUT cruft lavf: remove disabled FF_API_LOOP_INPUT cruft lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft ... Conflicts: doc/APIchanges libavcodec/8bps.c libavcodec/avcodec.h libavcodec/libx264.c libavcodec/mjpegbdec.c libavcodec/options.c libavcodec/sunrast.c libavcodec/utils.c libavcodec/version.h libavcodec/x86/h264_deblock.asm libavdevice/libdc1394.c libavdevice/v4l2.c libavformat/avformat.h libavformat/avio.c libavformat/avio.h libavformat/aviobuf.c libavformat/dv.c libavformat/mov.c libavformat/utils.c libavformat/version.h libavformat/wtv.c libavutil/Makefile libavutil/file.c libswscale/x86/input.asm libswscale/x86/swscale_mmx.c libswscale/x86/swscale_template.c tests/ref/lavf/ffm Merged-by: Michael Niedermayer <michaelni@gmx.at>
* diracdec: obmc accesses arent aligned for all files.Michael Niedermayer2011-11-15
| | | | | | Thus use unaligned accesses. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: alignment for dirac_hpel_filter_v has been fixedMichael Niedermayer2011-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: alignment for add_dirac_obmc has been fixedMichael Niedermayer2011-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: alignment for add_rect_clamped has been fixedMichael Niedermayer2011-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: alignment for put_signed_rect_clamped has been fixedMichael Niedermayer2011-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: alignment for dirac_hpel_filter_v() has been fixedMichael Niedermayer2011-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: add_rect_clamped does currently not receive aligned data, thus use ↵Michael Niedermayer2011-10-30
| | | | | | unaligned accesses. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: put_signed_rect_clamped does currently not receive aligned data, thus ↵Michael Niedermayer2011-10-30
| | | | | | use unaligned accesses. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac; dirac_hpel_filter_h does currently not receive aligned data thus use ↵Michael Niedermayer2011-10-30
| | | | | | unaligned accesses. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ↵Michael Niedermayer2011-10-30
| | | | | | unaligned accesses. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-30
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>