log

age author description
2009-02-14 bircoph Sync with r27979.
2009-02-14 stefano Use sws_printVec2() instead of the deprecated sws_printVec().
2009-02-14 stefano Implement sws_printVec2() and deprecate sws_printVec().
2009-02-14 stefano Document sws_normalizeVec().
2009-02-14 bircoph Sync with r27639.
2009-02-14 bircoph Actually it is in sync with SVN HEAD.
2009-02-14 reimar Use fmt-conversion.h in vd_ffmpeg.c
2009-02-14 reimar Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.
2009-02-14 reimar Consistently place whitespace around * ( ) and ,
2009-02-14 reimar Remove useless break
2009-02-14 reimar Indentation and other whitespace fixes
2009-02-14 diego Remove local copy of xvmc_render.h, it is now an installed header in FFmpeg.
2009-02-14 kostya Make hScale_altivec_real() trim its output like other implementations do
2009-02-14 kostya Some AltiVec functions in SwScaler produce different output than their
2009-02-14 diego partial update, patch by sevenfourk, sevenfourk gmail com
2009-02-14 diego Replace fprintf call by mp_msg, fixes the warning:
2009-02-14 reimar Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt
2009-02-14 reimar Add support for image formats and codecs used by VDPAU
2009-02-14 reimar Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
2009-02-12 reimar Fix typo in German message.
2009-02-12 Gabrov synced with r28532
2009-02-12 reimar Remove now unused vo_calc_drwXY function.
2009-02-12 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
2009-02-12 reimar 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,
2009-02-12 reimar Remove trailing whitespace from vd_ffmpeg.
2009-02-12 reimar Replace tabs in vd_ffmpeg by 8 spaces to better match FFmpeg's coding style.
2009-02-12 reimar Remove several #ifdefs that check for libavcodec features from vd_ffmpeg.
2009-02-12 reimar Only set VO_EVENT_RESIZE if size actually changed, not if e.g. the window was
2009-02-12 diego Ignore errors from all rm commands in clean targets.
2009-02-12 diego On clean/distclean, remove binaries with all types of executable suffixes.
2009-02-12 diego Use addprefix and addsuffix functions to generate TOOLS variable.
2009-02-12 stefano Apply misc fixes for sws_getCachedContext() documentation.
2009-02-12 stefano Bump micro version, related to r28491.
2009-02-11 stefano Document sws_getContext().
2009-02-11 diego Port check for 10 assembler operands support from FFmpeg.
2009-02-11 stefano Document sws_getIdentityVec().
2009-02-11 diego Convert "advanced audio usage" into from a subsection to a chapter.
2009-02-11 diego Replace a mention of MPlayer by MEncoder in the MEncoder section.
2009-02-11 diego Remove outdated FAQ entries.
2009-02-11 diego Remove unnecessary _UWIN #define.
2009-02-10 stefano Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
2009-02-10 stefano Document sws_cloneVec().
2009-02-10 stefano Fix typo: lenght -> length.
2009-02-10 stefano Document sws_scaleVec().
2009-02-10 stefano Document sws_getConstVec().
2009-02-10 stefano Move documentation of sws_getCachedContext() from swscale.c to
2009-02-10 stefano Remove pointless comment regarding sws_scale_ordered().
2009-02-10 stefano Add a @deprecated notice to swscale_get_ordered().
2009-02-10 diego Add priority support for OS/2 and factorize the Windows priority support.
2009-02-10 diego Add proper check for posix_memalign(), needed for FFmpeg.
2009-02-10 diego Remove unnecessary emms Assembler instructions.
2009-02-10 diego partial sync with obsolete section removal
2009-02-10 diego partial sync with obsolete section removal
2009-02-10 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 stefano Document coeff and length fields in SwsVector.
2009-02-09 diego Sync x264 section renaming.
2009-02-09 diego Use consistent names for codec installation sections.
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removal
2009-02-09 diego partial sync with obsolete section removals
2009-02-09 aurel change internal real video packetizing format to the more straight forward one
2009-02-09 diego Revert #undefining system functions, it is not necessary.
2009-02-09 diego bruteforce partial sync with obsolete documentation removal
2009-02-09 diego Add config.h #include for ARCH_X86 definition.
2009-02-09 diego Add #undefs to reenable system functions that are normally forbidden in other
2009-02-09 diego Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
2009-02-09 reimar Use SetErrorMode so Windows will not show all kinds of error dialogs
2009-02-09 kostya Prefix visible YUV2RGB functions with sws_
2009-02-09 kostya Give better name to Inverse_Table_6_9
2009-02-09 diego Remove file name from file headers.
2009-02-09 diego Print information about detected CPU in verbose mode only.
2009-02-08 stefano Drop the deprecated sws_scale_ordered() at the next major version
2009-02-08 stefano Replace int type with enum PixelFormat for the dstFormat/srcFormat
2009-02-08 stefano Fix a typo: lumaSarpen -> lumaSharpen.
2009-02-08 diego cosmetics: Remove leading underscore from all def_ variables.
2009-02-08 diego Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
2009-02-08 diego CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
2009-02-08 diego Fix FFmpeg decoder info fields to be consistent.
2009-02-08 diego cosmetics: Drop redundant "decoder" from codec info fields.
2009-02-08 Gabrov synced with r28432
2009-02-08 diego Conditionally compile aclib.c instead of placing #ifdef around its content.
2009-02-08 diego Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
2009-02-08 diego Add standard license headers, unify header formatting.
2009-02-07 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
2009-02-07 diego Sync with latest FFmpeg changes.
2009-02-07 diego Add config.h/config.mak bzlib variables missed in last commit.
2009-02-07 diego Add bzlib check for FFmpeg.
2009-02-07 diego Fix a couple of unused variable warnings through the av_unused attribute.
2009-02-07 diego Convert CONFIG_ZLIB into a 0/1 option.
2009-02-07 diego Add READ_CACHE_TRACE #define for libdvdnav.
2009-02-07 eugeni In case of several \move or \pos in one line, prefer the first one.
2009-02-07 eugeni Add stubs for a few unimplemented tags.
2009-02-07 eugeni Allow \be with arguments other than 0 or 1. Implement \blur.
2009-02-05 gpoirier sync w/r28415
2009-02-05 gogothebee Avoid message spam during video adapter uncooperative state.
2009-02-05 gogothebee Unify info/error messages to a common style:
2009-02-04 diego Print an error message when given insufficient parameters.
2009-02-04 diego cosmetics: Regroup some FFmpeg config.h options.
2009-02-04 diego Add proper check for arpa/inet.h.
2009-02-04 diego cosmetics: Remove stray tab.
2009-02-04 diego We use libdvdcss 1.2.10, not 1.2.9.
2009-02-04 diego Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
2009-02-03 compn add automatic hw acceleration for vo gl entry
2009-02-03 reimar Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
2009-02-03 reimar Add [gl] in front of vo_gl message
2009-02-03 reimar Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
2009-02-03 reimar Add checks that a D3D device is available before attempting rendering.
2009-02-03 reimar Remove the Present call after adapter reinitialization, it can not work anyway
2009-02-03 reimar swab() needs _XOPEN_SOURCE to be defined.
2009-02-03 reimar Cosmetics: remove empty line, improve some messages.
2009-02-03 reimar Whitespace/comment typo cosmetics.
2009-02-03 reimar Check for change_d3d_backbuffer failure.
2009-02-03 reimar Fix several return values
2009-02-03 reimar Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.
2009-02-02 diego FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING
2009-02-02 reimar Adapt to lzo changes in libavutil
2009-02-02 zuxy Convert CONFIG_XVMC into a 0/1 definition.
2009-02-01 rathann Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
2009-02-01 diego Do not print a warning if current pts is equal to previous pts.
2009-02-01 diego cosmetics: Remove period after copyright statement non-sentence.
2009-02-01 diego HAVE_WINSOCK2_H is now a 0/1 definition.
2009-02-01 diego Simplify inet_pton/inet_aton checks.
2009-02-01 diego Add some more definitions for FFmpeg to config.h.
2009-02-01 diego cosmetics: Fix indentation after last commit.
2009-02-01 diego Restructure network tests: Always check for both inet_aton and inet_pton.
2009-02-01 diego HAVE_DCBZL should be a 0/1 definition.
2009-02-01 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
2009-02-01 diego Remove pointless #ifdef around internal header includes.
2009-02-01 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
2009-02-01 diego Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
2009-02-01 diego Add a few more #defines for FFmpeg to config.h.
2009-02-01 diego Reminder for Dominik to update the RPM packaging section.
2009-02-01 diego Rename "ARM" section to "ARM Linux".
2009-02-01 diego CONFIG_LIB* are defined as 0/1 in FFmpeg.
2009-02-01 diego Move QNX subsection to commercial Unix section.
2009-02-01 diego Move note about binary packages to the top section.
2009-02-01 diego Reword beginning of MinGW section.
2009-02-01 diego Remove Amiga/MorphOS section, it only contained outdated information.
2009-02-01 diego Remove hints about specific binary packages, add a link to the list
2009-02-01 diego Remove IRIX section, the advice it contained is now obsolete.
2009-02-01 diego Remove -c option from install commands. It is ignored by GNU install and
2009-02-01 diego Add a note about POSIX system requirements.
2009-02-01 diego Revert Solaris PATH modification workaround.
2009-02-01 diego Add a note about adding /usr/xpg4/bin to your PATH on Solaris.
2009-02-01 diego Remove remarks about GNU Make being required on some systems.
2009-02-01 diego Move GNU Make entry to the top of the list.
2009-02-01 diego Update binutils and compiler sections.
2009-02-01 diego Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
2009-02-01 diego Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.
2009-02-01 diego Use full internal pathname in doxygen @file directives.
2009-02-01 compn increase max OSD message size limit
2009-01-31 diego Set a sane default path on Solaris.
2009-01-31 diego cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
2009-01-31 diego Slightly simplify VIDIX_PCI_FILES command.
2009-01-31 diego Make sure CONFIG_MEMALIGN_HACK is always #defined.
2009-01-31 diego Make sure HAVE_ALTIVEC_H is always #defined.
2009-01-31 diego Make sure HAVE_FAST_64BIT is always #defined.
2009-01-31 diego Add bswap check, needed for FFmpeg.
2009-01-31 diego Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
2009-01-31 diego HAVE_LRINT and friends should be defined to 0/1.
2009-01-31 uau command.c: Fix some commands crashing during audio-only playback
2009-01-30 diego Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
2009-01-30 diego Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
2009-01-30 diego Add 4 more config.h #defines for libfaad2.
2009-01-30 diego Use OS preprocessor checks with '#if defined()' consistently.
2009-01-30 diego Fix warnings about undefined preprocessor directives.
2009-01-30 diego 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
2009-01-30 diego Revert mistaken #ifdef --> #if change.
2009-01-30 diego Update libavcodec 'aic' flag define to match current FFmpeg.
2009-01-30 diego HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
2009-01-30 diego Add -Wundef to CFLAGS.
2009-01-30 diego Enable RDFT in FFmpeg, some codecs depend on it.
2009-01-30 diego Enable internal dvdread support on OS/2.
2009-01-30 reimar Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
2009-01-30 reimar Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
2009-01-29 compn add pvez to truemotion 1
2009-01-29 compn remove sys/timeb.h include
2009-01-29 compn increase max glyph and lines limit
2009-01-29 diego Use single quotes to avoid escaping double quotes in a string.
2009-01-29 diego Use cat instead of echo to generate version.h.
2009-01-28 diego Remove superfluous backslash escapes that caused unintended escapes.
2009-01-28 reimar Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
2009-01-28 compn increase max subtitle stream limit
2009-01-27 reimar Do not use select n lirc code, instead set the fd non-blocking.
2009-01-27 reimar Allocate a larger backbuffer to allow resizing without reinit.
2009-01-26 diego Add standard license headers.
2009-01-26 diego Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
2009-01-26 diego Do not duplicate VERSION string.
2009-01-26 diego Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
2009-01-26 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
2009-01-26 diego some more HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 diego Drop HAVE_LRINTF check, lrintf is used without checking in other places.
2009-01-26 diego HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 diego version.h depends on version.sh.
2009-01-25 diego Fix build: Add required header and adjust preprocessor check.
2009-01-25 diego Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.
2009-01-25 diego Add SSSE3 and CMOV to CPU information printed on startup.
2009-01-25 diego cosmetics: Consistently name 3DNow! extensions.
2009-01-25 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
2009-01-25 diego DECLARE_ALIGNED was moved in FFmpeg.
2009-01-25 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
2009-01-25 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
2009-01-25 diego Factorize print_version().
2009-01-25 diego Add missing multiple inclusion guards.
2009-01-25 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
2009-01-25 diego Add missing header for av_gcd, fixes the warning:
2009-01-25 reimar Fix typo: pool -> poll
2009-01-25 reimar Actually abort (return NULL) in the alloc-failure check in play_tree_new
2009-01-25 reimar Fix a NULL-check that used && instead of || and thus could not avoid crashes.
2009-01-25 diego Declare struct SwsContext before using it, fixes the checkheaders warning:
2009-01-25 diego Disable C code when compiling AltiVec code, fixes the warning:
2009-01-25 diego spelling/grammar cosmetics
2009-01-25 diego Fix #endif comments.
2009-01-24 compn add "<!DOCTYPE smil" to smil playlist
2009-01-22 nicodvb in parse_pat() IDENTIFY program number and pmt_pid
2009-01-20 diego The homepage/ subdirectory should no longer be redirected on web mirrors.
2009-01-20 compn add EPHV to ffodivx,xvid
2009-01-20 gpoirier sync w/r28341
2009-01-20 cehoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-20 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-18 gpoirier fix device_id option after r28165
2009-01-17 diego Reduce QuickTime binary decoder verbosity.
2009-01-17 cehoyos MPlayer only supports latest libavutil.
2009-01-17 cehoyos Fix compilation: s/ff_gcd/av_gcd.
2009-01-16 reimar 100l, forgot to delete two defines left over from old HAVE_MMX handling code.
2009-01-16 gpoirier fix compilation without VDPAU decoders
2009-01-16 compn add mimic in avi fourcc LM20 to ffmimic
2009-01-16 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
2009-01-16 gpoirier Completely get rid of MMX define, use HAVE_MMX define instead.
2009-01-16 gpoirier fix wrong #ifdef/#ifndef -> #if conversion in r28323
2009-01-16 gpoirier fix compilation on non x86 machines (PPC here)
2009-01-16 reimar Fix a wrongly converted !defined(ARCH_X86_64)
2009-01-16 reimar 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
2009-01-16 reimar Another missed #ifdef HAVE_MMX
2009-01-16 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
2009-01-16 reimar More #ifdef -> #if fixes
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2009-01-16 reimar More #ifdef -> #if
2009-01-16 reimar Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
2009-01-16 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
2009-01-16 cehoyos Disable upcoming MPEG_VDPAU_DECODER.
2009-01-16 diego one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
2009-01-15 gpoirier sync w/r28279
2009-01-15 diego Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
2009-01-15 diego Sync with latest FFmpeg changes: #define disabled preprocessor directives
2009-01-15 diego Treat mlib as a normal FFmpeg option, not a CPU extension.
2009-01-15 diego Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
2009-01-15 diego SH4 is not a CPU extension mechanism.
2009-01-15 diego Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
2009-01-15 diego Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
2009-01-14 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 compn add SLMJ fourcc to ffmjpeg
2009-01-13 compn add binary codecs:
2009-01-13 compn add nsvideo (NSVI) binary codec. works on uncommon samples list
2009-01-13 compn add yamaha adpcm ffmpeg codec, works on sample
2009-01-11 diego Update copyright year.
2009-01-11 diego Sync with latest FFmpeg changes: Check for the availability of truncf().
2009-01-11 diego spelling/grammar/wording/whitespace
2009-01-11 diego Fix d_width vs. d_height typo.
2009-01-11 diego Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
2009-01-11 diego Remove outdated comment.
2009-01-11 diego cosmetics: Move CPU byte order check to a more sensible place.
2009-01-11 diego Only check for YASM support on x86 systems.
2009-01-11 diego cosmetics: Move some checks to more logical places.
2009-01-11 ptt removed remaining english word
2009-01-11 diego console output cosmetics
2009-01-11 diego Only print "using XYZ" comment if XYZ has been set.
2009-01-10 diego Add missing const qualifier to mpctx_get_audio_out function declaration.
2009-01-10 Gabrov synced with r28279
2009-01-10 reimar Reindent for "if" added in internal dvdnav patch
2009-01-10 reimar Support an "internal" dvdnav version to make it easier to compile with,
2009-01-10 reimar Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
2009-01-10 compn add vdowave acm codec for format 0xFFFC
2009-01-10 reynaldo Correct a few mistakes in the spanish translation.
2009-01-10 reynaldo TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.
2009-01-09 diego Fix build: calc_drwXY was factorized into vo_calc_drwXY.
2009-01-09 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
2009-01-09 reimar Consistently use tabs in svn:externals
2009-01-09 diego Rearrange genres between numbers 53 and 63 into the correct order.
2009-01-09 diego Replace reference to LICENSE file with GPL notice from said file.
2009-01-08 cehoyos Add PIX_FMT_VDPAU_H264.
2009-01-08 reimar Switch internal dvdread to libdvdread SVN external.
2009-01-07 eugeni Clarify relationship between -ass and -fontconfig in the man page.
2009-01-06 gpoirier sync w/r28122, patch by JRaSH % jrash06 A 163 P com %
2009-01-06 gpoirier looks like I missed r27542...
2009-01-06 eugeni Support loading font faces other then the first one in a font file.
2009-01-05 reimar Fix r28222, including alloca.h directly might break compilation.
2009-01-05 diego Fix some typos, add flv and trp to the list of video formats
2009-01-05 diego Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
2009-01-05 diego Use standard multiple inclusion guards.
2009-01-05 diego Remove unnecessary local definition of _ISOC9X_SOURCE.
2009-01-05 diego small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net
2009-01-05 uau timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
2009-01-05 diego #include the appropriate header instead of using local declarations.
2009-01-05 diego Add missing 'void' keyword to parameterless function declarations.
2009-01-05 Gabrov update copyright year
2009-01-05 diego Remove obsolete and misleading comment.
2009-01-05 diego Replace informal license notices by standard license header
2009-01-05 diego Fix nonstandard license headers in the documentation.
2009-01-05 diego Fix two more instances of nonstandard license headers.
2009-01-05 Gabrov synced with r28247
2009-01-05 diego Sync removal of bugs.xml.
2009-01-05 compn add binary codec Philips Speech Processing CELP acm for format 0x120
2009-01-05 diego Do not run mkdir in a subshell.
2009-01-05 diego Skip pointless ignoring return value of 'rm -f'.
2009-01-05 diego nonrecursive releaseclean target
2009-01-05 diego cosmetics: Move clean targets to the bottom.
2009-01-04 diego Remove pointless language-specific clean and distclean targets.
2009-01-04 diego Subsume clean-html-chunked and clean-html-single targets into clean target.
2009-01-04 cehoyos Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
2009-01-04 diego Get rid of pointless chunked-dir and single-dir targets.
2009-01-04 diego Simplify phony target declaration.
2009-01-04 diego Sync audio.xml removal.
2009-01-04 diego Sync history chapter removal.
2009-01-04 diego Remove history chapter; it is outdated and of little practical value.
2009-01-04 diego EXTERN_PREFIX is not only used in FFmpeg code.
2009-01-04 nicodvb added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
2009-01-04 diego Add ARMv6t2 CPU extension additions missed in previous commit.
2009-01-04 diego Sync ARMv6t2 optimization support from FFmpeg.
2009-01-04 reimar Update JACK configure test to match r28241
2009-01-04 reimar Replace deprecated jack_client_new with jack_client_open.
2009-01-04 Gabrov synced with r28215
2009-01-03 gpoirier Fix deinit problem due to r28215
2009-01-03 jheryan Synced with r28122
2009-01-02 diego Sync with latest round of xvmc changes in FFmpeg.
2009-01-02 diego Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
2009-01-02 diego Conditionally define render_one_glyph and kerning dummy functions in
2009-01-02 diego Remove unused debug code.
2009-01-02 diego Avoid unused variable warning.
2009-01-02 diego Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
2009-01-02 diego Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
2009-01-02 diego Relicense to GPLv2 or later with the author's permission.
2009-01-02 diego Fix reference to wrong DLL filename in header comment.
2009-01-01 diego Fix confused references to DLL filenames.
2009-01-01 reimar Move several of the ao_nas int-to-string maps into .rodata
2009-01-01 reimar Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
2009-01-01 reimar Code simplification
2009-01-01 reimar Make AVI demuxer more resilient against broken or incomplete files.
2009-01-01 reimar Simplify and comment spudec bilinear scaling code
2009-01-01 reimar Include alloca.h when using alloca to make sure it is defined.
2009-01-01 reimar XVID profile array should be const, so it is in rodata
2009-01-01 reimar Avoid a uselessly high number of wakeups when playing audio-only files.
2009-01-01 reimar 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
2009-01-01 reimar Add zero termination missing in two cases.
2009-01-01 reimar Add asserts to detect when assumptions for play_tree_parser_get_line
2008-12-31 reimar Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
2008-12-30 gpoirier Add an option to vo_macosx to set a custom buffer_name.
2008-12-30 reimar Support F- and numpad keys for w32_common based vos.
2008-12-30 reimar Update outdated availability note for -mouse-movements
2008-12-30 Gabrov synced with r28211
2008-12-30 reimar Fix OSD flickering with filters that add frames (tfields, yadif) and
2008-12-30 reimar Fix OSD flicker with tfields as well.
2008-12-30 reimar Avoid flickering OSD with -vf yadif=1
2008-12-29 reimar Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
2008-12-27 diego Remove audio output section, it provides little to no useful information.
2008-12-27 diego Fix Chinese documentation build, English codecs.xml was removed.
2008-12-27 compn fix error message example
2008-12-27 diego Remove (audio) codecs section, its contents are part of the usage section.
2008-12-27 diego Convert Win32 codec importing HOWTO into a text document in the tech section.
2008-12-27 diego Remove/fix ancient CVS references.
2008-12-27 diego Remove known bugs section, it contains little useful information.
2008-12-27 diego Add entry about mysterious coredumps.
2008-12-27 reimar Fix ugly borders problem with ati-hack
2008-12-27 diego Reorder sections: Put FAQ at the end, group usage sections together.
2008-12-27 diego Avoid u_ BSD type names.
2008-12-27 diego Set and use only ARCH_PPC, not also ARCH_POWERPC.
2008-12-27 diego Avoid POSIX-reserved _t namespace.
2008-12-27 diego consistency cosmetics: Rename POWERPC identifiers to PPC.
2008-12-25 diego grammar fix by Vineeth N, nvineeth gmail com
2008-12-24 diego Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.
2008-12-24 diego Remove unused variable.
2008-12-24 reimar Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
2008-12-24 compn add zygo audio (SPXN) qtaudio codec
2008-12-23 reimar Warn when using features that are broken due to ATI driver bugs.
2008-12-23 reimar Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
2008-12-23 reimar Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
2008-12-23 compn updates