22153 Commits (16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd)
 

Author SHA1 Message Date
Måns Rullgård 16cd99bbed regtest: suppress console output from tests 15 years ago
Stefano Sabatini 730cb9dab3 Revert r30331, which broke compilation. 15 years ago
Stefano Sabatini 73cadb4f13 Prefer enum PixelFormat to int as the parameter type of 15 years ago
Stefano Sabatini bc45751f7f Declare with av_unused the variable alpMmxFilter, fix the gcc warning: 15 years ago
Stefano Sabatini 80853cfc6a Factorize the code which calls the non optimized C functions in 15 years ago
Stefano Sabatini c70f1401df Prefer "to %s%s" over "to%s %s", slightly more readable. 15 years ago
Stefano Sabatini a9e2878c48 Simplify code in sws_getContext() which logs if the destination format 15 years ago
Ramiro Polla 9556124c97 Document some of SwsContext. 15 years ago
Ramiro Polla 0cc854e377 Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler. 15 years ago
Stefano Sabatini d95c863850 Factorize code which logs the source and destination formats in 15 years ago
Ramiro Polla 15ccfff12c Read "Last Changed Rev" field instead of "Revision" field to avoid being 15 years ago
Michael Niedermayer 7931bb2a0c Comment for() ; out 15 years ago
Michael Niedermayer ed3d7e2f65 Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller 15 years ago
Michael Niedermayer 183a86c958 Apply last 2 optimizations to similar code i forgot. 15 years ago
Michael Niedermayer 3f55a651c4 Another microopt, 4 cpu cycles for avoidance of FFABS(). 15 years ago
Måns Rullgård 1c6f46be03 Add missing guards and includes to arm/aac.h 15 years ago
Michael Niedermayer 26147d368b Minor (2 cpu cycles) optimization ||->|. 15 years ago
ami_stuff 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer. 15 years ago
Michael Niedermayer 4c568cbcac Consider slice_beta_offet in qp_thresh. 15 years ago
Michael Niedermayer 2e36c931f0 Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. 15 years ago
Stefano Sabatini 3e906f4cfb Simplify reset_ptr(): employ usePal() macro rather than enumerating 15 years ago
Stefano Sabatini 006aa1a4c2 Implement null video sink. 15 years ago
Carl Eugen Hoyos 864a074213 Correctly decode some Avid AV1x samples, fixes issue 1684. 15 years ago
Stefano Sabatini dd08b83c87 Implement null video source. 15 years ago
Anatoly Nenashev e1bb0364f8 Support lowres 3 when decoding MPEG video. 15 years ago
Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same 15 years ago
Michael Niedermayer ddd60f28d8 Replace cabac checks in inline functions from h264.h with constants. 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Måns Rullgård 2ed46eeab3 configure: add test_ldflags function 15 years ago
Måns Rullgård e8393e1cb8 Add symbol versioning for shared libraries 15 years ago
Vitor Sessak d140b02581 SIPR16k decoder 15 years ago
Vitor Sessak d79c06b2ad Allow a SIPR table to be used by the upcoming SIPR16k decoder 15 years ago
Vitor Sessak 65323ed279 Split some SIPR structs to a header file for the upcoming SIPR16k commit 15 years ago
Vitor Sessak 06cb7a1c8f Use macros instead of inline functions to replace the following missing C99 15 years ago
ami_stuff a4be782cbd Support 2Vuy in mov, fixes issue 1690. 15 years ago
Ramiro Polla f821f98126 Exclude .svn and .git directories from doxygen documentation. 15 years ago
Måns Rullgård 2b9cb7ec71 Fix out of tree build with hardcoded tables 15 years ago
Ramiro Polla ad7da0b551 mingw32: Build for Windows XP by default. Add note about Win9x/2000 support. 15 years ago
Ramiro Polla 2e3e8031ec Don't initialize normal horizontal filter if MMX2 filter is used. 15 years ago
Ramiro Polla 93fe7eb68d Get one step closer to world domination. 15 years ago
Jai Menon 598ef02b15 Do not print VDPAU upgrade notice when configure is invoked 15 years ago
Måns Rullgård d356a53f44 AAC: optimise bitstream reading in decode_spectrum_and_dequant() 15 years ago
Carl Eugen Hoyos 59ea69ef54 Support decoding of Avid uncompressed mov files, fixes issue 1685. 15 years ago
Carl Eugen Hoyos a0ae3e41f3 Support decoding Avid 1:1x codec, (partially) fixes issue1684. 15 years ago
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
Michael Niedermayer 7c2de274e7 Add forgotten include of h264_mvpred.h to h264.h. 15 years ago
Michael Niedermayer e2dd8586d8 Add forgotton multiple inclusion guards to h264_mvpred.h. 15 years ago
Måns Rullgård 798339fb46 AAC: ARM/NEON asm for VMUL2/4 functions 15 years ago
Carl Eugen Hoyos c78dfcdaf4 Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c 15 years ago
Stefano Sabatini 3bfbbef64d Fix typo. 15 years ago