log

age author description
2010-03-16 sesse Fix return value of InitializeCriticalSectionAndSpinCount.
2010-03-16 diego Remove unused variable, fixes the warning:
2010-03-16 sesse Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
2010-03-16 diego Remove some commented-out debugging and similar cruft.
2010-03-16 diego Remove unnecessary forward declarations for a bunch of functions.
2010-03-16 diego cosmetics: Move all functions before main().
2010-03-16 diego Remove disabled flip_upside_down function; it has been unused for ages.
2010-03-16 diego Remove unnecessary forward declaration of print_wave_header().
2010-03-16 cehoyos Fix compilation after FFmpeg r22565.
2010-03-15 cehoyos Calculate width and height in mp4_header_process_vop().
2010-03-15 cehoyos Fix value of bit counter at end of functions to prepare for future patches.
2010-03-15 sesse Fix indentation in GetVersionExW.
2010-03-15 sesse Add support for Apple's ProRes and AIC codecs, now that all prerequisites
2010-03-15 sesse Implement GetVersionExW with the same data as GetVersionExA but taking in a
2010-03-15 sesse Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
2010-03-15 komh Relocate -codecpath description in alphabetical order.
2010-03-15 komh Add -codecpath option.
2010-03-15 diego Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
2010-03-14 diego Get rid of pointless tmppath variable in set_path_env().
2010-03-14 diego variable renaming cosmetics: _have_yasm --> have_yasm
2010-03-14 diego Remove unused MMX_FFT Makefile variable.
2010-03-14 diego cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
2010-03-14 diego Add -Wstrict-prototypes to CFLAGS.
2010-03-14 diego Use menu instead of GUI as example for an internal feature turned on by a flag.
2010-03-14 cehoyos Fix compilation after FFmpeg r22522.
2010-03-14 diego Replace separate Win32, XAnim and Real codec directories by one global dir.
2010-03-13 conrad fftheora supports 4:2:2 and 4:4:4 now
2010-03-13 jrash sync with en/mplayer.1 rev. 30868
2010-03-12 reimar Add the 0xA109 format for speex, it is claimed to be officially registered (have
2010-03-12 reimar Support extradata format of the speex.acm windows codec formerly available
2010-03-12 reimar Fix crash if speex_packet_to_header fails.
2010-03-12 reimar Add newlines to generated fragment program to make both fragment program dump
2010-03-10 komh Include libavutil/avutil.h for FFMIN
2010-03-10 komh Include osdep/osdep.h instead of checking a platfrom specific macro to include
2010-03-09 reimar Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
2010-03-09 reimar Improve handling of 0-size ogg packets.
2010-03-09 siretart unbreak compilation after cleanups in libavutil/common.h
2010-03-09 cehoyos Fix alpabetical order.
2010-03-09 cehoyos Support SEGA CRI adx codec with demuxer lavf.
2010-03-09 sesse Fix a syntax error in graph.h.
2010-03-09 sesse Add copyright headers.
2010-03-09 sesse Style changes as requested by Diego.
2010-03-09 cehoyos Fix help text for --disable-win32dll.
2010-03-09 cehoyos Commit files by Steinar Gunderson, forgotten in r30866.
2010-03-09 siretart Fix compilation on powerpc with --disable-altivec
2010-03-09 corey Document x264 VUI options.
2010-03-09 corey Add a note about what x264's 'aud' parameter is for.
2010-03-08 sesse Implement DirectShow filter graph.
2010-03-08 sesse Correct QuickTime dpi output.
2010-03-08 reimar Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
2010-03-08 reimar Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
2010-03-08 diego We have some sort of DVD menu support nowadays.
2010-03-08 sesse Implement ResumeThread and SignalObjectAndWait.
2010-03-07 iive Increase mplayer buffer padding size to match the new one from ffmpeg.
2010-03-07 reimar Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
2010-03-07 reimar Add double-buffering support to vo_fbdev.
2010-03-07 reimar Use int64_t instead of long for variable containing current playback time.
2010-03-06 stefano Avoid duplication of usePal() macro.
2010-03-06 stefano Add support to BGR444/RGB444 foreign endian output in libswscale.
2010-03-06 sesse Fix QuickTime emulated OSErr type.