log

age author description
Thu, 23 Apr 2009 07:39:39 +0000 diego Pass argc and argv parameters to main() function in SDL test.
Wed, 22 Apr 2009 20:46:33 +0000 siretart Part 1 of syncing binary_codecs.sh with Debian
Tue, 21 Apr 2009 21:27:53 +0000 eugeni Don't automatically wrap lines when WrapStyle==2.
Tue, 21 Apr 2009 08:19:22 +0000 gpoirier Fix a signedness issue that caused a warning to be wrongfully printed at runtime.
Tue, 21 Apr 2009 01:08:03 +0000 michael Planar 16bit 420 422 444 YUV support (output is only supported in some
Tue, 21 Apr 2009 00:08:06 +0000 michael Merge gray->gray converters into planarCopy(), this should also make planarCopy()
Tue, 21 Apr 2009 00:03:00 +0000 michael Add macro to check for 16bit per sample.
Tue, 21 Apr 2009 00:01:59 +0000 michael Make sure src/dst are NULL when they arent used, some code uses this to
Mon, 20 Apr 2009 21:05:32 +0000 michael Use generic BE check instead of checking for gray16LE.
Mon, 20 Apr 2009 21:04:55 +0000 michael add isBE()
Mon, 20 Apr 2009 18:20:37 +0000 diego Unify error message output and update error messages.
Mon, 20 Apr 2009 15:35:34 +0000 diego small typo fixes
Mon, 20 Apr 2009 15:24:47 +0000 diego Remove reference to outdated documentation file.
Mon, 20 Apr 2009 14:02:40 +0000 diego Move non-conditional SRCS lists below the conditional parts. This allows
Mon, 20 Apr 2009 13:52:14 +0000 diego whitespace cosmetics
Mon, 20 Apr 2009 13:51:47 +0000 diego Use temporary variables to add objects that depend on more than one
Mon, 20 Apr 2009 12:07:08 +0000 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
Mon, 20 Apr 2009 03:39:44 +0000 diego Only add existing files to the FFMPEGFILES variable.
Mon, 20 Apr 2009 00:19:39 +0000 diego Use ADDSUFFIXES function to simplify version.h dependency declaration.
Mon, 20 Apr 2009 00:18:59 +0000 diego Introduce ADDSUFFIXES function and use it to simplify the
Mon, 20 Apr 2009 00:16:53 +0000 diego cosmetics: Move ADD_ALL_* functions to a more sensible place.
Mon, 20 Apr 2009 00:10:45 +0000 diego Add HAVE_LDBRX to config.h for FFmpeg.
Mon, 20 Apr 2009 00:10:09 +0000 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
Sun, 19 Apr 2009 22:27:02 +0000 diego cosmetics: reindent
Sun, 19 Apr 2009 15:54:48 +0000 diego whitespace cosmetics
Sun, 19 Apr 2009 15:54:16 +0000 diego cosmetics: Rename PARTS variable to FFMPEGPARTS.
Sun, 19 Apr 2009 15:51:06 +0000 diego Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands
Sun, 19 Apr 2009 15:22:27 +0000 diego Convert another forgotten ADD_ALL_EXESUFS call.
Sun, 19 Apr 2009 15:16:04 +0000 diego Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.
Sun, 19 Apr 2009 14:54:44 +0000 diego Remove duplicate entry from DIRS.
Sun, 19 Apr 2009 14:53:41 +0000 diego Add files in all library subdirectories to FFMPEGFILES variable, not
Sun, 19 Apr 2009 13:32:15 +0000 diego Remove pointless #ifdef around internal #include.
Sat, 18 Apr 2009 22:27:36 +0000 michael Remove 2 useless += at the end of rgb16to15(), found by CSA.
Sat, 18 Apr 2009 13:52:00 +0000 stefano Rename swscale_avoption.c to options.c.
Sat, 18 Apr 2009 11:53:59 +0000 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
Sat, 18 Apr 2009 11:45:31 +0000 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
Thu, 16 Apr 2009 10:02:10 +0000 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
Wed, 15 Apr 2009 20:00:26 +0000 diego Replace all `` by $(), it is more readable and easier to nest.
Wed, 15 Apr 2009 17:08:41 +0000 diego Simplify OS detection functions.
Wed, 15 Apr 2009 08:38:39 +0000 reimar libavformat is now the default for mov, update extension.c to match this.
Tue, 14 Apr 2009 14:39:04 +0000 diego whitespace cosmetics: Break some overly long lines.
Tue, 14 Apr 2009 14:11:57 +0000 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
Mon, 13 Apr 2009 21:43:57 +0000 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
Mon, 13 Apr 2009 20:07:03 +0000 gpoirier fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.
Mon, 13 Apr 2009 08:55:20 +0000 diego Sync with latest FFmpeg changes.
Sun, 12 Apr 2009 22:49:58 +0000 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Sun, 12 Apr 2009 22:43:03 +0000 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
Sun, 12 Apr 2009 21:28:45 +0000 diego Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,
Sun, 12 Apr 2009 20:44:20 +0000 diego Reduce subtitle parsing verbosity.
Sun, 12 Apr 2009 17:07:30 +0000 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
Sat, 11 Apr 2009 13:51:02 +0000 diego Reemit the ID_AID_x_LANG for the track. This allows the identification of the
Fri, 10 Apr 2009 18:29:01 +0000 diego Move all CFLAGS checks together at the beginning of configure.
Fri, 10 Apr 2009 17:39:44 +0000 diego Move thread-related CFLAGS settings into pthread test.
Fri, 10 Apr 2009 15:55:38 +0000 diego some updates about translation maintenance
Fri, 10 Apr 2009 14:41:18 +0000 reimar Simplify: use av_fifo_space
Fri, 10 Apr 2009 13:38:57 +0000 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
Fri, 10 Apr 2009 13:37:59 +0000 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
Fri, 10 Apr 2009 13:12:28 +0000 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
Fri, 10 Apr 2009 13:09:39 +0000 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
Fri, 10 Apr 2009 10:13:41 +0000 reimar Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
Thu, 09 Apr 2009 20:20:00 +0000 reimar Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
Thu, 09 Apr 2009 20:10:35 +0000 reimar Split oversized of "argument" onto a separate line.
Thu, 09 Apr 2009 20:07:26 +0000 reimar Also lock the mainloop when doing adjusting the volume for PulseAudio.
Thu, 09 Apr 2009 20:04:24 +0000 reimar Make sure waitop always unlocks the mainloop even if the operation could not
Thu, 09 Apr 2009 14:23:09 +0000 reimar Add a -indentify message that indicates if the current DVDNAV title is
Thu, 09 Apr 2009 09:53:35 +0000 diego Change type of first argument of the print_int_array function from int to
Wed, 08 Apr 2009 20:21:21 +0000 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
Wed, 08 Apr 2009 18:25:23 +0000 diego Specify precise dependencies for generated header file codecs.conf.h.
Wed, 08 Apr 2009 16:13:51 +0000 cehoyos Reduce compilation time after version.h was updated.
Wed, 08 Apr 2009 11:56:09 +0000 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
Mon, 06 Apr 2009 14:06:53 +0000 diego Add rules to install gmplayer manual pages.
Sun, 05 Apr 2009 19:17:53 +0000 ramiro swscale: Remove X86 commented out code.
Sun, 05 Apr 2009 04:15:44 +0000 Gabrov synced with r29147
Sun, 05 Apr 2009 04:14:47 +0000 Gabrov eliminate a trailing whitespace
Sun, 05 Apr 2009 03:50:03 +0000 jrash sync with en/mplayer.1 r29133
Sat, 04 Apr 2009 22:45:02 +0000 ramiro swscale: Use function pointers for swScale functions.
Sat, 04 Apr 2009 22:43:24 +0000 ramiro swscale: {}-related cosmetics.
Sat, 04 Apr 2009 22:41:46 +0000 ramiro swscale: Add const to some swScale functions' parameters.
Sat, 04 Apr 2009 21:21:40 +0000 compn remove startup -volume wish, option was added a while ago
Sat, 04 Apr 2009 20:30:49 +0000 compn add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663
Sat, 04 Apr 2009 19:50:57 +0000 cehoyos Avoid spurious rebuilds on svn up. The check to find out if the header file
Sat, 04 Apr 2009 14:17:53 +0000 diego Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
Sat, 04 Apr 2009 04:27:09 +0000 compn make = and + both adjust audio delay, useful for keyboards without keypads
Fri, 03 Apr 2009 13:39:34 +0000 compn add fourccs: dvp and dvs1, from vlc dv video fourcc list
Fri, 03 Apr 2009 08:08:44 +0000 cehoyos Fix compilation for newly added VAAPI_HWACCEL's.
Thu, 02 Apr 2009 20:49:47 +0000 bircoph Use native endian float filter provided by libbs2b instead of
Thu, 02 Apr 2009 19:02:59 +0000 bircoph Add documentation for libbs2b audio filter.
Thu, 02 Apr 2009 19:01:57 +0000 bircoph Add libbs2b audio filter itself.
Thu, 02 Apr 2009 19:01:23 +0000 bircoph Support for libbs2b audio filter.
Thu, 02 Apr 2009 18:38:15 +0000 cehoyos Fix compilation with libavcodec's HWACCEL.
Thu, 02 Apr 2009 18:34:11 +0000 ramiro swscale: Remove mmx2 params from h[yc]scale().
Thu, 02 Apr 2009 18:32:49 +0000 ramiro swscale: Split h[yc]scale_fast() into their own functions.
Thu, 02 Apr 2009 18:31:22 +0000 ramiro swscale: Execute sfence and emms depending on runtime flags.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Thu, 02 Apr 2009 08:42:16 +0000 diego Add recently added FFmpeg subdirs to DIRS variable.
Thu, 02 Apr 2009 02:31:17 +0000 bcoudurier override codec tag for pcm s32le and s32be, used in mov
Wed, 01 Apr 2009 16:28:25 +0000 diego Add config.h #include, necessary for HAVE_MALLOC_H check.
Wed, 01 Apr 2009 16:27:03 +0000 diego Remove unused variable along with the related warning.
Wed, 01 Apr 2009 09:24:46 +0000 reimar Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.
Wed, 01 Apr 2009 08:46:03 +0000 reimar At least direct3d vo supports -xineramascreen, too
Wed, 01 Apr 2009 00:54:23 +0000 mru Make examples and test progs depend on libraries
Tue, 31 Mar 2009 22:06:40 +0000 cehoyos Prefer vo vdpau over vo xv where available.
Tue, 31 Mar 2009 22:00:00 +0000 reimar 100l, add forgotten BGR15 format to fmt-conversion.c table
Tue, 31 Mar 2009 18:49:04 +0000 compn cdvh decodes with ffdv
Tue, 31 Mar 2009 17:11:04 +0000 reimar Add forgotten escapes for -
Tue, 31 Mar 2009 16:52:24 +0000 diego Add missing $(EXESUF) to example/test program dependency declaration.
Tue, 31 Mar 2009 16:17:03 +0000 reimar Explain relationship between -geometry and -xineramascreen.
Tue, 31 Mar 2009 16:16:12 +0000 reimar Get rid of nonsensical limits on -geometry x, y,w and h values, they only
Tue, 31 Mar 2009 06:30:38 +0000 zuxy More flags; sync with Linux kernel.
Mon, 30 Mar 2009 22:49:28 +0000 bcoudurier override lavf tag for pcm s24le, mov uses the same for s24be
Mon, 30 Mar 2009 21:17:42 +0000 cehoyos Support IMGFMT_NV12 for vo vdpau.
Mon, 30 Mar 2009 17:05:39 +0000 reimar Set the forced_subs_only value correctly whenever a new spudec is created.
Mon, 30 Mar 2009 12:23:28 +0000 reimar Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.
Mon, 30 Mar 2009 12:11:12 +0000 reimar Make sure we do not accidentally use the vdp_get_error_string from the
Sun, 29 Mar 2009 19:43:52 +0000 cehoyos Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.
Sun, 29 Mar 2009 19:25:22 +0000 cehoyos VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.
Sun, 29 Mar 2009 14:46:59 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
Sun, 29 Mar 2009 14:43:11 +0000 diego Globally ignore all example binaries.
Sun, 29 Mar 2009 14:37:21 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
Sun, 29 Mar 2009 14:35:38 +0000 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
Sun, 29 Mar 2009 14:18:44 +0000 diego Move swscale AltiVec template code to ppc subdirectory.
Sun, 29 Mar 2009 14:15:09 +0000 reimar Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.
Sun, 29 Mar 2009 13:47:30 +0000 diego Relicense file to LGPL with the permission of Romain Dolbeau, the author.
Sun, 29 Mar 2009 12:28:46 +0000 jrash sync with en/mplayer.1 r29059
Sun, 29 Mar 2009 11:21:18 +0000 reimar Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is
Sun, 29 Mar 2009 11:16:14 +0000 cehoyos Cosmetics: Reindent after last commit.
Sun, 29 Mar 2009 11:15:22 +0000 cehoyos 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.
Sat, 28 Mar 2009 22:54:01 +0000 Gabrov synced with r29059
Sat, 28 Mar 2009 20:21:20 +0000 bircoph Move config.h include directive up as a precaution measure.
Sat, 28 Mar 2009 20:03:08 +0000 bircoph Reorder includes alphabetically.
Sat, 28 Mar 2009 20:01:43 +0000 bircoph Remove af_mp.h and add its content to af.h
Sat, 28 Mar 2009 19:57:56 +0000 bircoph Remove af_msg special-casing API in libaf.
Sat, 28 Mar 2009 19:24:08 +0000 reimar Document the ass_render_event event_images parameter.
Sat, 28 Mar 2009 19:21:34 +0000 reimar Initialize all structs to 0 before using them.
Sat, 28 Mar 2009 18:53:26 +0000 reimar Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
Sat, 28 Mar 2009 16:09:56 +0000 reimar 100l, revert r29082, I missed that the vts comparison should be case-insensitive.
Sat, 28 Mar 2009 15:54:08 +0000 reimar Reindent
Sat, 28 Mar 2009 15:53:32 +0000 reimar Simplify extracting title number from ifo name
Fri, 27 Mar 2009 22:56:56 +0000 ramiro Move bfin specific code to its subdir.
Fri, 27 Mar 2009 21:26:26 +0000 reimar Simplify detection of .ifo extension.
Fri, 27 Mar 2009 20:34:55 +0000 reimar Use x86_reg instead of long in several video filters to fix compilation on MinGW64.
Fri, 27 Mar 2009 20:33:13 +0000 reimar Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it
Fri, 27 Mar 2009 19:34:50 +0000 reimar Get rid of gettimeofday reimplementation for MinGW, all remotely recent
Fri, 27 Mar 2009 19:09:33 +0000 diego spelling fixes, add release name
Fri, 27 Mar 2009 18:55:21 +0000 reimar Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADER
Fri, 27 Mar 2009 18:51:32 +0000 diego misc updates
Fri, 27 Mar 2009 18:48:47 +0000 reimar Sync cpuid detection code with libavcodec: assume it is always available on x86_64
Fri, 27 Mar 2009 17:14:58 +0000 reimar Rename local TMP variable to TMPRES to avoid a clash with the
Thu, 26 Mar 2009 14:20:15 +0000 diego Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
Thu, 26 Mar 2009 13:35:12 +0000 compn change close to closesocket, unifies close streaming code
Thu, 26 Mar 2009 12:41:43 +0000 diego Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
Thu, 26 Mar 2009 11:00:04 +0000 reimar Add support for mmsh:// as alias for mmshttp://
Thu, 26 Mar 2009 01:30:10 +0000 ramiro Move yuv2rgb code to subdirs.
Wed, 25 Mar 2009 23:59:48 +0000 compn enable vp6 codec to read/write .fpf (passlogfile)
Wed, 25 Mar 2009 23:32:27 +0000 cehoyos Simplify vdpau deinterlacing code and fix timing for deint=2.
Wed, 25 Mar 2009 21:43:33 +0000 diego typo fixes
Wed, 25 Mar 2009 21:37:57 +0000 diego Update date in manual page.
Wed, 25 Mar 2009 21:31:56 +0000 diego Rename 'default-binds' input option to 'default-bindings'.
Wed, 25 Mar 2009 19:48:05 +0000 diego cosmetics: Drop leading underscore from extra_ variables.
Wed, 25 Mar 2009 18:08:52 +0000 diego swscale-example is an API example, not a test program.
Wed, 25 Mar 2009 17:38:52 +0000 cehoyos 1l: There is no more delay since r29051.
Wed, 25 Mar 2009 07:52:41 +0000 cehoyos Clarify vdpau deinterlacers.
Tue, 24 Mar 2009 21:49:08 +0000 cehoyos New VDPAU deinterlacing code needs one reference surface less for software decoding.
Tue, 24 Mar 2009 21:47:56 +0000 cehoyos New vdpau deinterlacing code needs one reference surface less.
Tue, 24 Mar 2009 21:45:39 +0000 cehoyos Stephen Warren reported that VDPAU deinterlacing did not work correctly.
Tue, 24 Mar 2009 19:48:51 +0000 compn sqcp plays with ffqclp in ffmpeg
Tue, 24 Mar 2009 09:32:35 +0000 diego Update help output with previous --extra-ldflags change.
Tue, 24 Mar 2009 07:11:35 +0000 sdrik Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
Tue, 24 Mar 2009 07:10:19 +0000 sdrik Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
Tue, 24 Mar 2009 07:09:19 +0000 sdrik Simpler and more elegant fix to the x86_32/OSX+PIC build failure
Tue, 24 Mar 2009 00:22:51 +0000 diego Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
Mon, 23 Mar 2009 23:41:24 +0000 diego typo fix: Remove stray '-' from --extra-cflags option evaluation.
Mon, 23 Mar 2009 23:37:51 +0000 diego Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
Mon, 23 Mar 2009 22:53:42 +0000 diego Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
Mon, 23 Mar 2009 22:42:53 +0000 diego Do not use full CFLAGS to build codec-cfg, they are unnecessary.
Sun, 22 Mar 2009 23:58:40 +0000 cehoyos Change function call order in config().
Sun, 22 Mar 2009 23:15:54 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the
Sun, 22 Mar 2009 23:09:20 +0000 diego Remove unnecessary CLEANFILES declaration. Test programs do not require it.
Sun, 22 Mar 2009 14:28:13 +0000 reimar Add forgotten "static" to new data_length variable in ao_pcm
Sun, 22 Mar 2009 14:27:10 +0000 reimar Whitespace-only cosmetics: use consistent indentation in ao_pcm.c
Sun, 22 Mar 2009 14:23:07 +0000 reimar Print a warning if ao_pcm wrote more data than what can be specified in the
Sun, 22 Mar 2009 13:19:58 +0000 bircoph Sync with r28984: 17% done.
Sun, 22 Mar 2009 12:38:52 +0000 bircoph Synced with r28991.
Sun, 22 Mar 2009 02:53:07 +0000 jrash sync with en/mplayer.1 r28991
Sat, 21 Mar 2009 23:59:02 +0000 michael Enable unscaled packed422 -> planar 420 converters by default as the
Sat, 21 Mar 2009 23:52:34 +0000 michael 10l: C code of extract_even2avg(), extract_odd2() and extract_odd2avg() was
Sat, 21 Mar 2009 23:45:20 +0000 michael Average chroma of 2 lines in packed 422 -> planar 420.
Sat, 21 Mar 2009 22:53:18 +0000 cehoyos 10l: Only try to create vdpau decoder if hardware decoding is intended.
Sat, 21 Mar 2009 20:11:05 +0000 cehoyos Test if create_vdp_decoder() might succeed by calling it from config()
Sat, 21 Mar 2009 19:59:35 +0000 cehoyos Change return value for create_vdp_decoder().
Sat, 21 Mar 2009 19:46:13 +0000 compn map jls (jpeg-ls), thm and db (thumbnails) files to jpg
Sat, 21 Mar 2009 17:10:19 +0000 cehoyos Factorize create_vdp_decoder().
Sat, 21 Mar 2009 16:00:15 +0000 diego Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
Sat, 21 Mar 2009 12:16:32 +0000 sdrik Fix build failure on x86_32 Mac OS X with PIC enabled
Sat, 21 Mar 2009 10:20:16 +0000 reimar Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
Sat, 21 Mar 2009 09:31:57 +0000 diego Remove postinst script that asks for a TrueType font to use as default.
Sat, 21 Mar 2009 09:18:36 +0000 diego Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
Fri, 20 Mar 2009 17:22:03 +0000 reimar Avoid crash on planarCopy to a destination without alpha.
Fri, 20 Mar 2009 16:29:47 +0000 benoit Initialize pointer arrays which may be freed before being initialized.
Fri, 20 Mar 2009 16:23:48 +0000 reimar Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
Fri, 20 Mar 2009 16:12:03 +0000 reimar Fix swscale compilation with Altivec enabled.
Fri, 20 Mar 2009 14:44:26 +0000 sdrik Reindent after last commit
Fri, 20 Mar 2009 14:17:20 +0000 sdrik Also test the alpha channel in swscale-example
Fri, 20 Mar 2009 14:16:24 +0000 sdrik YUVA420P is now supported as output format
Fri, 20 Mar 2009 14:15:14 +0000 sdrik Add alpha channel scaling
Fri, 20 Mar 2009 14:14:28 +0000 sdrik Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
Fri, 20 Mar 2009 14:01:51 +0000 sdrik Use a simpler and more general check for the gray case in the planarCopy function
Thu, 19 Mar 2009 23:33:35 +0000 diego Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
Thu, 19 Mar 2009 23:29:19 +0000 cehoyos Remove useless casting in asm "m" operand.
Thu, 19 Mar 2009 21:52:44 +0000 ramiro Allocate executable memory with VirtualAlloc() in Windows.
Thu, 19 Mar 2009 21:50:10 +0000 ramiro Drop unnecessary cast and cosmetically align.
Thu, 19 Mar 2009 19:44:11 +0000 rathann Fix HTML docs generation, broken in r28980.
Thu, 19 Mar 2009 15:02:44 +0000 michael Revert
Thu, 19 Mar 2009 14:04:14 +0000 michael Fix 10l typo.
Thu, 19 Mar 2009 11:30:29 +0000 Gabrov remove trailing whitespaces
Thu, 19 Mar 2009 11:21:54 +0000 Gabrov remove trailing whitespaces
Thu, 19 Mar 2009 11:18:04 +0000 Gabrov remove trailing whitespaces all over the place
Thu, 19 Mar 2009 11:02:16 +0000 Gabrov synced with r28991
Thu, 19 Mar 2009 03:45:29 +0000 michael Unscaled converters for
Wed, 18 Mar 2009 22:11:50 +0000 reimar Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
Wed, 18 Mar 2009 21:48:35 +0000 cehoyos Support icc 11.1.
Wed, 18 Mar 2009 18:17:49 +0000 rathann drop obsolete guidelines
Wed, 18 Mar 2009 17:12:44 +0000 ramiro swscale-example: use LFG instead of random()
Wed, 18 Mar 2009 17:07:30 +0000 ramiro Do not assume long is same width as x86 register.
Wed, 18 Mar 2009 17:02:29 +0000 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Wed, 18 Mar 2009 12:50:17 +0000 reimar Support FFmpeg codecs that decode to other formats than S16.
Wed, 18 Mar 2009 09:17:15 +0000 cehoyos Older versions of <vdpau/vdpau.h> will fail during compilation.
Wed, 18 Mar 2009 08:06:08 +0000 diego Consistently use ff_ prefixes for internal symbols.
Wed, 18 Mar 2009 00:17:26 +0000 cehoyos 10l: Fix indentation.
Tue, 17 Mar 2009 19:53:36 +0000 sdrik Add a fillPlane function to fill a plane with one constant value
Tue, 17 Mar 2009 19:51:52 +0000 sdrik Don't write outside of the picture buffer in planarCopy in the gray case
Tue, 17 Mar 2009 18:44:06 +0000 bircoph Get rid of trailing whitespaces.
Tue, 17 Mar 2009 18:33:52 +0000 bircoph Synced with r28979.
Tue, 17 Mar 2009 12:05:56 +0000 diego Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
Tue, 17 Mar 2009 11:52:39 +0000 diego whitespace cosmetics: Consistently format function calls without space
Tue, 17 Mar 2009 11:47:27 +0000 reimar Avoid an error at the end of chunked HTML doc generation.
Mon, 16 Mar 2009 23:03:18 +0000 cehoyos Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
Mon, 16 Mar 2009 20:04:32 +0000 sdrik Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
Mon, 16 Mar 2009 19:26:23 +0000 eugeni Cosmetics: reindent.
Mon, 16 Mar 2009 19:26:19 +0000 eugeni Fix uninitialized memory access in ass_fontconfig.