log

age author description
2012-09-17 reimar For consistency clear mpi->priv after it was used.
2012-09-17 reimar Fix delogo filter with numbered mpi.
2012-09-17 reimar Support pausing prefix also in idle mode.
2012-09-16 compn ve_lavc: set max threads to 16, patch by subjunk
2012-09-15 reimar Switch to avcodec_encode_video2.
2012-09-15 reimar Fix reading language from teletext descriptor when it is not
2012-09-15 reimar Remove "inline" from functions that are definitely not
2012-09-14 cehoyos gl_common: fix wrong gl_type for uyvy and yuy2 in little endian
2012-09-14 cehoyos Add SSE3, SSE4, SSE4.2 and AVX detection.
2012-09-14 cehoyos Change order of live555 library includes.
2012-09-14 jrash sync with en/mplayer.1 rev. 35191
2012-09-13 reimar Add my copyright since the file now contains a relevant amount of code by me.
2012-09-13 reimar Document new OSX backend for -vo gl.
2012-09-13 reimar gl: Prefer OSX backend over SDL.
2012-09-13 reimar Remove duplicate redraw call, resize already calls it.
2012-09-13 reimar Provide a swap buffer function for OS X.
2012-09-13 reimar gl: Disable double-buffering on OS X, it does not work currently an
2012-09-13 reimar gl: support screen redraw on OSX.
2012-09-13 reimar gl OSX backend: Detect and pass on resize events
2012-09-13 reimar Minor code simplification.
2012-09-13 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
2012-09-13 reimar Add a hint how you can compile a 64 bit binary on OSX.
2012-09-13 reimar Use OSX common layer in -vo gl.
2012-09-13 reimar Split out an objective-C common OS X layer, to be reused by -vo gl.
2012-09-13 reimar Move some code around in preparation for following patch.
2012-09-13 reimar Use "self".
2012-09-13 reimar Fix handling of -ontop and -rootwin.
2012-09-13 reimar Remove local variables that (except for very brief moments before
2012-09-13 reimar Set up things like fullscreen status etc. before showing the window.
2012-09-13 reimar Move some code around to make splitting into vo-specific and generic code easier.
2012-09-13 reimar corevideo: Simplify mouse handling.
2012-09-12 reimar Pass input to "strings" via stdin.
2012-09-12 reimar Fix translation of mouse coordinates when panscan is used.
2012-09-12 reimar Minor simplification of rescale_input_coordinates.
2012-09-12 reimar Fix menu on newer OSX versions (at least 10.6) without breaking 10.5.
2012-09-11 reimar Deprecate corevideo device_id in favour of -xineramascreen.
2012-09-11 reimar Merge declaration and initialization.
2012-09-11 reimar Avoid some more global variables.
2012-09-11 reimar Use xinerama_x/xinerama_y.
2012-09-11 reimar Change geometry for corevideo vo to not take dock into account.
2012-09-11 reimar Remove pointless one-line function.
2012-09-11 reimar Fix compilation on OSX 10.5
2012-09-11 reimar Fix compiler warning by specifying that our class implements
2012-09-11 reimar Consistently use "self" instead of a global variable.
2012-09-11 reimar Add missing "static" to global variables.
2012-09-09 cehoyos Fix compilation with current FFmpeg.
2012-09-08 jrash sync with en/mplayer.1 rev. 35156
2012-09-07 reimar Document that directx supports -panscan.
2012-09-07 reimar Ensure the borders are cleared when zooming out from panscan.
2012-09-07 reimar directx: Support negative panscanrange (i.e. zooming) for noaccel.
2012-09-07 reimar Enable panscan for -vo directx.
2012-09-07 reimar Move file vo_gl2.c to vo_gl_tiled.c to reflect rename.
2012-09-06 reimar Support -dr for -vo corevideo.
2012-09-05 reimar Update description of MP_IMGFLAG_READABLE.
2012-09-04 reimar Support OMAPFB YUV also for fbdev vo.
2012-09-04 reimar Add support for OMAPFB YUV framebuffer.
2012-09-03 reimar Fix OSD position again for interleaved YUV formats.
2012-09-02 reimar Remove unused fb_bpp and change fb_pixel_size initialization
2012-09-02 reimar Simplify a condition.
2012-09-02 reimar Avoid some code duplication related to drawing the OSD.
2012-09-02 reimar Add helper function to reduce code duplication for selecting
2012-09-01 cehoyos Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.
2012-09-01 cehoyos Remove duplicate HAVE_AVX define.
2012-09-01 cehoyos Necessary (but insufficient) changes for current FFmpeg.
2012-09-01 reimar Some changelog updates.
2012-09-01 reimar Support decoding teletext in the format that WTV uses.
2012-09-01 reimar Fix off-by-one error.
2012-09-01 reimar Implement the erase-page teletext flag.
2012-08-31 reimar Fix usage count for passthrough-only filters.
2012-08-31 reimar Detect broken mpi usage count also in decoder.
2012-08-31 reimar vf_ass: add support for rendering on YUY2 and UYVY images.
2012-08-31 cehoyos Support Alberto's / Kostya's MSS2 decoder.
2012-08-31 cehoyos Fix compilation with latest FFmpeg.
2012-08-30 jrash sync with en/mplayer.1 rev. 35123
2012-08-30 jrash Synced with help_mp-en.h rev. 35110
2012-08-30 jrash Synced with help_mp-en.h rev. 35110
2012-08-29 reimar vf_ass: Improve format query.
2012-08-28 cehoyos Add Video Decode Acceleration support.
2012-08-27 reimar Clamp bitmap subtitles into visible areas.
2012-08-27 reimar Pass extradata to libavcodec subtitle decoder.
2012-08-27 reimar Add new -subcc values.
2012-08-27 reimar Support closed-caption format as used in wtv format.
2012-08-27 compn add geoh264 binary codec, works on sample
2012-08-27 cehoyos Add missing newline in error message.
2012-08-26 reimar Avoid sleeping 0 ms, this can cause sleep to be not called at all.
2012-08-25 reimar Support subrip format subtitles.
2012-08-25 reimar When switching programs select subtitle stream regardless of
2012-08-25 cehoyos Fix compilation with latest FFmpeg.
2012-08-24 cehoyos Support yuv422p for FFmpeg lagarith decoder.
2012-08-23 cehoyos Direct rendering with FFmpeg lagarith decoder works fine.
2012-08-22 reimar corevideo: Support also support UYVY.
2012-08-22 reimar Explicitly signal EOF when reaching the end of a file/pipe.
2012-08-21 ib Translate MSGTR_VO_GL2_HasBeenRenamed.
2012-08-20 reimar Add forgotten new help message.
2012-08-20 reimar Rename -vo gl2 to gl_tiled which hopefully is less misleading, since
2012-08-20 reimar Fix detection of -vo pgm/md5 even when suboptions are used.
2012-08-18 reimar Update endpos each time libavformat asks for it.
2012-08-18 reimar TS demuxer: Add support for PCM variant found on BluRay.
2012-08-18 reimar Avoid display lists for OSD.
2012-08-18 reimar Hack to make BGRA work both in GL and GLES.
2012-08-18 reimar Internal format for BGRA must be BGRA, not RGBA.
2012-08-18 reimar Add autodetection of ycbcr option.
2012-08-18 reimar Cosmetics: replace tab.
2012-08-18 reimar Missed documentation update.
2012-08-18 reimar Replace MESA YCBCR support by the Apple variant.
2012-08-16 cehoyos Fix compilation with latest FFmpeg.
2012-08-15 reimar Do not try to use PIE with --enable-static.
2012-08-15 ib Rewrite condition and use console_state instead of console.
2012-08-15 ib Add check-mark for menu item "Debug Console".
2012-08-15 reimar Disable building as PIE binary by default.
2012-08-15 ib Add parentheses to avoid compiler warning.
2012-08-15 ib Initialize variable.
2012-08-15 ib Remove unused variable.
2012-08-15 ib Fix compiler warnings (comparison between signed and unsigned).
2012-08-15 ib Cosmetic: Adjust indent.
2012-08-15 ib Go without pointless variable hWnd/hwnd.
2012-08-15 ib Pass in NULL as handle to parent or owner window.
2012-08-15 iive 9l. Revert r35074. Commit r35065 already adds a proper check.
2012-08-13 reimar Fix normalize_yuvp16 to work for big-endian formats.
2012-08-12 reimar Re-enable nonref DR again.
2012-08-12 reimar Build as relocatable PIE binary by default on x86.
2012-08-12 reimar Minor Changelog update.
2012-08-12 reimar Change "run" command to expand properties.
2012-08-12 reimar Add another anaglyph color variant.
2012-08-12 reimar Convert comments into designated initializers.
2012-08-12 reimar Make compiler give the ana_coeff array automatically the right size.
2012-08-12 reimar Support interleaving the two frame halves from a 3D video
2012-08-12 reimar Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.
2012-08-11 iive Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.
2012-08-11 iive Quick Build Fix. Add HAVE_CPUNOP in configure.
2012-08-11 ib Fix bug with definition of IDPLAYDISK in Win32 GUI.
2012-08-10 reimar Use depth textures only if available (MESA + r200 crash otherwise)
2012-08-10 reimar Allow playing 10-bit DNxHD.
2012-08-10 cboesch subassconvert: better handling of invalid SubRip tag attributes.
2012-08-10 reimar Define some more FFmpeg Makefile variables.
2012-08-10 cehoyos Fix compilation with latest FFmpeg.
2012-08-09 reimar Query correct component to get luminance texture bit depth
2012-08-08 reimar When the LUMINANCE16 format is less than 14 bit try to use
2012-08-08 reimar Add HAVE_CPUNOP yasm define.
2012-08-08 reimar Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.
2012-08-07 reimar Add support for depth textures to simplify some experiments.
2012-08-07 reimar Work around IMG drivers not being able to parse our shaders.
2012-08-06 reimar Remove outdated code that instead of preventing now causes crashes.
2012-08-06 cehoyos Second try to fix auto-detection of static libraries.
2012-08-05 cehoyos Try to fix -lm handling in configure.
2012-08-04 cehoyos Fix compilation with latest FFmpeg.
2012-08-02 al demux_lavf: Set endpts from AVPacket.duration
2012-07-29 cehoyos Fix dependency generation with current FFmpeg.
2012-07-29 al build: Define HAVE_SETENV as 0 if not available
2012-07-29 cehoyos Fix compilation with current FFmpeg.
2012-07-28 ib Allow more liberal URL handling.
2012-07-28 cehoyos Fix compilation with current FFmpeg, second try.
2012-07-28 cehoyos Fix MPlayer compilation with latest FFmpeg (also by Mark Guptill, compguy284 yahoo).
2012-07-26 reimar Generally enable parsing for audio streams.
2012-07-26 al osdep/setenv: Make sure we have a prototype for setenv
2012-07-24 cehoyos Disable ffrtmpcrypt protocol
2012-07-23 reimar Fix crash for -vo sdl -fs when running under X.
2012-07-22 cehoyos Initial libopus decoding support.
2012-07-22 cehoyos Support FFmpeg ZeroCodec decoding.
2012-07-21 compn fix previous commit, duplicated g7231 codec entry
2012-07-21 compn add ffmpeg and binary g.723.1 codec, works on g723_1.wav
2012-07-21 reimar Set AV_PKT_FLAG_KEY correctly based on demuxer keyframe flag.
2012-07-21 reimar For mf:// all frames are keyframes, mark them as such.
2012-07-21 compn map AAS4 to ffaasc, add 16bpp aasc output
2012-07-21 compn map SM4V to ffodivx
2012-07-20 cehoyos Fix compilation with latest FFmpeg.
2012-07-20 compn add tsc2 binary codec
2012-07-19 cehoyos Fix compilation with latest FFmpeg.
2012-07-19 cehoyos Support FFmpeg APC ADPCM IMA audio decoder
2012-07-17 cehoyos Support FourCC NO16.
2012-07-17 cehoyos Allow specifying ARGB and ABGR colour-spaces in codecs.conf.
2012-07-17 cehoyos Set some new HAVE_ defines unconditionally to 0.
2012-07-17 cehoyos Support "MNG " FourCC for png in mov (found by Piotr Bandurski).
2012-07-15 cehoyos Support GRAY8A and GRAY16 in tiff.
2012-07-15 cehoyos Support GRAY8A and GRAY16 in png.
2012-07-15 cehoyos Fix GRAY16 order.
2012-07-15 cehoyos Support GRAY8A and GRAY16 in libopenjpeg.
2012-07-15 cehoyos Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
2012-07-15 cehoyos Fix big-endian ptx decoding with latest FFmpeg.
2012-07-15 cehoyos Clarify that viv1 and viv2 are internal MPlayer FourCCs.
2012-07-14 reimar Initialize a few more AVFrame fields to avoid FFmpeg errors.
2012-07-13 cehoyos Support Kostya's Expression Encoder Screen Capture decoder.
2012-07-13 compn dd PLV1 fourcc to ffodivx, works on
2012-07-13 cehoyos Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
2012-07-12 cehoyos Support missing FFmpeg H264 pixel formats.
2012-07-12 cehoyos Support more libopenjpeg pixel formats.
2012-07-12 cehoyos Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
2012-07-12 cehoyos Cosmetics: Fix alphabetical order.
2012-07-12 cehoyos Fix compilation with latest FFmpeg.
2012-07-06 cehoyos Support FFmpeg Packed Animation File decoder.
2012-07-05 cehoyos Fix MPlayer compilation with latest FFmpeg.
2012-07-04 compn add yuv8 / YUV8 to other decoders as well
2012-07-04 compn fix original yuv8 decoder fourcc
2012-07-04 compn codecs.conf: map YUV8 to wnv1 codecs
2012-07-02 cehoyos Support Kostya's MSA1 decoder.
2012-06-28 cehoyos Fix compilation with latest FFmpeg.
2012-06-24 cehoyos Add a few new CSS colors.
2012-06-24 cehoyos Order colour names alphabetically / better match W3 list.
2012-06-22 cehoyos Support Kostya's MS Screen 1 decoder.
2012-06-22 cehoyos Support LucasArts SMUSH and VIMA decoding.
2012-06-12 reimar Fix swapped condition in previous commit.
2012-06-12 reimar Fix skip_frame condition, AVDISCARD_DEFAULT is not the same
2012-06-12 cehoyos Support Kostya's iac decoder.
2012-06-12 cehoyos Fix compilation with current FFmpeg (define HAVE_MIPSFPU).
2012-06-11 ib Improve the aspect icons.
2012-06-11 ib Improve the about icon.
2012-06-11 ib Add an icon for the subtitles menu.
2012-06-11 ib Revert r34511.
2012-06-09 reimar Reduce some code duplication.
2012-06-09 jrash sync with en/mplayer.1 rev. 34993
2012-06-05 compn add scaletempo trick to -speed
2012-06-02 reimar Another minor release script update.
2012-06-02 reimar Reduce code duplication in get_path.
2012-06-02 reimar config_dir variable should not be static, but it should point
2012-06-02 reimar Use our own mp_dirname/mp_basename instead of system
2012-06-02 reimar Small improvements to release script, create xz and gzip files etc.
2012-06-02 reimar Temporarily disable nonref_dr until release, it is still too unreliable
2012-05-31 ib Add some file extensions to the video file filter of the file selector.
2012-05-30 ib Request a sufficiently large image for direct rendering.
2012-05-30 ib Add a Makefile target for testing the help message text headers.
2012-05-30 reimar Add/improve some code to help debugging DR in filters.
2012-05-30 ib Allow plain text playlists for the GUI.
2012-05-30 reimar unsharp: actually process the frame we got.
2012-05-30 reimar Another attempt at clearing DVDNAV highlights, this
2012-05-29 reimar Use correct variable for height.
2012-05-27 rtogni Add ralf audio support
2012-05-25 reimar Move decrementing usage count to a common place.
2012-05-25 reimar Request a sufficiently large image for direct rendering.
2012-05-24 jrash sync with en/mplayer.1 rev. 34909
2012-05-24 jrash Synced with help_mp-en.h rev. 34958
2012-05-24 ib Fix message text translations.
2012-05-23 reimar Add a separate stride variable to make it easier to optimize later (e.g. align stride).
2012-05-23 reimar expand: handle NUMBERED mp_image type correctly.
2012-05-23 reimar corevideo: Reduce code duplication in OSD rendering code.
2012-05-23 reimar Remove unnecessary if, free can be called unconditionally.
2012-05-22 reimar SDL swap interval fixes.
2012-05-22 reimar Support using the pic variants of the live555 libs.
2012-05-22 reimar Use the same flags for the test as what will be used when
2012-05-22 ib Fix wrong (too large) height of filter combo box.
2012-05-22 iive 10l. Fix compilation with GUI enabled.
2012-05-21 ib Add Windows Media Station file (application/x-netshow-channel) support.
2012-05-21 ib Revise UTF-8 encoded subtitle file filter for file selector.
2012-05-21 ib Remove extensions .rmj and .rmm from playlist filter for file selector.
2012-05-21 reimar More extensive LIVE555 check that will fail with incompatible newer versions.
2012-05-21 al build: Fix vo directx configure check on Cygwin
2012-05-21 reimar Only try to get a "numbered" mpi for nonref DR.
2012-05-21 reimar vf_ass: fix running out of images and crashing.
2012-05-21 reimar Do not give out the same buffer to multiple mp_images.
2012-05-21 reimar Change MP_IMGTYPE_NUMBERED semantics.
2012-05-21 reimar Make array const and more compact.
2012-05-21 ib Add playlist support to the GUI.
2012-05-21 ib GUI updates for release.
2012-05-21 ib Enable translation of video and audio file filter items.
2012-05-21 ib Cosmetic: Arrange all file extensions alphabetically.
2012-05-21 ib Update video and audio file filter for file selector.
2012-05-21 ib Enable translation of other file filter item.
2012-05-21 ib Enable translation of external audio file filter items.
2012-05-21 ib Update external audio file filter for file selector.
2012-05-21 ib Enable translation of font file filter items.
2012-05-21 ib Enable translation of subtitle file filter items.
2012-05-21 ib Update subtitle file filter for file selector.
2012-05-21 ib Update Debian MIME type information.
2012-05-21 ib Update MimeType key in the desktop file.
2012-05-21 ib Add MIME type application/ogg for OGG streaming.
2012-05-20 reimar SDL OpenGL: add support for swapinterval option.
2012-05-20 reimar SDL: add support for quadbuffer stereo.
2012-05-20 reimar Change if() condition into #if.
2012-05-20 reimar Change some texture formats to synonyms that Mesa GLES accepts.
2012-05-20 reimar Make a glGetError function pointer available.
2012-05-20 reimar Remove commented-out nonsense code.
2012-05-20 reimar Do not needlessly modulate the texture color with the vertex color.
2012-05-20 ib Use unsigned int instead of type casting.
2012-05-20 ib Cosmetic: Adjust indent.
2012-05-20 ib Improve filter on file selector's file list.
2012-05-18 reimar Remove unused code from mp_get_mp3_header.
2012-05-18 reimar Only try to build vo gl with X11/win32 backends if these were detected.
2012-05-18 reimar More robust detection of SPARC CPUs.
2012-05-18 reimar Cosmetics: fix up indentations, get rid of a few lost tabs.
2012-05-18 reimar Some minor simplifications.
2012-05-18 reimar Use more appropriate types.
2012-05-18 reimar Make some tables const.
2012-05-18 reimar Return a spf value even when srate is NULL.
2012-05-18 reimar Take start offset into account when calculating amount of audio data.
2012-05-18 reimar Add some additional checks to ensure subtractions do not overflow.
2012-05-17 reimar Remove pointless global variables.
2012-05-17 reimar Fix hardware-acceleration broken by nonref_dr support.
2012-05-16 reimar Initialize "result" variable since FcFontMatch only sets it on failure.
2012-05-16 reimar Add result argument to second FcFontMatch argument, just like for the first.
2012-05-16 reimar Improve -dr descriptions.
2012-05-16 reimar Do not keep b_count/ip_count stuck at large numbers.
2012-05-16 reimar vo_gl: collect some frame statistics for DR.
2012-05-15 reimar Never default to force-pbo on non-x86.
2012-05-15 reimar Do not return void type and remove broken duplicate code.
2012-05-15 reimar Do not provide multiple B-frames for direct rendering.
2012-05-15 reimar Do not override mpctx->stream during free_demuxer.
2012-05-15 cehoyos Add some dv video fourcc's found by Piotr Bandurski.
2012-05-15 reimar Fix direct rendering for H.264.
2012-05-14 reimar Fix -fs with SDL-based vo gl.
2012-05-14 reimar Document -dr influence on video display speed.
2012-05-14 reimar Align glMapBuffer result.
2012-05-14 reimar Allow direct rendering for non-reference frames in H.264.
2012-05-13 al build: Check if SCTP is available
2012-05-13 reimar stream_pvr: Use sizeof() to get destination buffer size.
2012-05-08 cehoyos 100l: ffcamstudio is not flipped and does not know BGR8.
2012-05-08 cehoyos Improve Avid Meridien (AVUI) decoding with FFmpeg.
2012-05-08 cehoyos Fix -vo png:alpha with newer FFmpeg.
2012-05-06 reimar release script: also remove .gitignore from MPlayer SVN.
2012-05-06 reimar Add a preliminary release.sh file.
2012-05-06 reimar Some minor updates to release-howto.txt
2012-05-06 reimar Update copyright year in Windows .rc file.
2012-05-06 reimar Avoid repeating mixer error messages from ao.
2012-05-06 reimar Fix A-V desync with skipframe and H.264.
2012-05-02 iive Workaround bug in mpg123. In rare cases, after seeking mplayer stops audio playback and would repeat "No stream opened. (code 24)" until next seek.
2012-05-02 reimar mencoder: Fix hang with -ovc copy or -ovc frameno.
2012-04-30 cehoyos Support new colour spaces for FFmpeg camstudio decoding on big-endian.
2012-04-30 cehoyos Revert r34881: The change was wrong.
2012-04-29 cehoyos Support new colour spaces for FFmpeg camstudio decoding on big-endian.
2012-04-29 cehoyos Try linking when testing for libmad.
2012-04-27 reimar vo_yuv4mpeg: flush userspace FILE buffers after each frame.
2012-04-25 compn codecs.conf: add some isom/fourcc to dts decoders
2012-04-24 ranma This will allow us to encode 7.1 audio AAC.
2012-04-24 reimar Remove "experimental" from old features that seem to be working fine.
2012-04-24 reimar Minor Changelog updates for release.
2012-04-23 reimar Use more precise alpha handling for -spuaa 4.
2012-04-23 reimar Detect prematurely closed connection.
2012-04-22 cigaes av_sub: support multiple rectangles.
2012-04-22 reimar Retry reconnecting several times.
2012-04-20 reimar Use a local variable to reduce some code clutter.
2012-04-18 ib Cosmetic: Adjust indent.
2012-04-18 ib Fix crash with icon that has unsupported format.
2012-04-18 ib Update Spanish man page.
2012-04-15 reimar Ensure that the highlight disappears when switching
2012-04-15 reimar Fix dvdnav case to not leave "flush" uninitialized.
2012-04-15 reimar Make teletext sub streams actually work with native TS demuxer.
2012-04-15 reimar Allow using up to 16 threads, that should be the maximum safe value.
2012-04-15 reimar Allow using -vo yuv4mpeg for files with resolution changes.
2012-04-15 reimar yuv4mpeg: support writing to stdout instead of file.
2012-04-15 reimar Decode last frames for codecs with delay.
2012-04-15 ib Fix spacings of Spanish help_text message.
2012-04-15 ib Update Spanish translation of messages.
2012-04-15 reimar Fix hang when video pts suddenly jumps to match audio pts.
2012-04-14 ib Use phrasing with infinitives in German translation of help_text.
2012-04-14 ib Revise German help_text message.
2012-04-14 cigaes configure: suggest --extra-*flags instead of CFLAGS.
2012-04-12 cehoyos Support lagarith RGB with FFmpeg.
2012-04-11 ib Add Spanish entries to desktop file.
2012-04-10 ib Clarify the used opening modes by improving the verbose status messages.
2012-04-09 reimar RM demuxer: set aspect from container video dimensions.
2012-04-07 reimar Support EIA-608 captions in MOV.
2012-04-07 reimar Remove outdated comment.
2012-04-07 reimar Fix misspelling ATSC as ASTC.
2012-04-07 cboesch subassconvert: use standard struct zero init.
2012-04-07 cboesch subassconvert: handle "\r\n" line ends
2012-04-07 reimar Add code to support CC subtitles in ASTC and MOV.
2012-04-06 reimar Move mp_ao_resume_refill to audio_out.h to avoid compiler
2012-04-05 reimar Use approach used by ao_oss to avoid audio desync
2012-04-05 reimar vsnprintf always 0-terminates the string, so remove
2012-04-04 reimar vo_directx: do not do aspect scaling in windowed mode.
2012-04-04 reimar Fix write_buffer: flush after each write and
2012-04-04 reimar Use AVIO_FLAG_DIRECT to avoid issues with one more pointless buffering layer.
2012-04-02 jrash sync with en/mplayer.1 rev. 34821
2012-03-31 reimar Small fixes to make it easier to compiler for OpenGL ES
2012-03-29 reimar Fix sed expression.
2012-03-28 cehoyos Support FLIC in avi.
2012-03-25 reimar Add H264QPEL flags for FFmpeg compilation.
2012-03-25 iive The new zerocodec in libavcodecs depends on zlib.
2012-03-24 reimar AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on
2012-03-24 reimar Switch FLIC tag to the one used by FLIC-in-MOV.
2012-03-24 reimar libmad: set i_bps only if it is not already set.
2012-03-24 reimar Replace malloc+memset by calloc.
2012-03-24 reimar Remove unnecessary casts.
2012-03-24 reimar Remove some pointless variable indirection and merge
2012-03-24 reimar Fix -vo bl with slices.
2012-03-24 diego stream_ffmpeg: convert to avio API, fix build against shared libavformat
2012-03-22 cehoyos Support FFmpeg WMA lossless decoder.
2012-03-22 cehoyos Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
2012-03-21 corey Document recent-ish x264 changes.
2012-03-20 cehoyos Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
2012-03-17 cigaes man: fix an unbalanced quote.
2012-03-15 diego cfg-common: Only #include libpostproc headers when available.
2012-03-15 diego configure: Fix libpostproc detection.
2012-03-15 diego Replace use of deprecated dsputil_init() by ff_dsputil_init().
2012-03-15 compn remove HV60 from vdpau and xvid, does not work. add acm binary codecs
2012-03-14 compn add creative fastspeech binary codec, no sample yet