log

age author description
2011-01-08 compn update copyright year
2011-01-08 cboesch Make load of n subtitles directories possible.
2011-01-07 diego Fix ao_coreaudio compilation on OS X 10.4.
2011-01-06 compn add some notes about BE/LE colorspaces and fix a small typo
2011-01-06 cehoyos Revert r32761: The codec_tag for flac should not be overwritten.
2011-01-06 cehoyos Fix playback of flac in mov with both demuxers.
2011-01-06 ranma Don't hardcode filename length.
2011-01-06 ranma Increase the bitrate range maximum value.
2011-01-06 cehoyos Fix playback of ffv1 yuv422p16.
2011-01-06 diego Do not #define _WIN32 on the command line for Cygwin.
2011-01-06 diego Add/remove a few standard header #includes in our libc function replacements.
2011-01-06 cehoyos Fix flac in mov for -demuxer lavf.
2011-01-05 diego Simplify a bunch of configure checks with the statement_check function.
2011-01-05 reimar Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
2011-01-05 diego Add define_statement_check function and use it to simplify some checks.
2011-01-05 reimar 100l, set s->muxer->muxbuf to NULL after free, it is used as argument to
2011-01-05 reimar Attempt to fix example configure line.
2011-01-05 reimar Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
2011-01-05 diego Disambiguate remarks about profiles in configuration files.
2011-01-05 diego cosmetics: Get rid of some backslashes at the end of lines.
2011-01-05 diego cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
2011-01-03 cboesch Factorize ROUND() redefinitions macro.
2011-01-03 cboesch Replace mp_path_is_absolute with mp_path_join.
2011-01-02 diego Revert previous wrong simplification of AltiVec vector declarations check.
2011-01-02 diego Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.
2011-01-02 diego Add sys/time.h #include to videodev.h/videodev2.h checks.
2011-01-02 diego configure: Simplify *BSD ioctl_meteor.h check.
2011-01-02 diego Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
2011-01-02 diego Simplify vector declarations and fast inttypes check with statement_check().
2011-01-01 reimar Set sample_fmt before trying to open an audio codec.
2011-01-01 diego Remove AAC/FAAD2 installation instructions.
2011-01-01 diego Remove forked internal libfaad2 copy.
2011-01-01 diego Remove references to some forked code that was deleted from MPlayer ages ago.
2010-12-31 reimar Remove dvdnav-howto.txt, it is unnecessary and contains no information at
2010-12-31 reimar Make internal FFmpeg use the new API that does not pose a limit on the maximum
2010-12-31 jrash sync with en/mplayer.1 rev. 32735
2010-12-30 reimar Define CONFIG_GPL in config.asm, fixes compilation with YASM.
2010-12-27 gpoirier tell that x264's crf gives better results than qp,
2010-12-25 cboesch Remove pointless case braces.
2010-12-24 cboesch Use '@' Doxygen syntax in subreader module.
2010-12-24 cboesch Add brief description for mp_basename.
2010-12-24 cboesch Add mp_path_is_absolute function.
2010-12-24 cboesch Change Doxygen syntax for mp_dirname.
2010-12-24 cboesch Factorize subtitles loading between mplayer and mencoder.
2010-12-23 reimar Remove __ptr32 and __ptr64 typedefs, we do not need them and
2010-12-23 reimar Disable VIDIX on Windows if then required ntddk.h header is not available.
2010-12-23 diego configure: Add HAVE_MMAP definition for FFmpeg to config.h.
2010-12-23 diego configure: Disable internal libfaad2 compilation by default.
2010-12-19 reimar Compilation fixes for currentl Cygwin.
2010-12-19 cboesch Replace two malloc+memset with calloc.
2010-12-19 cboesch Simplify video format condition in get_metadata.
2010-12-19 cboesch Remove pointless case braces in get_metadata.
2010-12-19 cboesch Fix potential heap overflow in get_metadata.
2010-12-18 reimar llvmpipe, while only slow instead of insanely slow, is a software renderer.
2010-12-17 jrash sync with en/mplayer.1 rev. 32699
2010-12-16 cboesch Add support for HTTP 307 (Temporary Redirect) responses.
2010-12-15 diego Credit Compn for some of his work.
2010-12-14 reimar Remove pointless NULL checks before free.
2010-12-14 reimar get rid of double (
2010-12-12 compn add winamp useragent example
2010-12-12 compn add realplayer user-agent
2010-12-12 reimar Add a missing free to ASF demuxer close.
2010-12-12 reimar Add playlist parser for .nsc files.
2010-12-12 compn add some profile information
2010-12-12 reimar len < 8 is also invalid for 64-bit codec chunk size.
2010-12-12 reimar Avoid using uninitialized data if index read does not return enough data.
2010-12-12 reimar Fix ad_faad crash when used on an empty audio stream.
2010-12-12 reimar Support 0xff as tag for AAC audio and avoid an endless loop for unknown
2010-12-12 reimar Improve speex codec pts handling, make audio timestamps work reasonably
2010-12-12 reimar Fix allocations: always free before overwriting a pointer with a newly
2010-12-12 reimar Add validity check for stream_seek argument to avoid a integer overflow
2010-12-12 reimar Fix memleaks on error.
2010-12-12 reimar Treat non-ref frames like B-frames even if has_b_frames is not set and
2010-12-12 compn correct -tv audiorate description, change bitrate to samplerate
2010-12-11 reimar Prefer yuv4mpeg via libavformat, since that one supports multiple
2010-12-11 reimar Replace memcpy with memove since at least src==dst is possible.
2010-12-11 reimar Fix several memleaks in TS demuxer.
2010-12-11 reimar Replace hard-coded number for loop limits for array index by
2010-12-11 reimar Replace malloc+memset with calloc and use sizeof(*variable).
2010-12-11 reimar Add memset to avoid using uninitialized data with sample in bug 1280.
2010-12-11 reimar Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header
2010-12-11 reimar Fix crahs with -audiofile and audio disabled.
2010-12-11 reimar Reset ctx->vo_initialized to 0 on a resolution change.
2010-12-11 reimar Fix possible memory leaks on error.
2010-12-11 reimar Fix insufficient padding/memset at the end of demuxer packets.
2010-12-11 reimar Use FFMAX for slightly better readability.
2010-12-11 reimar Remove useless assignment already done in new_sh_video.
2010-12-11 reimar Remove pointless assignments that are already handled in new_sh_audio.
2010-12-11 reimar Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
2010-12-11 reimar Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
2010-12-11 reimar Reset mpvdec to NULL after uninit.
2010-12-11 reimar Fix spelling in comment.
2010-12-11 reimar Allow cycling subtitles backwards with 'J'.
2010-12-11 reimar Support very high libav* message levels as e.g. the flac parser
2010-12-08 reimar Do not generate nonsensical pts values for FLAC audio.
2010-12-08 reimar Add support for FLAC audio parsing, fixes playback time jumping
2010-12-07 ramiro colorspace-test: fix build
2010-12-04 cboesch Make use of mp_basename in a few places.
2010-12-04 jrash sync with en/mplayer.1 rev. 32661
2010-12-03 cboesch Add support for login/password in http_proxy env variable.
2010-12-03 cboesch Drop MPlayer base64_encode for av_base64_encode.
2010-12-03 compn add c key for capturing default bind, missing from r32524
2010-12-03 compn mark myself as bugzilla admin and mailing list moderator
2010-11-29 compn change --with-extraincdir to --extra-cflags
2010-11-29 reimar Set needs_parsing to 1 for DTS audio.
2010-11-28 reimar Fix TS files with MP4 ES AAC descriptor to be correctly recognized
2010-11-28 reimar Add horrible hack to make xvidix work on big-endian.
2010-11-28 reimar 100l, fix vidix compilation on big-endian
2010-11-28 reimar Restore big-endian support removed in thoughtless upstream merge
2010-11-28 reimar Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
2010-11-28 compn add ffmpeg g722 audio codec
2010-11-27 iive Expose the VBV options of xvid encoder to the command line interface.
2010-11-27 compn make tag for svq3, fixes:
2010-11-27 reimar Add support for uncompressed BGR24 pixfmt.
2010-11-27 compn change dnxhd to qtdnxhd. consistant with all other quicktime decoders
2010-11-27 reimar Reindent.
2010-11-27 reimar Do not dump image description by default.
2010-11-27 reimar Mark input-only buffer as const.
2010-11-27 reimar Mark input buffer that is never modified as const.
2010-11-27 reimar Use uint8_t type instead of unsigned char.
2010-11-27 reimar Mark input-only buffers as const.
2010-11-27 reimar Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
2010-11-27 reimar Bump codecs.conf version.
2010-11-27 reimar Add support for decoding Avid DNxHD through the QuickTime component.
2010-11-26 reimar build_afilter_chain is not safe to use directly, thus make it
2010-11-25 cboesch Use calloc instead of malloc+memset.
2010-11-25 cboesch Remove GCC warning hack not needed anymore
2010-11-25 cboesch Remove dead define
2010-11-25 cboesch Simplify mime_type_table loop
2010-11-23 komh Check the validity of an argument, font.
2010-11-21 cboesch Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
2010-11-21 cboesch Add a mp_dirname function (unused at the moment)
2010-11-21 cboesch Do not keep authentication in URL on connection through a proxy
2010-11-21 reimar Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
2010-11-21 reimar Fix WAVEFORMATEXTENSIBLE condition.
2010-11-21 reimar Fix WAVEFORMATEXTENSIBLE support on big-endian.
2010-11-20 komh Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
2010-11-20 reimar Fix TS demuxer with -sb and when -aid stream is not found.
2010-11-18 cboesch Add Proxy-Authorization header to authenticate on proxies
2010-11-18 cboesch "Authentication" header is for the destination server URL, even through a proxy
2010-11-17 cboesch Handle correctly paths with mixed '/' and '\' in it.
2010-11-17 cboesch Fix crash on path without directories.
2010-11-16 cboesch Export mp_basename in a function instead of duplicate macros in various places
2010-11-16 reimar Do not initialize codec_id to a nonsense value (it was initialized
2010-11-14 reimar Indicate that stereo3d can now handle strides properly.
2010-11-14 reimar Remove unused struct element.
2010-11-14 reimar Properly support src/dst stride in vf_stereo3d.
2010-11-14 reimar Adjust d_height instead of bad ad-hoc scaling.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-11-13 reimar If audio_block_size is 0 that is a bug (and will result in a division by 0
2010-11-13 reimar Fix possible division by 0 if -aid is used for AVI files.
2010-11-12 reimar Unescape username/password when URL-parsing.
2010-11-10 reimar gl/win32: select a stereo pixel format for window when
2010-11-10 reimar Move setting of pixel format from init to config.
2010-11-10 reimar 100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
2010-11-10 reimar Support reading larger blocks in one go for bd:// protocol.
2010-11-10 reimar Make the file protocol read up to 64 kB at once when the cache is used,
2010-11-10 compn fix punctuation and wording in ffmpeg codec howto
2010-11-10 lorenm use x264_picture_init.
2010-11-10 cehoyos Use fist(p)s instead of fist(p), fixes compilation with clang.
2010-11-09 reimar Simplify: Use early return instead of large if block.
2010-11-09 reimar Some indentation fixes.
2010-11-08 reimar Merge pointlessly split string.
2010-11-08 reimar Fix one -subcc sample.
2010-11-08 reimar Document that -subcc now takes a channel option.
2010-11-08 reimar Add code to allow selecting the Close Captioning channel.
2010-11-08 diego cosmetics: Fix Bluray vs. Blu-ray typo.
2010-11-08 diego Prefer FFmpeg AAC decoder over libfaad2.
2010-11-08 compn document how to add ffmpeg codecs in codecs.conf.txt
2010-11-07 cboesch Replace hardcoded str size with sizeof
2010-11-07 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
2010-11-07 diego Remove outdated reference to 80kB patch size limit; the limit no longer exists.
2010-11-07 reimar Use calloc instead of malloc+memset.
2010-11-07 reimar Avoid unnecessary ().
2010-11-07 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
2010-11-07 cehoyos Add a comment to codecs that require their fourcc's added to demuxer.c.
2010-11-07 cehoyos Add missing fourcc's that require libavcodec parsing.
2010-11-07 cehoyos Fix typo: There is no fourcc 'MPE '.
2010-11-06 reimar Use IMGFMT to compare instead of PIX_FMT to avoid issues
2010-11-06 reimar For FFmpeg codecs YV12 should always be in the supported format
2010-11-06 reimar Fix dvd:// fill_buffer function to actually write into the specified
2010-11-06 reimar Fix spelling.
2010-11-06 reimar 100l, add missing return.
2010-11-06 reimar Change code to something understandable (but equivalent).
2010-11-06 reimar Remove a pointless and stupid condition.
2010-11-06 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets
2010-11-06 reimar Fix -ac faad with -demuxer lavf.
2010-11-06 reimar fflatm seems to be working, wheras internal faad does not work with
2010-11-06 reimar Use only one fourcc for LATM.
2010-11-06 reimar Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
2010-11-06 reimar Add support for LATM parsing.
2010-11-06 reimar Fix bd:// with -cache, the bd_read function does not work when