log

age author description
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