source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1f6b9cc3   13 years diego Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
(edit) @f8ea0eb6   13 years diego svq1dec: Fix debug statements that referenced non-existing context.
(edit) @d7cf5639   13 years diego Replace some printf instances in debug code by av_log.
(edit) @e01bb264   13 years diego inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
(edit) @dc25d79f   13 years diego Drop unnecessary directory prefixes from #include directives.
(edit) @b9c6c7cb   13 years mans build: remove empty $(OBJS) target This target was added to prevent …
(edit) @6d170962   13 years mans build: make rule for linking ff* apply only to these targets This …
(edit) @d93d7349   13 years mans build: rearrange some lines in a more logical way Signed-off-by: Mans …
(edit) @4f8da7e7   13 years alex.converse s302m: fix resampling for 16 and 24bits.
(edit) @21c65125   13 years mans ARM: remove MUL64 and MAC64 inline asm Current GCC versions know how …
(edit) @0018b7f0   13 years mans build: clean up .PHONY lists This removes nonexisting targets from …
(edit) @d7a72d25   13 years mans build: move all (un)install* target aliases to toplevel Makefile …
(edit) @0e28e9ca   13 years lu_zero flvenc: propagate error properly avio_flush can fail, in particular …
(edit) @171ae1eb   13 years mans build: remove stale dependency This dependency is implicitly covered …
(edit) @5eaba04   13 years mans build: do not add CFLAGS-yes to CFLAGS CFLAGS-yes is never set so …
(edit) @ceff045d   13 years rsbultje utils.c: fix crash with threading enabled.
(edit) @8477f2de   13 years mans configure: simplify source_path setup Signed-off-by: Mans Rullgard …
(edit) @dc435c4e   13 years mans configure: remove --source-path option This option does not work, and …
(edit) @b2592ea4   13 years anton lavf: deprecate AVFormatParameters.time_base.
(edit) @abcedfac   13 years anton img2: add framerate private option.
(edit) @a915bf64   13 years anton img2: add video_size private option.
(edit) @f33e2a5   13 years anton img2: add pixel_format private option.
(edit) @c1dcbfdd   13 years anton tty: add framerate private option.
(edit) @eb7505e4   13 years diego Remove some unused scripts from tools/.
(edit) @a8d44f9   13 years diego Add x86 assembly for some 10-bit H.264 intra predict functions. Parts …
(edit) @2c6fb9f0   13 years lu_zero v4l2: do not force NTSC as standard Setting a standard is meaningful …
(edit) @ef5d7e18   13 years diego Skip tableprint.h during 'make checkheaders'. It is only used on the …
(edit) @fb8648ad   13 years diego Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
(edit) @f25a2ece   13 years diego Drop explicit filenames from @file Doxygen tags. The filename is …
(edit) @29b3de12   13 years diego Skip generated table headers during 'make checkheaders'.
(edit) @36773283   13 years anton lavf,lavc: free avoptions in a generic way. It's simpler and less …
(edit) @b39b0623   13 years anton AVOptions: add av_opt_free convenience function.
(edit) @92b4abc   13 years mans tableprint: Restore mistakenly deleted common.h #include for …
(edit) @1863a3c   13 years anton tiff: print log in case of unknown / unsupported tag. Helps …
(edit) @a43458d7   13 years anton tiff: fix linesize for mono-white/black formats. Fix decoding of file …
(edit) @5a4a7125   13 years mans Fix build of eval-test program eval.c has moved to libavutil, move …
(edit) @dcb73592   13 years mans configure: Document --enable-vaapi VAAPI is disabled by default so it …
(edit) @35d5cb1a   13 years justin.ruggles ac3enc: extract all exponents for the frame at once
(edit) @594fbe42   13 years mans ARM: remove MULL inline asm Reasonable gcc versions get this one …
(edit) @95912731   13 years mans mathops: use MUL64 macro where it forms part of other ops …
(edit) @8346f60   13 years anton tty: factorise returning error codes.
(edit) @e762b1ce   13 years anton rawdec: add framerate private option.
(edit) @ff494cbd   13 years anton x11grab: add framerate private option.
(edit) @a3b15e41   13 years anton fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
(edit) @1572484   13 years anton bktr: don't error when AVFormatParameters.time_base isn't set. …
(edit) @42abb9a8   13 years mans cmdutils: add missing const qualifier Signed-off-by: Mans Rullgard …
(edit) @61ec024d   13 years diego Skip headers not designed to work standalone during 'make checkheaders'.
(edit) @8d459acc   13 years diego Add missing #includes to make headers self-contained. This fixes …
(edit) @67ace7f0   13 years mans musepack: remove unnecessary #include from mpcdata.h Signed-off-by: …
(edit) @91b4941c   13 years mans musepack: remove extraneous mpcdata.h inclusions Signed-off-by: Mans …
(edit) @d0989bed   13 years mans Fix error check in av_file_map() On failure, mmap() returns …
(edit) @dc6632f1   14 years mans build: simplify commands for clean target Signed-off-by: Mans …
(edit) @6af28010   14 years rsbultje swscale: split swscale.c in unscaled and generic conversion routines. …
(edit) @2762ee30   14 years rsbultje swscale: cosmetics. Remove duplicate "inC" and "_c" functions that do …
(edit) @1674bd2a   14 years rsbultje swscale: integrate (literally) swscale_template.c in swscale.c.
(edit) @983260b0   14 years rsbultje swscale: split out x86/swscale_template.c from swscale.c.
(edit) @075d0ae7   14 years rsbultje swscale: enable hScale_altivec_real.
(edit) @67d80a54   14 years rsbultje swscale: split out ppc _template.c files from main swscale.c.
(edit) @a3e9bb5d   14 years rsbultje swscale: remove indirections in ppc/swscale_template.c.
(edit) @0e5d31b1   14 years rsbultje swscale: split out unscaled altivec YUV converters in their own file.
(edit) @83a8b300   14 years rsbultje mpegvideoenc: fix multislice fate tests with threading disabled. The …
(edit) @43b6c3eb   14 years diego mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
(edit) @a5514a84   14 years diego build: Simplify texi2html invocation through the --output option. The …
(edit) @5e1166b3   14 years mans Mark some variables with av_unused Most of these variables are only …
(edit) @94bed8e5   14 years diego Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). This …
(edit) @93d06bd1   14 years diego svq3: Check negative mb_type to fix potential crash. Signed-off-by: …
(edit) @8dfc6d1f   14 years diego svq3: Move svq3-specific fields to their own context. Signed-off-by: …
(edit) @1f94c31f   14 years anton rawdec: initialize return value to 0.
(edit) @c1dfb72d   14 years mans Remove unused get_psnr() prototype Signed-off-by: Mans Rullgard …
(edit) @a606aa75   14 years anton rawdec: don't leak option strings.
(edit) @bd7c1d35   14 years anton bktr: get default framerate from video standard.
(edit) @0d793db1   14 years rsbultje swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
(edit) @f190f676   14 years diego Replace custom DEBUG preprocessor trickery by the standard one.
(edit) @068aa387   14 years diego vorbis: Remove non-compiling debug statement.
(edit) @ec6313a   14 years diego vorbis: Remove pointless DEBUG #ifdef around debug output macros.
(edit) @fb52cf82   14 years diego cook: Remove non-compiling debug output. random_state was changed …
(edit) @0fc9c655   14 years diego Remove pointless #ifdefs around function declarations in a header.
(edit) @23664624   14 years diego Replace #ifdef + av_log() combinations by av_dlog().
(edit) @df96f22d   14 years diego Replace custom debug output functions by av_dlog().
(edit) @752207e   14 years diego cook: Remove unused debug functions.
(edit) @b751f611   14 years diego Remove stray extra arguments from av_dlog() invocations.
(edit) @551dfdde   14 years mans targa: fix big-endian build
(edit) @fefa67d   14 years anton v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
(edit) @4078ed26   14 years anton vfwcap: add a framerate private option.
(edit) @c21324e   14 years anton v4l2: add a framerate private option.
(edit) @121ef2e2   14 years anton libdc1394: add a framerate private option.
(edit) @1556186a   14 years anton fbdev: add a framerate private option.
(edit) @3e3db4d9   14 years anton bktr: add a framerate private option.
(edit) @4c1e56ed   14 years mans oma: check avio_read() return value
(edit) @14086341   14 years mans nutdec: remove unused variable
(edit) @e65ab9d9   14 years mans Remove unused variables
(edit) @808d8ff6   14 years rsbultje swscale: allocate larger buffer to handle altivec overreads. Altivec …
(edit) @6a9c8594   14 years rsbultje H264/MPEG frame-level multi-threading. Signed-off-by: Ronald S. …
(edit) @53be7b23   14 years rsbultje Cosmetic changes to h264_idct_10bit.asm. Removes redundant dword tags …
(edit) @994c3550   14 years rsbultje 2x faster h264_idct_add8_10. Signed-off-by: Ronald S. Bultje …
(edit) @cc9947f   14 years rsbultje aacenc: Add stereo_mode option. ms_off is the default, until Mid/Side
(edit) @e6635a9a   14 years rsbultje h264: remove CONFIG_GPL from x86 intra prediction code. The authors …
(edit) @8e112df4   14 years mans ARM: ac3dsp: optimised update_bap_counts() Signed-off-by: Mans …
(edit) @bde2c1c7   14 years diego mpegaudiodec: Fix av_dlog() invocation. Some parameters passed to the …
(edit) @f3aa65af   14 years rsbultje h264/10bit: add HAVE_ALIGNED_STACK checks. Fixes regression in …
Note: See TracRevisionLog for help on using the revision log.