summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the reference to history.html because history.xml was purgedbircoph2009-02-151-4/+3
* whitespace cosmetics: Remove all tabs and trailing whitespace.diego2009-02-151-75/+75
* The xvmc_pixfmt_render structure was renamed to xvmc_pix_fmt in FFmpeg.diego2009-02-152-21/+21
* Remove unnecessary #ifdef around internal #include.diego2009-02-151-3/+0
* The xmvc structure member magic_id was renamed to unique_id.diego2009-02-152-6/+6
* Remove unnecessary #if around forward declaration.reimar2009-02-151-2/+0
* Restructure get_format so it can easily be extended to handle VDPAUreimar2009-02-151-7/+14
* Reuse the code for the general do_dr1 case to set get_buffer/release_buffer f...reimar2009-02-151-3/+1
* Change man page encoding from KOI8-R to UTF-8.bircoph2009-02-151-5932/+5932
* I hope this one is clearer and understandable.bircoph2009-02-151-1/+1
* Use PIX_FMT_NONE instead of -1reimar2009-02-151-1/+1
* Remove apparently unneeded CODEC_FLAG_EMU_EDGE for XvMCreimar2009-02-151-2/+0
* Remove trailing whitespaces.bircoph2009-02-152-20/+20
* Synced with r28201.bircoph2009-02-151-32/+32
* Extend get_buffer to handle the XvMC case and remove mc_get_bufferreimar2009-02-151-93/+28
* Unset MP_IMGFLAG_IN_USE in release_buffer.reimar2009-02-151-0/+2
* Merge two checks for mpi != NULLreimar2009-02-151-5/+5
* Make the default release_buffer work for XvMC, use it and remove mc_release_b...reimar2009-02-151-33/+14
* Get rid of mc_render_slice and use the generic draw_slice instead.reimar2009-02-151-20/+4
* Update info about contributions.bircoph2009-02-151-3/+6
* Fix a regression caused by r17933; RealMedia index tables could never be prin...zuxy2009-02-151-1/+1
* Support seek in multirate RealMedia files.zuxy2009-02-151-32/+26
* Reflect the change of xvmc struct name.iive2009-02-152-23/+23
* WMVA works with VDPAU, tooreimar2009-02-151-1/+1
* Move direct-rendering hack from vo_xvmc to vf_vo, so it does not need toreimar2009-02-152-2/+4
* Sync fourccs for ffvc1vdpaureimar2009-02-151-0/+1
* Sync fourcc list for ffmpeg12vdpaureimar2009-02-151-3/+12
* Now xvmc struct uses magic_id fieldiive2009-02-152-6/+6
* Remove display_flag remains as the member has been removed from the xvmc struct.iive2009-02-151-2/+0
* Get rid of the trailing whitespaces.bircoph2009-02-151-3/+3
* 'Capitalize' mplayer -> MPlayer when used as a project name.bircoph2009-02-151-3/+3
* Some more trailing whitespaces.bircoph2009-02-151-2/+2
* Get rid of trailing whitespaces.bircoph2009-02-151-9/+9
* Fix r28506.bircoph2009-02-151-2/+1
* Sync with r28520, 100% done.bircoph2009-02-151-21/+70
* Remove some xvmc field initializations. They are not used byiive2009-02-141-2/+0
* timebomb made some swscale AltiVec fixescompn2009-02-141-0/+1
* Sync with r27979.bircoph2009-02-141-48/+69
* Use sws_printVec2() instead of the deprecated sws_printVec(). stefano2009-02-141-2/+2
* Implement sws_printVec2() and deprecate sws_printVec().stefano2009-02-142-7/+25
* Document sws_normalizeVec().stefano2009-02-141-0/+5
* Sync with r27639.bircoph2009-02-141-587/+725
* Actually it is in sync with SVN HEAD. bircoph2009-02-141-1/+1
* Use fmt-conversion.h in vd_ffmpeg.creimar2009-02-141-27/+2
* Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...reimar2009-02-143-66/+98
* Consistently place whitespace around * ( ) and ,reimar2009-02-141-70/+70
* Remove useless breakreimar2009-02-141-1/+0
* Indentation and other whitespace fixesreimar2009-02-141-90/+90
* Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.diego2009-02-143-95/+20
* Make hScale_altivec_real() trim its output like other implementations dokostya2009-02-141-5/+5
* Some AltiVec functions in SwScaler produce different output than theirkostya2009-02-142-2/+4
* partial update, patch by sevenfourk, sevenfourk gmail comdiego2009-02-141-31/+282
* Replace fprintf call by mp_msg, fixes the warning:diego2009-02-141-1/+2
* Cosmetics: handle all special/compressed formats in a single if in mp_image_s...reimar2009-02-141-15/+4
* Add support for image formats and codecs used by VDPAUreimar2009-02-145-0/+80
* Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-143-2/+25
* Fix typo in German message.reimar2009-02-121-1/+1
* synced with r28532Gabrov2009-02-125-98/+45
* Remove now unused vo_calc_drwXY function.reimar2009-02-122-18/+0
* Add a calc_src_dst_rects that calculates from window size, panscan etc.reimar2009-02-125-93/+99
* 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,reimar2009-02-121-1/+0
* Remove trailing whitespace from vd_ffmpeg.reimar2009-02-121-34/+34
* Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.reimar2009-02-121-179/+179
* Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.reimar2009-02-121-14/+0
* Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window wasreimar2009-02-121-2/+6
* Ignore errors from all rm commands in clean targets.diego2009-02-121-12/+12
* On clean/distclean, remove binaries with all types of executable suffixes.diego2009-02-122-17/+18
* Use addprefix and addsuffix functions to generate TOOLS variable.diego2009-02-121-10/+1
* Apply misc fixes for sws_getCachedContext() documentation.stefano2009-02-121-7/+10
* Bump micro version, related to r28491.stefano2009-02-121-1/+1
* Document sws_getContext().stefano2009-02-111-0/+13
* Port check for 10 assembler operands support from FFmpeg.diego2009-02-111-0/+17
* Document sws_getIdentityVec().stefano2009-02-111-0/+5
* Convert "advanced audio usage" into from a subsection to a chapter.diego2009-02-111-28/+28
* Replace a mention of MPlayer by MEncoder in the MEncoder section.diego2009-02-111-1/+1
* Remove outdated FAQ entries.diego2009-02-111-60/+0
* Remove unnecessary _UWIN #define.diego2009-02-111-3/+0
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.stefano2009-02-102-4/+5
* Document sws_cloneVec().stefano2009-02-101-0/+5
* Fix typo: lenght -> length.stefano2009-02-101-1/+1
* Document sws_scaleVec().stefano2009-02-101-0/+4
* Document sws_getConstVec().stefano2009-02-101-0/+5
* Move documentation of sws_getCachedContext() from swscale.c tostefano2009-02-102-10/+10
* Remove pointless comment regarding sws_scale_ordered().stefano2009-02-101-3/+0
* Add a @deprecated notice to swscale_get_ordered().stefano2009-02-101-0/+3
* Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-109-49/+146
* Add proper check for posix_memalign(), needed for FFmpeg.diego2009-02-101-1/+13
* Remove unnecessary emms Assembler instructions.diego2009-02-101-9/+0
* partial sync with obsolete section removaldiego2009-02-106-726/+163
* partial sync with obsolete section removaldiego2009-02-106-692/+144
* partial sync with obsolete section removaldiego2009-02-106-710/+148
* partial sync with obsolete section removaldiego2009-02-093-272/+4
* partial sync with obsolete section removaldiego2009-02-096-704/+144
* Document coeff and length fields in SwsVector.stefano2009-02-091-2/+2
* Sync x264 section renaming.diego2009-02-093-3/+3
* Use consistent names for codec installation sections.diego2009-02-092-2/+2
* partial sync with obsolete section removaldiego2009-02-093-215/+2
* partial sync with obsolete section removaldiego2009-02-095-839/+19
* partial sync with obsolete section removaldiego2009-02-095-858/+18
* partial sync with obsolete section removaldiego2009-02-095-829/+19
* partial sync with obsolete section removaldiego2009-02-093-625/+21
* partial sync with obsolete section removalsdiego2009-02-098-1316/+172
* change internal real video packetizing format to the more straight forward oneaurel2009-02-094-171/+62
* Revert #undefining system functions, it is not necessary.diego2009-02-091-7/+0
* bruteforce partial sync with obsolete documentation removaldiego2009-02-0911-1935/+222
* Add config.h #include for ARCH_X86 definition.diego2009-02-091-0/+1
* Add #undefs to reenable system functions that are normally forbidden in otherdiego2009-02-091-0/+7
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whendiego2009-02-091-2/+2
* Use SetErrorMode so Windows will not show all kinds of error dialogsreimar2009-02-091-0/+2
* Prefix visible YUV2RGB functions with sws_kostya2009-02-096-16/+16
* Give better name to Inverse_Table_6_9kostya2009-02-092-4/+4
* Remove file name from file headers.diego2009-02-091-1/+1
* Print information about detected CPU in verbose mode only.diego2009-02-091-14/+14
* Drop the deprecated sws_scale_ordered() at the next major versionstefano2009-02-082-0/+4
* Replace int type with enum PixelFormat for the dstFormat/srcFormatstefano2009-02-081-3/+3
* Fix a typo: lumaSarpen -> lumaSharpen.stefano2009-02-081-1/+1
* cosmetics: Remove leading underscore from all def_ variables.diego2009-02-081-797/+797
* Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.diego2009-02-081-0/+1
* CONFIG_LIBAMR_NB/WB should be 0/1 #defines.diego2009-02-081-2/+2
* Fix FFmpeg decoder info fields to be consistent.diego2009-02-081-10/+10
* cosmetics: Drop redundant "decoder" from codec info fields.diego2009-02-081-91/+91
* synced with r28432Gabrov2009-02-083-165/+59
* Conditionally compile aclib.c instead of placing #ifdef around its content.diego2009-02-083-5/+2
* Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.diego2009-02-081-0/+1
* Add standard license headers, unify header formatting.diego2009-02-0851-147/+976
* Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-073-3/+3
* Sync with latest FFmpeg changes.diego2009-02-071-3/+3
* Add config.h/config.mak bzlib variables missed in last commit.diego2009-02-071-0/+2
* Add bzlib check for FFmpeg.diego2009-02-071-0/+15
* Fix a couple of unused variable warnings through the av_unused attribute.diego2009-02-071-10/+11
* Convert CONFIG_ZLIB into a 0/1 option.diego2009-02-073-7/+7
* Add READ_CACHE_TRACE #define for libdvdnav.diego2009-02-071-0/+2
* In case of several \move or \pos in one line, prefer the first one.eugeni2009-02-071-8/+12
* Add stubs for a few unimplemented tags.eugeni2009-02-071-1/+39
* Allow \be with arguments other than 0 or 1. Implement \blur.eugeni2009-02-074-20/+63
* sync w/r28415gpoirier2009-02-051-1/+5
* Avoid message spam during video adapter uncooperative state.gogothebee2009-02-051-1/+1
* Unify info/error messages to a common style:gogothebee2009-02-051-43/+43
* Print an error message when given insufficient parameters.diego2009-02-041-0/+6
* cosmetics: Regroup some FFmpeg config.h options.diego2009-02-041-8/+7
* Add proper check for arpa/inet.h.diego2009-02-041-5/+12
* cosmetics: Remove stray tab.diego2009-02-041-1/+1
* We use libdvdcss 1.2.10, not 1.2.9.diego2009-02-041-1/+1
* Do not hardcode HAVE_DOS_PATHS, set it by OS instead.diego2009-02-041-1/+4
* add automatic hw acceleration for vo gl entrycompn2009-02-031-0/+1
* Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_Hreimar2009-02-031-0/+4
* Add [gl] in front of vo_gl messagereimar2009-02-031-1/+1
* Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...reimar2009-02-031-1/+10
* Add checks that a D3D device is available before attempting rendering.reimar2009-02-031-1/+16
* Remove the Present call after adapter reinitialization, it can not work anywayreimar2009-02-031-4/+0
* swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-033-0/+3
* Cosmetics: remove empty line, improve some messages.reimar2009-02-031-5/+3
* Whitespace/comment typo cosmetics.reimar2009-02-031-5/+5
* Check for change_d3d_backbuffer failure.reimar2009-02-031-1/+2
* Fix several return valuesreimar2009-02-031-3/+3
* Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.reimar2009-02-031-2/+2
* FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGdiego2009-02-021-2/+2
* Adapt to lzo changes in libavutilreimar2009-02-022-9/+9
* Convert CONFIG_XVMC into a 0/1 definition.zuxy2009-02-021-6/+6
* Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpagerathann2009-02-012-1/+1
* Do not print a warning if current pts is equal to previous pts.diego2009-02-011-2/+2
* cosmetics: Remove period after copyright statement non-sentence.diego2009-02-011-1/+1
* HAVE_WINSOCK2_H is now a 0/1 definition.diego2009-02-011-1/+1
* Simplify inet_pton/inet_aton checks.diego2009-02-011-18/+11
* Add some more definitions for FFmpeg to config.h.diego2009-02-011-0/+3
* cosmetics: Fix indentation after last commit.diego2009-02-011-13/+13
* Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-014-53/+37
* HAVE_DCBZL should be a 0/1 definition.diego2009-02-011-1/+1
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-0120-41/+41
* Remove pointless #ifdef around internal header includes.diego2009-02-011-4/+0
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-014-9/+9
* Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.diego2009-02-012-4/+4
* Add a