log

age author description
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
2008-12-23 diego Remove pointless forward declaration.
2008-12-23 reimar Set fast_cmov for all x86_64 systems, except for P4-based systems this