|
|
|
@9bcbb250
|
13 years |
rsbultje |
swscale: fix types of assembly arguments.
This prevents the following …
|
|
|
@496d95c3
|
13 years |
rsbultje |
swscale: move two macros that are only used once into caller.
This …
|
|
|
@9d84dfce
|
13 years |
rsbultje |
swscale: remove unused function.
Use of this wrapper was removed in a …
|
|
|
@5bd6ec6d
|
13 years |
diego |
options: Add missing braces around struct initializer.
This fixes the …
|
|
|
@b7847a3f
|
13 years |
diego |
mov: Remove leftover crufty debug statement with references to a local …
|
|
|
@a4855adc
|
13 years |
diego |
dvbsubdec: Fix compilation of debug code.
|
|
|
@d2d67e42
|
13 years |
anton |
Remove all uses of now deprecated metadata functions.
|
|
|
@d9f80ea
|
13 years |
anton |
Move metadata API from lavf to lavu.
Rename it to AVDictionary, since …
|
|
|
@ac4a8548
|
13 years |
diego |
Remove some non-compiling debug messages.
|
|
|
@8543f0f9
|
13 years |
diego |
ffplay: Fix non-compiling debug printf and replace it by av_dlog.
|
|
|
@4de83b7b
|
13 years |
diego |
H264: x86 predict init cosmetics.
Change indentation and whitespace; …
|
|
|
@d3778972
|
13 years |
diego |
ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.
The …
|
|
|
@c8e9ea43
|
13 years |
justin.ruggles |
Move E-AC-3 encoder functions to a separate eac3enc.c file.
|
|
|
@787a1353
|
13 years |
justin.ruggles |
ac3enc: remove convenience macro, #define DEBUG
|
|
|
@a8bd5340
|
13 years |
justin.ruggles |
ac3enc: remove unused #define
|
|
|
@7b20d35a
|
13 years |
anton |
vc1: re-initialize tables after width/height change.
…
|
|
|
@1397ac0a
|
13 years |
justin.ruggles |
APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
|
|
|
@a6703faa
|
13 years |
justin.ruggles |
samplefmt: add av_get_bytes_per_sample()
Deprecate …
|
|
|
@2f37321a
|
13 years |
justin.ruggles |
iirfilter: fix biquad filter coefficients.
The current filter …
|
|
|
@edeb56f
|
13 years |
rsbultje |
swscale: remove duplicate conversion routine in swScale().
|
|
|
@b73fe70
|
13 years |
rsbultje |
swscale: add yuv2planar/packed function typedefs.
|
|
|
@df91d091
|
13 years |
rsbultje |
swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
|
|
|
@0fb5193
|
13 years |
rsbultje |
swscale: reindent x86 init code.
|
|
|
@ca364a5b
|
13 years |
rsbultje |
swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
|
|
|
@b3b28b08
|
13 years |
rsbultje |
swscale: cosmetics.
|
|
|
@ea281753
|
13 years |
rsbultje |
swscale: remove alp/chr/lumSrcOffset.
They are hacks added to reuse …
|
|
|
@bda9b20f
|
13 years |
rsbultje |
swscale: un-special-case yuv2yuvX16_c().
Make yuv2yuvX16_c a function …
|
|
|
@b9478cfe
|
13 years |
diego |
shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
|
|
|
@2d9570a3
|
13 years |
diego |
vorbisdec: Restore mistakenly removed debug output.
|
|
|
@e8f6bd4
|
13 years |
diego |
configure: Document --enable-vdpau.
The option is disabled by …
|
|
|
@02a8d43a
|
13 years |
diego |
Replace some av_log/printf + #ifdef combinations by av_dlog.
|
|
|
@1f6b9cc3
|
13 years |
diego |
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
|
|
|
@f8ea0eb6
|
13 years |
diego |
svq1dec: Fix debug statements that referenced non-existing context.
|
|
|
@d7cf5639
|
13 years |
diego |
Replace some printf instances in debug code by av_log.
|
|
|
@e01bb264
|
13 years |
diego |
inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
|
|
|
@dc25d79f
|
13 years |
diego |
Drop unnecessary directory prefixes from #include directives.
|
|
|
@b9c6c7cb
|
13 years |
mans |
build: remove empty $(OBJS) target
This target was added to prevent …
|
|
|
@6d170962
|
13 years |
mans |
build: make rule for linking ff* apply only to these targets
This …
|
|
|
@d93d7349
|
13 years |
mans |
build: rearrange some lines in a more logical way
Signed-off-by: Mans …
|
|
|
@4f8da7e7
|
13 years |
alex.converse |
s302m: fix resampling for 16 and 24bits.
|
|
|
@21c65125
|
13 years |
mans |
ARM: remove MUL64 and MAC64 inline asm
Current GCC versions know how …
|
|
|
@0018b7f0
|
13 years |
mans |
build: clean up .PHONY lists
This removes nonexisting targets from …
|
|
|
@d7a72d25
|
13 years |
mans |
build: move all (un)install* target aliases to toplevel Makefile
…
|
|
|
@0e28e9ca
|
13 years |
lu_zero |
flvenc: propagate error properly
avio_flush can fail, in particular …
|
|
|
@171ae1eb
|
13 years |
mans |
build: remove stale dependency
This dependency is implicitly covered …
|
|
|
@5eaba04
|
13 years |
mans |
build: do not add CFLAGS-yes to CFLAGS
CFLAGS-yes is never set so …
|
|
|
@ceff045d
|
13 years |
rsbultje |
utils.c: fix crash with threading enabled.
|
|
|
@8477f2de
|
13 years |
mans |
configure: simplify source_path setup
Signed-off-by: Mans Rullgard …
|
|
|
@dc435c4e
|
13 years |
mans |
configure: remove --source-path option
This option does not work, and …
|
|
|
@b2592ea4
|
13 years |
anton |
lavf: deprecate AVFormatParameters.time_base.
|
|
|
@abcedfac
|
13 years |
anton |
img2: add framerate private option.
|
|
|
@a915bf64
|
13 years |
anton |
img2: add video_size private option.
|
|
|
@f33e2a5
|
13 years |
anton |
img2: add pixel_format private option.
|
|
|
@c1dcbfdd
|
13 years |
anton |
tty: add framerate private option.
|
|
|
@eb7505e4
|
13 years |
diego |
Remove some unused scripts from tools/.
|
|
|
@a8d44f9
|
13 years |
diego |
Add x86 assembly for some 10-bit H.264 intra predict functions.
Parts …
|
|
|
@2c6fb9f0
|
13 years |
lu_zero |
v4l2: do not force NTSC as standard
Setting a standard is meaningful …
|
|
|
@ef5d7e18
|
13 years |
diego |
Skip tableprint.h during 'make checkheaders'.
It is only used on the …
|
|
|
@fb8648ad
|
13 years |
diego |
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
|
|
|
@f25a2ece
|
13 years |
diego |
Drop explicit filenames from @file Doxygen tags.
The filename is …
|
|
|
@29b3de12
|
13 years |
diego |
Skip generated table headers during 'make checkheaders'.
|
|
|
@36773283
|
13 years |
anton |
lavf,lavc: free avoptions in a generic way.
It's simpler and less …
|
|
|
@b39b0623
|
13 years |
anton |
AVOptions: add av_opt_free convenience function.
|
|
|
@92b4abc
|
13 years |
mans |
tableprint: Restore mistakenly deleted common.h #include for …
|
|
|
@1863a3c
|
13 years |
anton |
tiff: print log in case of unknown / unsupported tag.
Helps …
|
|
|
@a43458d7
|
13 years |
anton |
tiff: fix linesize for mono-white/black formats.
Fix decoding of file …
|
|
|
@5a4a7125
|
13 years |
mans |
Fix build of eval-test program
eval.c has moved to libavutil, move …
|
|
|
@dcb73592
|
13 years |
mans |
configure: Document --enable-vaapi
VAAPI is disabled by default so it …
|
|
|
@35d5cb1a
|
13 years |
justin.ruggles |
ac3enc: extract all exponents for the frame at once
|
|
|
@594fbe42
|
13 years |
mans |
ARM: remove MULL inline asm
Reasonable gcc versions get this one …
|
|
|
@95912731
|
13 years |
mans |
mathops: use MUL64 macro where it forms part of other ops
…
|
|
|
@8346f60
|
13 years |
anton |
tty: factorise returning error codes.
|
|
|
@e762b1ce
|
13 years |
anton |
rawdec: add framerate private option.
|
|
|
@ff494cbd
|
13 years |
anton |
x11grab: add framerate private option.
|
|
|
@a3b15e41
|
13 years |
anton |
fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
|
|
|
@1572484
|
13 years |
anton |
bktr: don't error when AVFormatParameters.time_base isn't set.
…
|
|
|
@42abb9a8
|
13 years |
mans |
cmdutils: add missing const qualifier
Signed-off-by: Mans Rullgard …
|
|
|
@61ec024d
|
13 years |
diego |
Skip headers not designed to work standalone during 'make checkheaders'.
|
|
|
@8d459acc
|
13 years |
diego |
Add missing #includes to make headers self-contained.
This fixes …
|
|
|
@67ace7f0
|
13 years |
mans |
musepack: remove unnecessary #include from mpcdata.h
Signed-off-by: …
|
|
|
@91b4941c
|
13 years |
mans |
musepack: remove extraneous mpcdata.h inclusions
Signed-off-by: Mans …
|
|
|
@d0989bed
|
13 years |
mans |
Fix error check in av_file_map()
On failure, mmap() returns …
|
|
|
@dc6632f1
|
14 years |
mans |
build: simplify commands for clean target
Signed-off-by: Mans …
|
|
|
@6af28010
|
14 years |
rsbultje |
swscale: split swscale.c in unscaled and generic conversion routines.
…
|
|
|
@2762ee30
|
14 years |
rsbultje |
swscale: cosmetics.
Remove duplicate "inC" and "_c" functions that do …
|
|
|
@1674bd2a
|
14 years |
rsbultje |
swscale: integrate (literally) swscale_template.c in swscale.c.
|
|
|
@983260b0
|
14 years |
rsbultje |
swscale: split out x86/swscale_template.c from swscale.c.
|
|
|
@075d0ae7
|
14 years |
rsbultje |
swscale: enable hScale_altivec_real.
|
|
|
@67d80a54
|
14 years |
rsbultje |
swscale: split out ppc _template.c files from main swscale.c.
|
|
|
@a3e9bb5d
|
14 years |
rsbultje |
swscale: remove indirections in ppc/swscale_template.c.
|
|
|
@0e5d31b1
|
14 years |
rsbultje |
swscale: split out unscaled altivec YUV converters in their own file.
|
|
|
@83a8b300
|
14 years |
rsbultje |
mpegvideoenc: fix multislice fate tests with threading disabled.
The …
|
|
|
@43b6c3eb
|
14 years |
diego |
mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
|
|
|
@a5514a84
|
14 years |
diego |
build: Simplify texi2html invocation through the --output option.
The …
|
|
|
@5e1166b3
|
14 years |
mans |
Mark some variables with av_unused
Most of these variables are only …
|
|
|
@94bed8e5
|
14 years |
diego |
Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().
This …
|
|
|
@93d06bd1
|
14 years |
diego |
svq3: Check negative mb_type to fix potential crash.
Signed-off-by: …
|
|
|
@8dfc6d1f
|
14 years |
diego |
svq3: Move svq3-specific fields to their own context.
Signed-off-by: …
|
|
|
@1f94c31f
|
14 years |
anton |
rawdec: initialize return value to 0.
|
|
|
@c1dfb72d
|
14 years |
mans |
Remove unused get_psnr() prototype
Signed-off-by: Mans Rullgard …
|
|
|