log

age author description
2012-12-04 ib Use correct data type (rather cosmetic).
2012-12-03 cehoyos Force FFmpeg bitmap decoder for BMP attachments.
2012-12-03 ib Replace confusing guiInfoMediumClear() by MediumPrepare().
2012-12-03 ib Cosmetic: Adjust indent.
2012-12-03 ib Provide a number of tracks information for files in playlists.
2012-12-03 ib Enhance PLAYLIST_ITEM_GET_POS to provide total number of items.
2012-12-03 ib Only ask for playlist position if there is an item.
2012-12-03 ib Set track number in uiCurr().
2012-12-03 ib Set filename for MPlayer in GUI_PREPARE.
2012-12-03 ib Clear information associated with a file when setting a new one.
2012-12-03 ib Fix bug with DVD "no chapter" information.
2012-12-03 ib Cosmetic: Adjust indent.
2012-12-03 ib Set track at startup with a non-empty GUI playlist.
2012-12-03 ib Add doxygen comments to string.c.
2012-12-03 ib Don't overwrite video size information.
2012-12-03 ib Use correct video window parameters.
2012-12-03 cehoyos Add missed format for adpcm_ima_oki.
2012-12-02 ib Cosmetic: Place doxygen note at the end of the comment.
2012-12-02 reimar Do not use strrchr when strchr works just as well.
2012-12-02 reimar Remove unused defines that cause redefinition warnings.
2012-12-02 reimar Make lookup table static.
2012-12-02 reimar Move declarations to the top of the function.
2012-12-02 reimar Reduce sleep time now that we will spend much less time in this loop.
2012-12-02 reimar ao_dsound: Add a hack that avoid cutting of audio,
2012-12-02 ib Cosmetic: Adjust indent and move guiInfo member CodecName in structure.
2012-12-02 ib Fix bug with stop button and playlist.
2012-12-02 ib Fix bug with playlist.
2012-12-02 cehoyos 10l: Add forgotten mp_taglists.c change to enable afc decoding.
2012-12-02 cehoyos Support FFmpeg's ADPCM Nintendo Gamecube AFC decoder.
2012-12-02 cehoyos Support FFmpeg's ADPCM IMA Dialogic OKI decoder.
2012-12-02 ib Add video codec name to guiInfo structure.
2012-12-02 ib Fix various issues with a playlist change.
2012-12-02 ib Add listMgr command PLAYLIST_ITEM_FIND.
2012-12-02 ib Add doxygen comment.
2012-12-02 ib Add listMgr command PLAYLIST_ITEM_GET_CURR_POS.
2012-12-01 cehoyos Add FourCC V264 for H264 in CCTV recordings.
2012-12-01 reimar Print some help on what to do if we cannot get a FFmpeg snapshot.
2012-12-01 ib Fix bug with wrong track number after playlist has been cleared.
2012-12-01 ib Fix wrong display of video width and height.
2012-12-01 ib Add an uiSetFile() counterpart.
2012-12-01 ib Cosmetic: Rename uiSetFileName().
2012-12-01 reimar af_format: Fix check_format, non-special formats are of course supported.
2012-11-30 ib Don't include config.h if not necessary.
2012-11-30 reimar Make stream eof detection less sensitive.
2012-11-30 reimar Fix scary "BUG! Invalid demuxer type ..." message
2012-11-30 reimar demux_lavf: support subtitle-only formats.
2012-11-30 reimar Display correct subtitle language for demux_lavf.
2012-11-30 reimar Fix alpha for ASS subtitles.
2012-11-30 reimar af_format: support endianness conversion also for iec61937
2012-11-30 reimar Make AF_FORMAT_IS_IEC61937 include AF_FORMAT_IS_AC3.
2012-11-30 reimar ad_spdif: use the more specific AF_FORMAT_AC3_LE when
2012-11-30 reimar Do not call af_fmt2str on the same data over and over.
2012-11-30 reimar Replace outdated list of unsupported formats by list of supported formats.
2012-11-30 reimar Some spelling fixes.
2012-11-30 ib Cosmetic: Correct indent.
2012-11-30 ib Add doxygen comments to actions.c.
2012-11-30 upsuper Cosmetic: Reindent.
2012-11-30 ib Add necessary and remove unnecessary #includes.
2012-11-30 ib Cosmetic: Switch two code lines.
2012-11-30 ib Cosmetic: Adjust indent and insert blank lines.
2012-11-30 ib Check return value to avoid segmentation fault.
2012-11-30 ib Use symbolic constants to set abs_seek_pos.
2012-11-30 ib Move uiProcessNextInPlaylist to the guiInfo structure.
2012-11-30 ib Create new header file gui.h.
2012-11-30 ib Fix bug introduced in r35521.
2012-11-30 ib Change pointless condition.
2012-11-30 ib Cosmetic: Prettify uiPrev().
2012-11-30 ib Don't treat STREAMTYPE_VCD differently in uiNext().
2012-11-29 reimar Update MinGW cross-compilation instructions.
2012-11-29 reimar Do not fall back to 0 for samplerate when parser is not initialized.
2012-11-29 ib Check and set track for DVDs just as for the other StreamTypes.
2012-11-29 cehoyos Always set BITMAPINFOHEADER field biPlanes to 1, the only allowed value.
2012-11-29 ib Fix bug with resetting guiInfo's Track.
2012-11-29 ib Don't unconditionally reset Track, Chapter and Angle after playback.
2012-11-29 ib Move the code to set guiInfo's Track, Chapter and Angle start values.
2012-11-29 ib Reset guiInfo's Track, Chapter and Angle after playback.
2012-11-29 ib Set track counter on guiPlaylistInitialize().
2012-11-29 ib Fix German translation of MSGTR_NoChapter.
2012-11-29 ib Reset RunningTime after playback.
2012-11-29 ib Cosmetic: Adjust indent.
2012-11-29 ib Don't unconditionally reset AudioChannels after playback.
2012-11-29 upsuper Prevent dropping last frames in vd_black.
2012-11-28 reimar Change declaration to use proper type to avoid a ridiculous
2012-11-28 reimar Merge declaration and initialization.
2012-11-28 reimar Remove unused define.
2012-11-28 reimar Remove unnecessary cast.
2012-11-28 reimar Do not decrement idx_pos if it is 0.
2012-11-28 reimar Fix code that detects streams temporarily lacking data to work
2012-11-28 reimar AVI: when we cannot find packets for video or audio stream,
2012-11-28 ib Remove variable assignment.
2012-11-28 ib Comment unused return value.
2012-11-28 ib Check chdir() return value to avoid race condition.
2012-11-28 ib Don't increment a pointer which might be null.
2012-11-28 ib Check stat() return value before utilizing its information.
2012-11-26 al stream ftp: Remove unneeded cast
2012-11-26 al stream ftp: Use C99 designated initializers
2012-11-26 al stream ftp: Set type to STREAMTYPE_STREAM
2012-11-26 al stream ftp: open_f: Mark parameter file_format unused
2012-11-26 al stream ftp: Pass full buffer size to snprintf
2012-11-26 reimar Fix vo_gl sometimes drawing a black image instead of the video.
2012-11-26 reimar Try to improve seeking in files with only few video packets,
2012-11-26 ib Move isPlaylistStreamtype definition to util/list.h.
2012-11-26 ib Don't unconditionally reset Filename and StreamType if not playing.
2012-11-26 ib Simplify playlist handling by defining a symbolic constant.
2012-11-25 reimar Disable frame dropping for codec delay flush.
2012-11-25 reimar Expand: when using DR clear the part of the image that
2012-11-25 ib Check for a non-empty filename.
2012-11-25 ib A non-existing path shouldn't be an empty string.
2012-11-25 ib Avoid a duplicate strrchr() call.
2012-11-25 reimar React more smoothly to user input/window redraw requests
2012-11-25 reimar vo_gl: react to expose events even when not paused.
2012-11-25 ib Without current playlist item, reset guiInfo's Filename and StreamType.
2012-11-25 reimar Fix incorrect mp_image allocations when the input format changes.
2012-11-25 ib Allow setting guiInfo.Filename to NULL.
2012-11-25 ib Improve add_to_gui_playlist().
2012-11-25 ib Choose better variable name for current playlist item.
2012-11-25 ib Move add_to_gui_playlist() to util/list.c.
2012-11-25 reimar Fix bitrate calculation for FLAC files.
2012-11-24 ib Rename uiGotoTheNext uiProcessNextInPlaylist.
2012-11-23 al gui/win32: Remove static from add_to_gui_playlist
2012-11-23 reimar Add a version script to hide all symbols.
2012-11-23 reimar Add --large-address-aware to allow 32 bit Windows builds to use
2012-11-23 reimar Fix auto-detection of MinGW as compile target.
2012-11-23 reimar Also free the noauth_url entry in the URL struct.
2012-11-23 reimar Pass pointer to start of allocated memory to free,
2012-11-23 ib Fix segmentation fault with mouse button release.
2012-11-23 ib Cosmetic: Adjust indent.
2012-11-23 ib Prevent negative array index read.
2012-11-23 ib Always stick with current playlist item after a uiCurr() call.
2012-11-23 ib Remove dead code.
2012-11-23 ib Prevent floating point exception.
2012-11-23 ib Prevent unintended sign extension from int to long on 64-bit machines.
2012-11-23 ib Close the skin file after reading.
2012-11-23 ib Check return value after reading file.
2012-11-23 ib Don't use signed variable for file length.
2012-11-23 ib Pass guiApp's wsTWindow parameters always by reference (if possible).
2012-11-23 ib Remove dead code.
2012-11-23 ib Pass big parameter by reference rather than by value.
2012-11-23 ib Check array index.
2012-11-22 ib Don't consider URL portions a directory.
2012-11-22 ib Don't unconditionally delete the old playlist.
2012-11-22 ib Fix segmentation fault with mouse button release.
2012-11-22 ib Rename import_file_into_gui() add_to_gui_playlist().
2012-11-22 ib Add an URL loaded by the GUI to its playlist.
2012-11-22 ib Add a file loaded by the GUI to its playlist.
2012-11-22 ib Make import_file_into_gui() available.
2012-11-22 upsuper Fix memory leaks when error occurs.
2012-11-22 upsuper Use the same parameter type with malloc.
2012-11-21 SubJunk Copyright file updates:
2012-11-21 upsuper Use size_t instead of unsigned in address arithmetic.
2012-11-21 upsuper Add missing break.
2012-11-21 upsuper Fix leaks in case of overflow.
2012-11-20 al stream ftp: Increase command buffer size
2012-11-20 al stream ftp: Allocate command buffer on-heap
2012-11-20 al stream ftp: Create buffers before opening control connection
2012-11-20 al stream ftp: Only send QUIT command if connected
2012-11-20 al stream ftp: Revise file descriptor usage
2012-11-20 al stream ftp: readline: Always try to read complete lines
2012-11-20 al stream ftp: readline: Always initialize output parameter buf
2012-11-20 al stream ftp: readline: Fix off-by-one error
2012-11-20 cigaes subreader: do not skip the first char of ASS fields.
2012-11-19 SubJunk Updated libdvdcss entry in the copyright file
2012-11-19 ib Fix segmentation fault after end of file playback.
2012-11-19 cehoyos Support FFmpeg Canopus lossless decoder.
2012-11-16 upsuper Print rotation information as identify msg
2012-11-15 reimar Revert r35388.
2012-11-10 upsuper Removing mmsu-related code
2012-11-10 reimar Do not attempt to write into a file if opening it failed.
2012-11-10 reimar Remove dead code.
2012-11-10 reimar Set TMPEXE only after OS detection.
2012-11-10 reimar Move compiler check to be earlier so we can use the compiler
2012-11-10 reimar Move runtime cpu detection support until after we determined
2012-11-10 reimar cpuinfo binary needs to be compiled with host compiler.
2012-11-10 reimar Set CONFIG_LIBXVID up properly.
2012-11-10 reimar Use a more obvious condition.
2012-11-10 reimar Remove pointless local variable.
2012-11-10 reimar Do not pointlessly call getenv("HOME") twice, reuse the result instead.
2012-11-10 reimar Remove another pointless NULL check.
2012-11-10 reimar Simplify: remove useless casts, NULL checks etc.
2012-11-10 reimar Avoid crash when parsing index for audio-only files.
2012-11-10 reimar Simplify code.
2012-11-10 reimar Do not call fstat if open failed.
2012-11-10 reimar Abort when opening the file failed instead of calling
2012-11-10 reimar Remove pointless cast.
2012-11-10 reimar Fix off-by-one errors in file descriptor validity checks.
2012-11-10 reimar Mark pointer arguments that are not written to as const.
2012-11-10 reimar Do not use pkt which is uninitialized at that point.
2012-11-10 reimar Do not leak memory while processing command.
2012-11-10 al libmpcodecs: Only choose dummy codecs if forced
2012-11-10 reimar Fix const correctness.
2012-11-10 reimar Fix leaks in case of error.
2012-11-10 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
2012-11-10 reimar Remove proxy "support" from stream_rtp and stream_upd, trying
2012-11-10 reimar Remove useless casts.
2012-11-10 reimar Fix resource leaks when loading logo file in vf_remove_logo.
2012-11-10 reimar Fix memleak on parse error.
2012-11-10 reimar check4proxies does not modify input URL, so mark it const.
2012-11-10 reimar Fix incorrectly commented-out url_frees.
2012-11-10 reimar Fix memory leaks in mp_input_check_interrupt.
2012-11-10 reimar Make code slightly easier to read.
2012-11-10 reimar Fix memleaks on error and remove useless "break".
2012-11-10 reimar Fix memleaks on error and EOF.
2012-11-10 reimar Minor simplifications.
2012-11-10 reimar http_set_field only makes a copy of the string, so we still need to
2012-11-10 reimar Free cookies file data after parsing it.
2012-11-10 reimar Do not do sign comparisons on "char" type which can be both signed or unsigned.
2012-11-10 reimar Avoid leaks in error handling.
2012-11-10 reimar Fix memleak when reading a file fails.
2012-11-10 reimar Simplify, remove pointless casts.
2012-11-10 reimar Properly free all memory in rar_close.
2012-11-10 reimar Fix allocation that could in theory be too small for the terminating NULL.
2012-11-10 cehoyos Support decoding fourcc GXVE with FFmpeg's wmv2 decoder.
2012-11-10 jrash sync with en/mplayer.1 rev. 35369
2012-11-09 reimar Re-enable multi-channel output for -ao win32.
2012-11-09 reimar Fix 24 bit audio with -ao win32.
2012-11-09 reimar Simplify some ao_win32 code.
2012-11-09 reimar Generate proper CONFIG_ entries in config.mak.
2012-11-08 reimar Support subpos values > 100 that allow the subtitles
2012-11-06 SubJunk libass: Fixed RTL languages
2012-11-06 reimar Properly free resources even when encountering many
2012-11-06 reimar Fix memleaks for error case.
2012-11-06 reimar Make array "static const".
2012-11-06 reimar Error out if an invalid channel list name was specified
2012-11-06 reimar Avoid code duplication and pointless casts.
2012-11-06 reimar Avoid unused variable warnings.
2012-11-06 reimar Update for upstream r256.
2012-11-06 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
2012-11-06 upsuper Comment out unused code
2012-11-06 SubJunk Updated libdvdcss version to 1.2.12
2012-11-06 SubJunk Updated libdvdcss to r255
2012-11-06 SubJunk Updated libass to 0.10.1
2012-11-05 reimar Remove assignment that is duplicated a few lines down,
2012-11-05 reimar Check for NULL before using the pointer.
2012-11-05 reimar Fix malloc failure check to check the correct variable.
2012-11-05 reimar Simplify mp_input_get_input_from_name.
2012-11-05 reimar Fix potential NULL dereference.
2012-11-05 reimar Fix crash when not able to find a mpi by using an
2012-11-05 reimar Allow free_demuxer to handle a NULL argument.
2012-11-05 reimar Fix crash in case sh_audio allocation failed.
2012-11-05 reimar Try to do something sensible when malloc fails instead
2012-11-05 reimar Simplify, avoid crash when malloc/calloc fails.
2012-11-05 al release.sh: Use official FFmpeg source repository URL
2012-11-05 reimar Use more appropriate value for memcpy length.
2012-11-05 reimar Remove nonsense casts.
2012-11-05 reimar Simplify.
2012-11-05 reimar Remove pointless variable.
2012-11-05 reimar Remove completely unnecessary huge on-stack buffer.
2012-11-03 upsuper Add flag "dummy" for null and black decoder
2012-11-02 upsuper a new implementation of vf_ass
2012-11-02 upsuper Do not allow 'black' decoder to be chosen without forcing. So mark it
2012-11-02 upsuper configure: add more cpu type detection
2012-11-01 reimar Fix typo causing memset to not properly initialize the struct.
2012-11-01 reimar Avoid potential overflow in shift.
2012-11-01 reimar Add cast to ensure shift will not overflow.
2012-11-01 reimar Use AV_RB32 to avoid sign extension issues and validate offset before using it.
2012-11-01 reimar Do not needlessly use "long" types.
2012-11-01 reimar Remove pointless unused variable.
2012-11-01 reimar Add a few "const".
2012-11-01 reimar Fix format string typo.
2012-11-01 reimar Add missing va_end after va_copy.
2012-11-01 reimar Fix typo that might have caused reading beyond the string end.
2012-11-01 reimar Remove pointless unreachable code (the loop condition already checks
2012-11-01 reimar More strict check so it is actually possible to trigger.
2012-11-01 reimar Check the correct variable for NULL.
2012-11-01 reimar Remove nonsense check.
2012-11-01 reimar Fix variable declarations I stupidly forgot to make "static".
2012-11-01 compn add SPXN to speex decoder, should work after ff bug 1873 is fixed
2012-10-31 reimar Remove another incorrect use of realloc_struct.
2012-10-31 reimar Remove some incorrect usages of realloc_struct.
2012-10-31 reimar Fix off-by-one error in range check.
2012-10-31 reimar Actually bail out when we detect that we would run
2012-10-31 reimar Do range check before using the variable for array indexing.
2012-10-31 reimar Fix potential out-of-bounds write due to breaking
2012-10-31 reimar Extra checks to ensure we really do not write outside
2012-10-31 reimar Fix more places that incorrectly assume that 0
2012-10-31 reimar Only -1 is certain to never be a valid file descriptor.
2012-10-31 reimar Use correct function prototype instead of casting away the warnings.
2012-10-31 reimar Check value of n for validity before using it, not after.
2012-10-31 reimar Remove useless indirection that in addition completely broke the code.
2012-10-31 reimar Use snprintf instead of sprintf.
2012-10-31 reimar Replace sprintf with snprintf.
2012-10-31 upsuper mpcommon: Show more CPU flags
2012-10-31 upsuper af_hrtf: clamp output to relieve noises
2012-10-30 reimar Set pointers to NULL after free.
2012-10-30 reimar Fix off-by-one error in range check.
2012-10-30 reimar Actually make use of max_sub_pos_for_source.
2012-10-30 reimar Make checks for STREAMTYPE simpler and more consistent.
2012-10-30 reimar Free memory allocated by get_path.
2012-10-30 reimar Do not assume that a stream is available for capture.
2012-10-30 reimar Also add CONFIG_LZO define.
2012-10-30 reimar Fix crash when only specifying a host for -ao pulse.
2012-10-30 reimar Only a return value of -1 indicates an error for open(),
2012-10-30 reimar Try to make code a bit clearer.
2012-10-30 reimar Move check for NULL to before the pointer is used.
2012-10-30 reimar Remove useless checks, the code would crash all over of widw/widh were NULL.
2012-10-30 reimar Mark exit_player functions as noreturn.
2012-10-30 reimar Make aspect handling with -vo sdl and RGB format work again.
2012-10-30 reimar Remove pointless commented-out code.
2012-10-30 reimar Remove left-over debug printf.
2012-10-30 reimar Fix off-by-one error in check.
2012-10-30 reimar Remove "else" that makes no sense and results in uninitialized data
2012-10-30 reimar Make some variables static.
2012-10-30 reimar Since the modecount variable is only ever initialized when the videmodes
2012-10-30 reimar Fix copy-paste error found by Coverity (yes, it really has a
2012-10-30 upsuper vd_black: simplify code
2012-10-30 cehoyos 1l: Forgot comment about internal FourCC YOP1.
2012-10-30 cehoyos Support FFmpeg YOP decoder.
2012-10-28 al build/configure: Check for more math functions
2012-10-28 cehoyos Allow telecine filter to work for YUV16 formats.
2012-10-27 compn map 0xa100 to ffg723.1, ff ticket #1856
2012-10-27 al build/configure: Move addition of extra CFLAGS further down
2012-10-26 reimar Use local variable since we already have it.
2012-10-26 reimar Mark intentional fallthrough case, used for duplicating frames.
2012-10-26 reimar Remove useless variable.
2012-10-26 reimar Make uninit function handle vf->priv being NULL.
2012-10-26 reimar Add comment to silence coverity (and it generally doesn't
2012-10-26 reimar Add missing ().
2012-10-26 reimar Fix check for empty log file (n contains a start offset of 15).
2012-10-25 cehoyos Fix compilation with current FFmpeg.
2012-10-25 al mp_property_deinterlace: Signalize control() failure
2012-10-23 cehoyos Fix compilation with latest FFmpeg.
2012-10-21 al mp_property_deinterlace: Improve OSD feedback
2012-10-21 ib Set guiInfo.Track after the stream is open.
2012-10-21 ib Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.
2012-10-21 ib Fix building GUI without DVD support.
2012-10-21 reimar Remove outdated references to mp3lib and tremor.
2012-10-21 reimar There are no internal codecs (except FFmpeg of course) which we should
2012-10-21 reimar Remove our internal mp3lib copy.
2012-10-21 ib Allow STREAM_CTRL_GET_NUM_TITLES with cache enabled.
2012-10-21 reimar Change tremor check so it fails on old incompatible versions
2012-10-21 reimar Fix compiling demux_ogg against tremor, current tremor versions
2012-10-20 cehoyos Try to fix compilation error on some Windows building environments after r35250.
2012-10-18 ib Get rid of unnecessary use of variable dvd_chapter in Win32 GUI.
2012-10-18 ib Get rid of global variable dvd_title in GUI.
2012-10-18 ib Fix segmentation fault.
2012-10-17 cehoyos Do not allow 'black' decoder to be prefered over real decoders.
2012-10-15 cehoyos Detect direct.h and io.h on Windows.
2012-10-15 al libmpcodecs: Add vd_black
2012-10-14 cehoyos Change order of libraries when linking with libvorbisenc.
2012-10-14 cehoyos Change the order of tested libvorbis ldflags.
2012-10-13 cehoyos Add missing define for avconfig.h
2012-10-13 cehoyos Hint how to use old gdb versions.
2012-10-12 al vo corevideo: VOCTRL_UPDATE_SCREENINFO: Fix shared_buffer case
2012-10-11 iive Silence a few warnings.
2012-10-11 iive Add necessary checks to the vd_hmblck input.
2012-10-11 iive Remove nv12/nv21 decoding from vd_hmblck.
2012-10-11 al vo corevideo: Use stringWithUTF8String
2012-10-09 cehoyos Force compilation of FFmpeg's error_resilience.o
2012-10-09 cehoyos Disable FFmpeg exr decoder if zlib is not available.
2012-10-09 cehoyos Fix compilation with current FFmpeg.
2012-10-08 ib Add TAK file extension to the audio file filter of the file selector.
2012-10-08 cehoyos Support FFmpeg's TAK decoder.
2012-10-07 cehoyos Improve Ogg/Vorbis detection.
2012-10-06 cehoyos Fix compilation with --disable-mencoder.
2012-10-06 cehoyos Save poor users from my configure hack (r35227).
2012-10-06 cehoyos Support FFmpeg's Pinnacle Targa Y216 decoder.
2012-10-05 cehoyos Be more verbose if the pullup filter fails on initialisation.
2012-10-04 cigaes Revert "Freeze FFmpeg to 1.0 until planar audio playback is fixed."
2012-10-04 cigaes ad_ffmpeg: basic support for planar formats.
2012-10-03 cehoyos Freeze FFmpeg to 1.0 until planar audio playback is fixed.
2012-10-01 reimar Avoid sleeping for too long without reacting to user input.
2012-09-30 cehoyos Support cyuv rawvideo via FFmpeg's cyuv decoder.
2012-09-29 reimar Remove our own tremor copy, it is ancient, unmaintained
2012-09-29 reimar Quick fix for slices not working with some filter combinations.
2012-09-28 reimar corevideo: simplify draw_alpha function.
2012-09-28 reimar Use aspect_scaling() function also for vo_corevideo.
2012-09-28 reimar Enable aspect scaling even in windowed mode when
2012-09-27 ib Fix arguments of disassemble command
2012-09-27 compn wishlist: update some
2012-09-26 reimar Set ass margins only from one single locations.
2012-09-26 reimar Make two functions static.
2012-09-26 reimar Fix typos which cause the ASS renderer to be reconfigured on every single
2012-09-24 compn change my display name in authors, getting too much spam
2012-09-23 reimar Disable our included tremor by default, it is too buggy.
2012-09-23 cehoyos Fix auto-detection of current live555.
2012-09-22 reimar More helpful error message when video does not fit into frame buffer.
2012-09-22 reimar Add HAVE_ASM_MOD_Q for ARM compilation.
2012-09-22 reimar Update FFmpeg git URL to the current official one (they point at the
2012-09-21 reimar Fix handling of out-of-order slice rendered frames.
2012-09-21 reimar Fix redirection for proxy URLs.
2012-09-21 cehoyos Prevent $@ expansion in cat > <<EOF
2012-09-20 cehoyos Fix compilation with current FFmpeg.
2012-09-19 reimar Make sure av_restrict is defined for FFmpeg.
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
2012-03-14 compn add HV60 to divx decoders, samples/V-codecs/HV60
2012-03-14 compn mark tridvfw codec working, finally found sample for TY0N
2012-03-13 reimar Fix PBO handling with > 8 bit YUV formats.
2012-03-13 diego Update ad_mpg123 in preparation to replace mp3lib.
2012-03-11 compn add ffatrac1 codec, works on A-codecs/ATRAC1/
2012-03-11 compn add mnm4 binary codec, need sample for further testing
2012-03-10 reimar uspp filter: set no_bitstream option, since we do not care about the
2012-03-10 reimar Ensure the AVDictionary is initialized.
2012-03-10 reimar Fix possible crash when using -vf uspp,format=y8
2012-03-09 jrash sync with en/mplayer.1 rev. 34801
2012-03-09 jrash Synced with help_mp-en.h rev. 34785
2012-03-07 ib Fix header file after r34793.
2012-03-07 cigaes af_stats: document the meaning of the output.
2012-03-05 cehoyos Fix compilation with new LIVE555 libraries.
2012-03-04 ib Correct r34798.
2012-03-04 ib Put #include <inttypes.h> into the header file where it should be.
2012-03-04 ib Increase width of control for cache size in Win32 GUI.
2012-03-04 ib Cosmetic: Adjust indent.
2012-03-04 ib Update GUI code after r34792.
2012-03-04 reimar Remove casts that are no longer necessary.
2012-03-04 reimar Replace off_t by int64_t in cache code.
2012-03-04 reimar Allow using a cache size of up to 4 TB.
2012-03-04 reimar Remove variable that is only assigned but never used.
2012-03-03 al Do not use single quotes around hex literals
2012-03-03 cehoyos Fix compilation with latest FFmpeg (without libbluray).
2012-03-03 ib Update German man page.
2012-03-03 ib Cosmetic: Move, change and add some comments on GUI windows.
2012-03-03 ib Cosmetic: Adjust indent.
2012-03-03 ib Rename sub window video window.
2012-03-03 reimar Add suboption parsing support to ao_pulse and add an
2012-03-03 cigaes vf_pp: free private structure.
2012-03-03 compn example.conf: add bandwidth example
2012-03-02 compn subcc switch nonascii characters to hex, patch by frogs on irc
2012-02-28 reimar Remove pointless check that used internals would fail always
2012-02-28 reimar Remove pointless casts.
2012-02-27 ib Fix bug with playlist playback.
2012-02-25 reimar Fix DVDs showing the subtitle language as "unknown"
2012-02-24 jrash sync with en/mplayer.1 rev. 34775
2012-02-24 ib Update German man page.
2012-02-24 cigaes Allow to set the OST progress position.
2012-02-24 ib Remove gstrcasecmp().
2012-02-24 ib Cosmetic: Prefer C style for single line comments.
2012-02-23 ib Add doxygen comments to list.c.
2012-02-23 ib Cosmetic: Arrange listMgr() commands in switch statement.
2012-02-23 ib Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
2012-02-23 ib Add a default clause to listMgr()'s switch statement.
2012-02-23 ib Revise listMgr() command URLLIST_ITEM_ADD.
2012-02-23 ib Cosmetic: Adjust indent.
2012-02-23 ib Revise listMgr() command PLAYLIST_ITEM_DEL_CURR.
2012-02-23 ib Cosmetic: Insert some blank lines and remove commented code.
2012-02-23 ib Revise listMgr() command PLAYLIST_ITEM_INSERT.
2012-02-23 ib Revise listMgr() command PLAYLIST_ITEM_ADD.
2012-02-23 ib Cosmetic: Rename variables in listMgr().
2012-02-23 compn add IPJ2 to ffj2k, samples created by mencoder -ovc vfw and jp2avi.dll
2012-02-22 diego build: Separate libpostproc check from FFmpeg check.
2012-02-22 ib Cosmetic: Remove unnecessary comments and commented code.
2012-02-22 ib Remove global variable pointing to playlist item last played.
2012-02-22 ib Remove global variable pointing to top of URL list.
2012-02-22 ib Remove global variable pointing to top of playlist.
2012-02-22 ib Remove unnecessary condition.
2012-02-21 reimar Adjust MPlayer default alignment values to match FFmpeg's.
2012-02-21 ib Remove global variable pointing to current playlist item.
2012-02-21 ib Replace symbolic constants by enums.
2012-02-20 ib Fix formatting errors in skin XML code.
2012-02-20 ib Fix formatting errors in skin XML code.
2012-02-20 ib configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.
2012-02-19 al vf screenshot: Fix breakage after lavc API changes
2012-02-19 reimar demux_lavf: Explain under which conditions to add demuxers to preferred_list.
2012-02-19 cehoyos Use -demuxer lavf for cdxl files.
2012-02-19 reimar Fix -aid/-vid selection with -demuxer ogg.
2012-02-19 diego build: Remove generated documentation on 'make clean'.
2012-02-19 diego configure: Derive system name from 3rd and 2nd component passed to --target.
2012-02-19 diego Make inline keyword handling consistent.
2012-02-19 diego lavcac3enc: make the filter buildable with shared FFmpeg
2012-02-19 cehoyos Fix compilation after r34736.
2012-02-19 reimar Add a safeguard to avoid crash if the decoder e.g. claims 0 channels.
2012-02-19 reimar Support showing the stream language with br:// playback.
2012-02-19 reimar Code cleanup: Use a stream_control instead of global functions to
2012-02-18 reimar One more fix for --enable-zr.
2012-02-18 reimar Attempt to make --enable-zr compile again.
2012-02-18 al Fix compiling with osdep setenv
2012-02-17 cehoyos Support playback of CDXL files with -demuxer lavf.
2012-02-17 jrash sync with en/mplayer.1 rev. 34708
2012-02-17 jrash Synced with help_mp-en.h rev. 34719
2012-02-16 ib Complete German translation of messages.
2012-02-15 iive Fix linking after FFmpeg merge.
2012-02-14 reimar Mark window title as UTF-8.
2012-02-14 reimar pulse: set outburst size.
2012-02-14 ib Change doxygen comments.
2012-02-14 reimar Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
2012-02-14 iive Fix vo_png after FFmpeg merge.
2012-02-14 iive Fix linking after FFmpeg merge.
2012-02-14 ib Update mplayer.ico.
2012-02-13 reimar Do not parse the extended aspect info into the fields
2012-02-13 reimar Detect ID3v2 tag at the end of the file and stop demuxing before
2012-02-13 reimar Minor simplification.
2012-02-13 ib Cosmetic: Change comment.
2012-02-13 ib Add doxgen comment to gstrncmp().
2012-02-13 ib Revise listRepl().
2012-02-13 ib Fix two copy-and-paste errors in the Win32 GUI.
2012-02-13 ib Cosmetic: Adjust indent.
2012-02-13 ib Don't unnecessarily destroy audio_driver_list.
2012-02-13 ib Cosmetic: Adjust indent.
2012-02-13 ib Revise listSet().
2012-02-13 ib Replace for loop with index by while loop with pointer.
2012-02-13 ib Update date in man page.
2012-02-12 reimar Docs: -vo direct3d supports -geometry, too.
2012-02-12 reimar Docs: SDL supports -geometry now, too.
2012-02-12 reimar Switch to using VOCTRL_UPDATE_SCREENINFO, which allows getting
2012-02-12 diego slave.txt: Fix a number of typos.
2012-02-12 reimar Deduplicate some code that exists both in the if and else branch.
2012-02-12 reimar SDL: add support for setting window position.
2012-02-12 reimar Remove no longer used message string.
2012-02-12 ib Cosmetic: Rearrange structure members.
2012-02-12 reimar vo_sdl: reuse some more sdl_common code.
2012-02-12 ib Cosmetic: Rename functions in list.c.
2012-02-12 reimar Remove code that has been unused and disabled since a very long time.
2012-02-12 ib Complete German translation of messages.
2012-02-12 ib Revert one change of r34694.
2012-02-12 ib Make mplayer.c messages translatable.
2012-02-12 reimar Try to detect when an audio driver ends up hanging after
2012-02-12 jrash sync with en/mplayer.1 rev. 34663
2012-02-11 iive Fix green bottom line on yadif with certain parity.
2012-02-11 ib Fix bug in freeing playlist items.
2012-02-11 ib Fix bug in freeing URL list items.
2012-02-11 ib Free playlist and URL list items when GUI ends.
2012-02-11 ib Add code to free the URL list items.
2012-02-11 reimar Optimize midentify script to not wasted time filling the cache.
2012-02-11 reimar Support -noborder with SDL.
2012-02-10 ib Prefer static const char arrays for string constants to #defines.
2012-02-10 ib Simplify character array definition.
2012-02-10 ib Don't destroy list pointers while saving list items.
2012-02-10 ib Adjust content of GUI configuration file to MPlayer configuration files.
2012-02-10 ib Show option save error in message box.
2012-02-10 ib Use macro FF_ARRAY_ELEMS() instead of numeric constant.
2012-02-10 ib Remove unnecessary variable definition and commented code.
2012-02-10 ib Don't unnecessarily use gstrdup().
2012-02-09 ib Prevent reading empty lines.
2012-02-09 ib Cosmetic: Adjust indent.
2012-02-09 ib Prevent out-of-bounds array access of fsHistory.
2012-02-09 ib Cosmetic: Adjust indent.
2012-02-09 ib Check for playlist errors (path, but no file).
2012-02-09 ib Cosmetic: Adjust indent.
2012-02-09 ib Check for allocation error.
2012-02-09 ib Simplify end-of-file detection.
2012-02-09 ib Move buffer at top of function and rename it.
2012-02-09 ib Fix history file read-only fopen mode.
2012-02-09 ib Cosmetic: Change some variable names.
2012-02-09 ib In case of a GUI config error, exit MPlayer with error.
2012-02-09 ib Replace string constants by symbolic constants.
2012-02-09 ib Update dates in man pages.
2012-02-09 ib Fix German translation of MSGTR_MemAllocFailed.
2012-02-07 cehoyos Support RGB48 tiff decoding.
2012-02-07 cehoyos Support displaying 64bit RGB via OpenGL.
2012-02-07 cehoyos Use 128 instead of 64 to define non-native RGB image formats.
2012-02-07 cehoyos X11 non-native RGB/BGR "emulation" only works for 32bit.
2012-02-07 siretart Add missing libavutil #include.
2012-02-07 siretart enable radio support, addresses https://launchpad.net/bugs/593548
2012-02-07 cigaes build: fix lavfi dependencies (swscale and swresample).
2012-02-06 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
2012-02-05 cehoyos Support v408 and AYUV decoding via FFmpeg.
2012-02-03 iive Workaround a bug in Pulse Audio (http://pulseaudio.org/ticket/866)
2012-02-03 reimar Fix format string for -a52drc option.
2012-02-03 ib Add some missing #includes to cfg.c.
2012-02-03 ib Make cfg_read() and cfg_write() void functions.
2012-02-03 ib Add fgetstr() to read from files without end-of-line characters.
2012-02-02 compn add media-100 qtx binary codec
2012-02-02 komh Fix bpp for IMGFMT_BGR32
2012-02-02 komh Add VMAN-backend supports
2012-02-02 komh Add IMGFMT_BGR32 supports
2012-01-31 ib Emphasize the default audio track in the selection list.
2012-01-31 compn add jps / pns image formats, sync'd from ffmpeg
2012-01-30 reimar Fix -pphelp to work with new libpostprocess API.
2012-01-29 reimar sdl: do not change caption on -wid windows.
2012-01-29 reimar Support -wid for vo_sdl.
2012-01-28 reimar Fix another case where opt.h was included from libavcodec instead of libavutil.
2012-01-28 reimar Do not try to render \r.
2012-01-28 reimar Do not apply writing order via fribidi when libass will be doing it.
2012-01-28 reimar Update config.asm generation to work with latest FFmpeg.
2012-01-28 reimar Translate level-based to flag-based error recognition values.
2012-01-28 reimar opt.h is now in libavutil.
2012-01-28 reimar Some hacks to allow stream_ffmpeg to compile against newer FFmpeg.
2012-01-28 reimar Switch to avcodec_alloc_context3.
2012-01-28 reimar Set memc_only via AVDictionary.
2012-01-28 reimar Only set "seekable", not "is_streamed" for compatibility with
2012-01-28 reimar Use avformat_new_stream.
2012-01-28 reimar Set muxrate and preload via AVDictionary.
2012-01-28 reimar Remove pointless casts.
2012-01-28 reimar Remove pointless cast.
2012-01-28 reimar Use "seekable" instead of is_streamed.
2012-01-28 reimar Do not set stream_copy, it has not been used in FFmpeg since a long time.
2012-01-28 reimar Remove ifdefs that have been unnecessary since a long time
2012-01-28 reimar Set UMV flag via AVDictionary.