log

age author description
2011-11-07 diego configure: add CONFIG_GNUTLS/CONFIG_OPENSSL to config.h for libavformat
2011-11-07 diego doc: Remove outdated FAQ entry about Mac OS X 10.3.
2011-11-07 diego Remove outdated entries from the Spanish FAQ translation.
2011-11-07 diego build: merge DOCS/xml/Makefile into top-level Makefile
2011-11-07 diego build: drop releaseclean target
2011-11-07 diego build: Remove dangling reference to removed DOCS/xml/configure.
2011-11-07 diego doc: Move XML translation notes to translations.txt.
2011-11-07 diego doc: cosmetics: reindent German documentation.xml
2011-11-07 diego doc: drop outdated FIXME comment
2011-11-07 reimar Prefer converting GBR24P to other 8 bit per component RGB formats.
2011-11-07 diego Split Spanish mencoder.xml like it was done for the English translation.
2011-11-06 reimar Fix compilation with --disable-mencoder.
2011-11-06 diego doc: Move all XML entities to main.xml.
2011-11-06 reimar vo md5sum: support printing to stdout.
2011-11-06 reimar Print a proper result also when xsltproc is not installed.
2011-11-06 reimar Fix result output of yasm test.
2011-11-06 reimar Fix FFmpeg compilation.
2011-11-06 reimar Do not create a 0-sized palette side data from extradata.
2011-11-05 reimar RoQ decoder seems to work fine with DR.
2011-11-05 reimar Restore NUV1 internal fourcc.
2011-11-05 reimar Improve support for reget_buffer, this fixes DR1 with C93 FFmpeg decoder.
2011-11-05 cehoyos Support Chronomaster DFA decoding (bug 2006).
2011-11-05 reimar Fixes for palette allocation handling.
2011-11-05 diego build: Merge DOCS/xml/xml.mak into config.mak.
2011-11-05 cehoyos Define HAVE_YASM etc. not only for x86.
2011-11-04 diego fmt_conversion: surround PIX_FMT_GBR24P by #ifdefs to ensure availability
2011-11-04 diego configure: Remove unused alsa9 and alsa1x config.h #defines.
2011-11-04 diego configure: remove erroneous extra set of braces from vsscanf test
2011-11-04 diego vf_zrmjpeg: fix compilation after introduction of av_strcasecmp
2011-11-04 diego configure: Add CONFIG_LIBMODPLUG to config.h for FFmpeg.
2011-11-04 diego libdvdcss: sync some whitespace changes from upstream
2011-11-04 cehoyos Support Mobotix MxPEG decoding (bug 2004).
2011-11-03 cehoyos Use init_avformat() instead of av_register_all().
2011-11-03 cehoyos Cosmetics: Remove empty statement.
2011-11-03 cehoyos Use new API avformat_new_stream() instead of the deprecated
2011-11-03 cehoyos Call av_register_all() before initialising the SPDIF muxer.
2011-11-03 diego configure: add braces to initializer in vsscanf test to shut up a gcc warning
2011-11-03 diego configure: merge DOCS/xml/configure into top-level configure
2011-11-03 diego Fix a bunch of Doxygen syntax errors that caused warnings.
2011-11-03 diego loader: remove duplicate cpudetect.h #include
2011-11-03 diego cpudetect: clean up libavutil #includes
2011-11-02 diego configure: Clarify a comment that explains the purpose of the glob_win variable.
2011-10-31 diego Map 8svx fourcc to 8raw instead of relying on non-existing CODEC_ID.
2011-10-31 diego build: fix compilation on Solaris due to missing alloca.h #include
2011-10-31 ib Add missing parameter to Win32 GUI's call to m_config_parse_config_file().
2011-10-31 ib Add missing parameter to Win32 GUI's call to m_config_parse_config_file().
2011-10-31 cehoyos Support FFmpeg Dirac decoder.
2011-10-30 cehoyos Whitespace cosmetics: Align some IMGFMT-lists.
2011-10-30 cehoyos Fix compilation on Solaris/OpenIndiana where 'uname -m' outputs "i86pc".
2011-10-29 cehoyos Support YUV 4:4:4 9-bit output.
2011-10-29 cehoyos Fix compilation for broken libopenjpeg.
2011-10-28 jrash sync with en/mplayer.1 rev. 34249
2011-10-28 jrash Synced with help_mp-en.h rev. 34253
2011-10-27 ib Fix wrong runtime and average bitrate for VBR (variable bitrate) MP3.
2011-10-27 ib Ensure that demuxer->movi_end will be set.
2011-10-27 diego build: Only compile Windows-specific local glob() replacement on MinGW.
2011-10-27 compn add m1v isom to mpeg1 codecs
2011-10-26 ib Use CONF_TYPE_FUNC_PARAM for option gui-include.
2011-10-26 reimar Clarify that too old binutils is only an issue with x86_64 compilation.
2011-10-26 diego libdvdcss: Drop #define of snprintf() to _snprintf() if the former is undefined.
2011-10-26 diego libdvdcss: consistently use snprintf() instead of _snprintf()
2011-10-26 ib Optimize TranslateFilename().
2011-10-26 ib Cosmetic: Rename TranslateFilename()'s parameter names.
2011-10-26 ib Move TranslateFilename() to util/string.c.
2011-10-26 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
2011-10-26 diego demux_rtp: Replace extern declarations by proper header #includes.
2011-10-25 reimar Sanitize include option behaviour.
2011-10-25 reimar Pass on errors from CONF_TYPE_FUNC_PARAM_IMMEDIATE function.
2011-10-25 reimar Fix parse_call_func return value.
2011-10-25 reimar Sanitize include behaviour.
2011-10-25 reimar Make include recursion depth actually have some effect.
2011-10-25 reimar Remove completely pointless/nonsensical code.
2011-10-25 ib Remove unused code from the Win32 GUI.
2011-10-25 ib Change MSGTR_MENU_Exit definition.
2011-10-25 ib Resize the Win32 GUI preference window and reposition items.
2011-10-25 ib Internationalize and localize the Win32 GUI.
2011-10-25 ib Change Win32 GUI window captions.
2011-10-24 reimar Add a vd_ffmpeg option to make the decoder discard frames until the first
2011-10-24 reimar Remove unused code.
2011-10-24 reimar Mark pointer arguments as const where possible.
2011-10-24 reimar Stop h264_parse_sps and mp_vc1_decode_sequence_header from corrupting the
2011-10-23 cehoyos Support planar GBR24 decoding.
2011-10-23 reimar Consistently use "struct AVCodecTag" and not sometimes just "AVCodecTag".
2011-10-23 reimar Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
2011-10-23 reimar Reindent.
2011-10-23 reimar Fix possible crash since RenderCallbackSPDIF might call read_buffer with NULL data.
2011-10-23 reimar Add HAVE_CBRTF define.
2011-10-23 reimar Use uncrustify on glob-win.c to fix the indentation mess in it.
2011-10-23 cehoyos Support some H.264 444P samples.
2011-10-22 ib Improve option type CONF_TYPE_PRINT.
2011-10-22 cehoyos Always define HAVE_PTHREADS and HAVE_W32THREADS.
2011-10-21 cehoyos x264 version 118 is required for successful compilation.
2011-10-21 compn add forgotten ec-3 tag to parsers list in demuxers.c
2011-10-21 compn add ec-3 isom to eac3 decoder, fixes:
2011-10-21 diego Employ correct off_t printf conversion specifiers; this time without typos.
2011-10-21 diego configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS