log

age author description
2009-12-31 reimar More readable fourcc for ffflac
2009-12-30 reimar Add a hack for broken youtube servers not returning Accept-Ranges.
2009-12-30 compn add tm2x / tm2a binary decoder
2009-12-30 reimar Make the ffmpeg decoders for DTS and AC3 the default.
2009-12-30 reimar Support 440P in scale filter.
2009-12-30 reimar FFmpeg JPEG codecs can output 440p format.
2009-12-30 reimar Add support for 440p colorspace.
2009-12-30 reimar Support all planar YUV formats in OpenGL vos.
2009-12-30 reimar Add a helper function to get the chroma scale shift and use to simplify mpi setup.
2009-12-29 gpoirier sync w/r30135 (up to date at last!)
2009-12-29 diego cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
2009-12-29 compn change bandwidth value to bandwidth bytes
2009-12-28 cehoyos Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
2009-12-28 cehoyos Revert r30100: It breaks some mov and asf samples.
2009-12-28 diego Remove unused variable, fixes the warning:
2009-12-27 compn add lavc yuv rawcodecs to codecs.conf
2009-12-27 reimar Add support for parsing audio streams (though should be easy to extend to video)
2009-12-27 reimar Remove currently unneeded members accidentally added in the last revision.
2009-12-27 reimar Introduce a sh_common struct that contains the parts in common by the audio, video
2009-12-27 reimar Remove one more incorrect direct ass.h include.
2009-12-27 reimar Move do_render_osd function to avoid a forward declaration.
2009-12-27 reimar vo_x11_classhint name argument should be const, since we pass string constants there.
2009-12-27 reimar Return the actually playing audio/video id for get_property, not the one
2009-12-27 kostya lavc Interplay Video decoder now supports 16-bit mode too
2009-12-27 reimar Subtitle are now also available without video, so remove that
2009-12-27 reimar Use the same condition to decide if the audio/video id property is
2009-12-27 reimar When setting audio or video track make sure we will not try to
2009-12-27 reimar Print a ANS_ERROR reply if one of the *_property slave command fails.
2009-12-26 reimar Set some freed pointers to NULL.
2009-12-26 reimar Free playtree_iter upon exiting MPlayer
2009-12-26 reimar Support mp_image with allocated palette.
2009-12-26 reimar Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
2009-12-26 reimar Restore the old value of planes[1] in vf_palette at the end to ensure
2009-12-26 jrash sync with en/mplayer.1 r30075
2009-12-25 reimar Fix grammar/missing verb in description.
2009-12-25 reimar Remove unnecessary entries from extension_table, these formats are already
2009-12-25 reimar Add a (unfortunately rather long) explanation on how and when to use it
2009-12-24 compn force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
2009-12-24 reimar Revert renaming of process_force_style to restore compilation against
2009-12-24 reimar Some ugly hacks to make compiling against a newer external version of libass work.
2009-12-24 reimar rename process_force_style to ass_process_force_style to match the API
2009-12-24 reimar Remove more direct includes of libass/ass.h
2009-12-24 compn create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
2009-12-23 kostya Register lavc Aura 2 decoder
2009-12-23 kostya Register lavc Aura decoder
2009-12-23 diego Allow passing variants of "mingw32" as system name to --target. This ensures
2009-12-22 cehoyos Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
2009-12-21 ramiro Remove parameters no longer used in h[yc]scale().
2009-12-21 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
2009-12-21 ramiro Rename function pointers used to convert from the input pixel format to the
2009-12-21 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
2009-12-21 ramiro Remove unused fields from SwsContext.
2009-12-20 diego Do not auto-generate the C code to handle PCI vendor and device names.
2009-12-20 gpoirier sync w/r29731
2009-12-20 diego Remove unused debugging output about total number of printed lines.
2009-12-20 diego Employ slightly better variable names for output files.
2009-12-20 diego Eliminate completely pointless print_includes function.
2009-12-20 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
2009-12-20 diego Do not autogenerate vidix/pci_names.h.
2009-12-20 ramiro Indentation.
2009-12-20 ramiro Indent.
2009-12-20 ramiro Set fast_bilinear functions in sws_init_swScale().
2009-12-20 diego Remove pointless return statements from functions that return nothing.
2009-12-20 diego Move code to write multiple inclusion guards to generated files into functions.
2009-12-20 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
2009-12-20 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
2009-12-20 diego cosmetics: Use more consistent formatting style for generated files.
2009-12-20 diego cosmetics: Use a consistent formattting style; tabs to spaces.
2009-12-20 reimar Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
2009-12-20 diego Run vidix/pci_db2c.awk directly instead of passing it to awk.
2009-12-20 cehoyos VP6F has to be flipped for binary decoder.
2009-12-19 reimar Slightly improve vo_gl suboption documentation.
2009-12-19 reimar Define GL_GENERATE_MIPMAP ourselves if necessary.
2009-12-19 reimar Fix compilation with internal ASS when no ass header is installed system-wide.
2009-12-19 reimar Add support for auto-generating mipmaps in vo_gl, should ease
2009-12-19 reimar Make -vo gl:customprog also work with RGB input (obviously those need to be
2009-12-19 reimar Fix a broken indentation.
2009-12-19 reimar Enable running fragment programs with YUV_CONVERSION_NONE
2009-12-19 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
2009-12-19 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
2009-12-19 reimar Experimental support for external libass.
2009-12-19 reimar Rename GL_* defines to CONFIG_GL_*
2009-12-19 reimar Add x11_common as dependency for OpenGL with X11 backend.
2009-12-19 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
2009-12-18 reimar Add a missing const, fixes a compiler warning.
2009-12-18 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
2009-12-18 reimar Get rid of global volume variable, it is only used for temporary values.
2009-12-18 reimar Use on-stack subtitle struct for temporary storage for passing subtitles on
2009-12-18 ptt synced to r30044
2009-12-18 ptt divided a line in two, was too long
2009-12-18 ptt synced with r30043
2009-12-18 jrash Synced with help_mp-en.h r30044
2009-12-18 jrash sync with en/mplayer.1 r30053
2009-12-17 cehoyos Support R210 uncompressed 10 bit RGB codec.
2009-12-17 reimar Do not modify priv->idx_pos when regenerating the index, use a local
2009-12-17 cehoyos Cosmetics: Reindent after r30050.
2009-12-17 cehoyos Slightly increase hardware decoding performance by always using more
2009-12-17 adrian Cosmetics: reindent
2009-12-17 cehoyos Improve VDPAU render performance by increasing number of output surfaces.
2009-12-16 diego Make vidix/pci_db2c.awk executable.
2009-12-16 adrian The fontconfig check added in r30044 wasn't safe. This makes it more robust.
2009-12-16 diego Simplify the evaluation of the lang-def template:
2009-12-16 adrian Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
2009-12-15 adrian Add support for -geometry to corevideo.
2009-12-15 adrian Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
2009-12-15 compn add spdif example from beandog
2009-12-14 diego Filter list of missing source files so that it only contains nonexisting files.
2009-12-14 diego Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
2009-12-14 diego Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
2009-12-14 diego Avoid hackish shell loop to symlink missing XML source files.
2009-12-14 diego Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
2009-12-14 diego Reuse SYMLINKS_DEPS variable in the symlink targets.
2009-12-14 diego Simplify shell command to symlink missing translated source files.
2009-12-14 diego Ignore errors from failing rm commands in clean targets.
2009-12-14 diego Do not ignore errors from mkdir invocations.
2009-12-14 diego The general xmllint target should only check configured languages.
2009-12-14 diego Improve declaration of phony targets.
2009-12-14 diego Factorize dependencies of language-specific HTML generation targets.
2009-12-14 diego spelling cosmetics
2009-12-14 diego Remove pointless dependency on xmllint.sh from phony xmllint target.
2009-12-14 diego Drop pointless dependencies of the phony targets html-chunked and html-single.
2009-12-14 diego Fix dependencies of html-chunked and html-single targets.
2009-12-14 diego Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
2009-12-14 diego Factorize all components generated by configure into a variable.
2009-12-14 diego Remove outdated comment about build system behavior.
2009-12-14 diego cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
2009-12-14 diego Drop support for per-language XSL stylesheets.
2009-12-14 diego Remove pointless Polish stylesheet; it provides no real benefit.
2009-12-14 diego Drop support for per-language stylesheets.
2009-12-14 diego Unconditionally symlink documentation files missing from a translation.
2009-12-14 diego Use variable for HTML stylesheet so individual languages can use their own.
2009-12-14 diego Factorize stylesheet installation into its own target.
2009-12-14 diego Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
2009-12-13 diego Factorize generating the list of all main.xml files.
2009-12-13 diego configure also generates all main.xml files.
2009-12-13 diego Add html-chunk.xsl and html-single.xsl to targets generated by configure.
2009-12-13 diego Avoid '&>' bashism for redirecting both stdout and stderr.
2009-12-13 diego Simplify one more command via automatic variables.
2009-12-13 diego Simplify setting COMMON_XSL_DEPS variable:
2009-12-13 diego Do not build monolithic documentation in a separate directory.
2009-12-13 diego - Remove now unnecessary dependency on intermediate directories.
2009-12-13 diego Do not pointlessly set the HTMLFILE variable when running xmllint.
2009-12-13 diego Simplify some commands via automatic variables.
2009-12-13 diego Create required directories directly without intermediate steps.
2009-12-13 diego Declare common dependencies for chunked and single HTML targets together.
2009-12-13 diego cosmetics: Remove pointless trailing /.
2009-12-13 diego xmllint.sh is not a phony target.
2009-12-13 diego Do not use symlinks for translations that comprise all XML files.
2009-12-13 diego Remove pointless warning about Make being called from the wrong place.
2009-12-13 compn add MTSJ fourcc to ffmjpeg and ldead mjpeg codec
2009-12-13 diego Replace shell command substitution by Makefile syntax construct.
2009-12-13 diego Use automatic variables instead of the target name.
2009-12-13 diego Do not pointlessly remove all targets before recreating them.
2009-12-13 diego Declare a dependency on xmllint instead of duplicating the target's commands.
2009-12-11 reimar Avoid miscompilation issues with the grow_array function more permanently
2009-12-11 reimar 100l, fix check for V4L2 capture capability flag.
2009-12-10 cehoyos Update the SuperH VEU vidix driver with experimental support for VEU3F.
2009-12-10 cehoyos Fix build on SuperH.
2009-12-10 cehoyos Update the SuperH VEU vidix driver with code that calls fsync() after each
2009-12-09 compn vdpau codecs config entry by beandog
2009-12-09 reimar Disable winsock when we already found a working socklib instead of checking
2009-12-09 reimar DShow TV input needs part of the our DirectShow code, so add the proper
2009-12-09 reimar Use a fallback to make sure the basic OpenGL functions are available instead of
2009-12-09 reimar Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
2009-12-08 cehoyos Support FourCC's AVI1 and AVI2 as MJPEG.
2009-12-08 reimar Pass all OpenGL functions through a function pointer indirection.
2009-12-08 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
2009-12-07 reimar Add braces to avoid ambiguous else.
2009-12-07 ramiro Document the differences between the two asm fragments in initMMX2HScaler().
2009-12-06 ramiro Start using intermediate buffers at index 0.
2009-12-05 ramiro Fix compilation with runtime cpu detection.
2009-12-03 compn fix apple.com trailer example, via carl
2009-12-03 ramiro Add support for nv12/nv21 input.
2009-12-01 compn add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
2009-11-29 lorenm sync to x264-r1327. (only needed for x264-in-libavcodec)
2009-11-28 tack Fix mangling of 24-bit audio during channel reorder.
2009-11-28 attila when using -v, print also which lavc codec has been used, not
2009-11-27 jrash improve previous translation
2009-11-26 stefano Make sws_format_name() use av_pix_fmt_descriptors.
2009-11-26 compn add user-agent example to fix apple.com/trailers
2009-11-26 compn map 0x20736D to ffac3, fixes broken mov sample
2009-11-26 compn mime type [video/x-ms-wmv] is not an ASF redirector.
2009-11-24 reimar Readjust the global number of subs when switching dvdnav track to take
2009-11-23 compn small update wishlist
2009-11-22 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
2009-11-22 reimar Some MinGW awk versions can not handle reading from files with CRLF
2009-11-22 reimar 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
2009-11-22 reimar av_alloc_format_context -> avformat_alloc_context
2009-11-22 reimar Fix initialization values for vf_expand priv struct.
2009-11-22 reimar Remove unused variable.
2009-11-22 reimar Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
2009-11-22 reimar Switch ad_ffmpeg to avcodec_decode_audio3
2009-11-22 reimar Remove unused variable.
2009-11-22 reimar Reuse buffer in priv context instead of allocating the 32kB probe buffer
2009-11-22 reimar Fix crash with partial fribidi conversion.
2009-11-22 reimar Mention right-to-left support for embedded subtitles also in the Changelog.
2009-11-22 reimar Make fribidi (i.e. right-to-left) support work with embedded subtitles.
2009-11-21 jrash Synced with help_mp-en.h r29912
2009-11-21 reimar Print which visual glXChooseVisual chose when running in verbose mode.
2009-11-21 reimar Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
2009-11-21 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
2009-11-21 reimar Remove unreachable parsing code: for filters that use the option parser,
2009-11-21 reimar Support RGB48NE format in OpenGL vos (only really useful once they are modified
2009-11-21 reimar Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
2009-11-21 reimar Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
2009-11-21 reimar Add a define for IMGFMT_RGB48NE that depends on machine endianness.
2009-11-20 reimar Move 128kB buffer from stack to demuxer context.
2009-11-20 reimar calloc instead of malloc+memset.
2009-11-20 reimar Use calloc to allocate a rather large (currently 32k) array instead of
2009-11-20 reimar sub_fribidi should be static, it is not used outside subreader.c
2009-11-20 reimar Use early return instead of block over whole function.
2009-11-20 reimar Use FFMAX instead of a custom max macro.
2009-11-18 cehoyos Silence two gcc warnings: suggest parentheses around && within ||
2009-11-18 diego Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
2009-11-18 diego Add functions to return library license and library configuration.
2009-11-18 cehoyos 10l to Reimar: Fix typo.
2009-11-17 reimar Deobfuscate the special hack to disable cache for live555.
2009-11-17 reimar Merge malloc+memset -> calloc
2009-11-17 reimar Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
2009-11-17 reimar Remove useless check for valid fd with -dumpstream, the code does not
2009-11-17 reimar Enable the read-based forward seek fallback also when CONFIG_NETWORK is
2009-11-17 reimar Use fill_buffer if available also for STREAMTYPE_STREAM
2009-11-17 reimar Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
2009-11-17 reimar Add preliminary support for streaming via FFmpeg's URProtocol functions.
2009-11-17 reimar Complete configure support for compiling in FFmpeg's protocol support.
2009-11-17 reimar Use avcodec_align_dimensions to appropriately align width and height in
2009-11-16 cehoyos Set display size in sh_video when decoding H264.
2009-11-16 cehoyos Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
2009-11-16 Gabrov synced with r29912
2009-11-16 ptt synced with help_mp-en.h r29912
2009-11-16 ptt added -name, -title, -use-filename-title options to Changelog
2009-11-16 compn more changes
2009-11-16 reimar Use calloc instead of initializing each struct member individually to 0.
2009-11-16 reimar Try to detect broken files with unaligned chunks.
2009-11-14 cehoyos Show OSD message when enabling/disabling de-interlacing.
2009-11-13 ptt cosmetics and grammar fixes
2009-11-13 reimar Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
2009-11-13 jrash sync with en/mplayer.1 r29905
2009-11-13 reimar Check that mpctx->audio_out is not NULL when trying to uninit it.
2009-11-13 ptt synced with r29905