source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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(). …
(edit) @389e2000   14 years rsbultje swscale: delay allocation of formatConvBuffer(). That means it won't …
(edit) @f327bfa   14 years rsbultje swscale: fix build with --disable-swscale-alpha.
(edit) @28734ac9   14 years martin movenc: Deprecate the global RTP hinting flag, use a private AVOption …
(edit) @91e3a25e   14 years martin movenc: Add an AVClass for setting muxer specific options …
(edit) @9f5d4502   14 years rsbultje swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
(edit) @6348a96c   14 years lu_zero configure: report yasm/nasm presence properly If the secondary …
(edit) @ebb6b27a   14 years lu_zero tcp: make connect() timeout properly The connect() timeout can take …
(edit) @fa4924a3   14 years anton rawdec: factor video demuxer definitions into a macro.
(edit) @4779f593   14 years anton rtspdec: add initial_pause private option. Deprecate corresponding …
(edit) @89d1b7f   14 years anton lavf: deprecate AVFormatParameters.width/height.
(edit) @06d8c9e5   14 years anton tty: add video_size private option.
(edit) @973f686a   14 years anton rawdec: add video_size private option.
(edit) @724a900c   14 years anton x11grab: add video_size private option.
(edit) @3102fb03   14 years anton x11grab: factorize returning error codes.
(edit) @3e15ea21   14 years anton vfwcap: add video_size private option.
(edit) @8fe7b644   14 years anton v4l2: add video_size private option.
(edit) @82b5aa0a   14 years anton v4l2: factorize returning error codes. This will be useful in the …
(edit) @fd48620e   14 years anton libdc1394: add video_size private option.
(edit) @284bac2e   14 years anton libdc1394: return meaninful error codes.
(edit) @33e03696   14 years anton bktr: add video_size private option.
(edit) @3577416   14 years anton bktr: factorize returning error codes. This will be useful in the …
(edit) @86f86877   14 years alex.converse id3v2: Check malloc result. ID3v2 tags can be very large.
(edit) @40a5dd2   14 years alex.converse id3v2: Initialize tflags for version 2.2.
(edit) @ca7d8256   14 years mans ARM: add ARMv6 optimised av_clip_uintp2 Signed-off-by: Mans Rullgard …
(edit) @77cd6efc   14 years mans ARM: remove volatile from asm statements in libavutil/intmath The …
(edit) @74cc8c52   14 years mans ARM: fix av_clipl_int32_arm() Signed-off-by: Mans Rullgard …
(edit) @3d96c13e   14 years anton v4l: include avdevice.h Fixes build.
(edit) @e2d7dc87   14 years anton ffserver: move close_connection() call to avoid a temporary string and …
(edit) @9749cdf   14 years anton lavf: initialize demuxer private options.
(edit) @6c117d43   14 years anton AVOptions: set string default values.
(edit) @aaea1490   14 years anton lavdevice: mark v4l for removal on next major bump.
(edit) @93681fbd   14 years rsbultje swscale: fix compile on ppc.
(edit) @e758573a   14 years rsbultje swscale: fix compile on x86-32.
(edit) @59748689   14 years diego build: Remove generated .version file on distclean.
(edit) @e14574eb   14 years diego configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2. The flag is …
(edit) @25101cf5   14 years diego doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.
(edit) @6c6c976f   14 years diego ffplay: Remove disabled code.
(edit) @e1694285   14 years diego Mark parameterless function declarations as 'void'.
(edit) @48520772   14 years rsbultje swscale: use av_clip_uint8() in yuv2yuv1_c().
(edit) @0f4eb8b0   14 years rsbultje swscale: remove VOF/VOFW.
(edit) @b4a224c5   14 years rsbultje swscale: split chroma buffers into separate U/V planes. Preparatory …
(edit) @69645c02   14 years rsbultje swscale: replace formatConvBuffer[VOF] by allocated array. This …
(edit) @522d65ba   14 years rsbultje rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. Many …
(edit) @836b82e3   14 years rsbultje swscale: reindent h[cy]scale_fast() and updateDitherTables().
(edit) @e2bad983   14 years rsbultje swscale: reformat x86/swscale_template.c. Interleave macros and code …
(edit) @71d9c33c   14 years rsbultje swscale: remove duplicate mmx/mmx2 functions if they are identical.
(edit) @acb96bc   14 years rsbultje swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). This …
(edit) @b6cac9b3   14 years rsbultje swscale: remove if(full_chr_int) from yuv2packed1(). If that flag is …
(edit) @2159a245   14 years rsbultje swscale: remove if(accurate_rnd) branch from functions.
(edit) @db3262b7   14 years siretart ffserver: Fix a null pointer dereference as a result of the …
(edit) @2341c97e   14 years anton libdc1394: fix compilation. Add a forgotten comma and move …
(edit) @c7a973e4   14 years anton swscale: revive SWS_CPU_CAPS until next major bump.
(edit) @00931991   14 years diego swscale: Remove commented-out printf cruft.
(edit) @478455d6   14 years justin.ruggles ac3enc: initialize all coefficients to zero. Uninitialized …
(edit) @a2ee2843   14 years diego doc: create separate section for audio encoders Having a separate …
(edit) @6f7a280e   14 years diego swscale: Remove orphaned, commented-out function declaration.
Note: See TracRevisionLog for help on using the revision log.