source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @348493db   14 years Ronald S. Bultje Update 8-bit H.264 IDCT function names to reflect bit-depth. …
(edit) @836f47d3   14 years Ronald S. Bultje Add IDCT functions for 10-bit H.264. Ports the majority of IDCT …
(edit) @7e985c9e   14 years diego mpegaudioenc: Fix broken av_dlog statement.
(edit) @b0a4e5f9   14 years diego Employ correct printf format specifiers, mostly in debug output.
(edit) @c51695db   14 years mans ARM: fix MUL64 inline asm for pre-armv6 Prior to ARMv6, the …
(edit) @5ac4952a   14 years diego vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
(edit) @fdf18e33   14 years mans mpegaudiodec: remove unusued code and variables Signed-off-by: Mans …
(edit) @c1691948   14 years alex.converse improved 'edts' atom writing support The 'edts' write function can …
(edit) @6f1ec38c   14 years mans mpegaudio: clean up compute_antialias() definition This merges the …
(edit) @9ebcf769   14 years rsbultje vp8: fix segmentation race during frame-threading. Fixes occasional …
(edit) @f635a23   14 years diego swscale: Remove unused variable.
(edit) @6bb70dfd   14 years mans ARM: simplify inline asm with 64-bit operands Signed-off-by: Mans …
(edit) @371266da   14 years mans ARM: enable UAL syntax in asm.S This enables UAL syntax for all asm …
(edit) @7a70e01b   14 years anton v4l2: don't leak video standard string on error.
(edit) @06b5facd   14 years diego swscale: Remove disabled code.
(edit) @d6e0729b   14 years diego avfilter: Surround function only used in debug mode by appropriate …
(edit) @2146f492   14 years diego vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
(edit) @798b2646   14 years mans build: remove BUILD_ROOT variable This variable is unnecessary as …
(edit) @4276112   14 years mans vp8: use av_clip_uintp2() where possible Signed-off-by: Mans Rullgard …
(edit) @90da52f0   14 years mans ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() …
(edit) @70bb747a   14 years martin ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. …
(edit) @dc0ad40d   14 years justin.ruggles ac3dsp: fix loop condition in ac3_update_bap_counts_c()
(edit) @edfa89b2   14 years mans ARM: unbreak build Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @6ca23db9   14 years justin.ruggles ac3enc: modify mantissa bit counting to keep bap counts for all values …
(edit) @1323828a   14 years justin.ruggles ac3enc: split mantissa bit counting into a separate function. No …
(edit) @7743865f   14 years justin.ruggles ac3enc: store per-block/channel bap pointers by reference block in a …
(edit) @e01e05ee   14 years mans get_bits: add av_unused tag to cache variable This silences numerous …
(edit) @b8e89339   14 years rsbultje sws: replace all long with int. Signed-off-by: Ronald S. Bultje …
(edit) @7d8c17b   14 years mans ARM: aacdec: fix constraints on inline asm This adds output operands …
(edit) @84e4804a   14 years mans ARM: remove unnecessary volatile from inline asm Signed-off-by: Mans …
(edit) @5726ec1   14 years mans ARM: add "cc" clobbers to inline asm where needed Signed-off-by: Mans …
(edit) @a84f8256   14 years mans ARM: improve FASTDIV asm This uses one register less. Also add …
(edit) @7f7726c7   14 years mans ac3enc: use LOCAL_ALIGNED macro Aligned local variables must use the …
Note: See TracRevisionLog for help on using the revision log.