source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @04de5bf5   14 years rsbultje APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).
(edit) @8f653e28   14 years rsbultje lavu: add av_get_pix_fmt_name() convenience function Also deprecate …
(edit) @26513856   14 years rsbultje cmdutils: remove OPT_FUNC2 Make ff* tools only accept opt_* functions …
(edit) @009f829   14 years rsbultje swscale: fix crash in bilinear scaling.
(edit) @88aa215   14 years siretart vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping via the equivalent …
(edit) @945dda41   14 years siretart webm: support stereo videos in matroska/webm muxer Create a …
(edit) @f91ccb1d   14 years anton lavf: deprecate AVFormatParameters.pix_fmt.
(edit) @2a85f218   14 years anton rawdec: add a pixel_format private option.
(edit) @d576bbf3   14 years anton v4l2: add a pixel_format private option.
(edit) @2e0e1e71   14 years anton libdc1394: add a pixel_format private option.
(edit) @1a950da6   14 years justin.ruggles cosmetics: indentation and alignment after previous commit
(edit) @aa47c35d   14 years justin.ruggles ac3enc: add support for E-AC-3 encoding. This adds basic stream …
(edit) @b1bf8c78   14 years justin.ruggles ac3enc: Move AC-3 AVOptions array to a separate file to make it easier …
(edit) @79aeade6   14 years mans ARM: disable ff_vector_fmul_vfp on VFPv3 systems This function uses …
(edit) @93eb8e4d   14 years mans ARM: check for VFPv3 Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @5a5a0f16   14 years diego swscale: Remove unused variables in x86 code. …
(edit) @7eae0110   14 years diego doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
(edit) @5e528cf   14 years diego x86: Add appropriate ifdefs around certain AVX functions. nasm …
(edit) @faf8d3dd   14 years rsbultje cmdutils: use sws_freeContext() instead of av_freep(). …
Note: See TracRevisionLog for help on using the revision log.