log

age author description
2009-11-13 reimar Check that mpctx->audio_out is not NULL when trying to uninit it.
2009-11-13 ptt synced with r29905
2009-11-12 ptt synced with r29885
2009-11-12 ptt cosmetic fixes as pointed out by diego
2009-11-12 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
2009-11-11 cehoyos Do not dynamically load libvdpau.so.1, but link at compile time.
2009-11-11 tack Replace dead link explaining why not to use HTML on the mailing lists.
2009-11-11 reimar Fix declarations in mp_taglists.h and include it in mp_taglists.c to
2009-11-11 reimar Add a "tips and tricks" section to the slave mode documentation.
2009-11-11 reimar Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
2009-11-11 reimar Do not call resume on unpausing if we have already reached eof while
2009-11-11 reimar Remember which subtitle was auto-selected for dvdnav due to -slang
2009-11-11 reimar Factor out code that decides which subtitle to play.
2009-11-11 reimar Avoid modifying dvdsub_id in command.c where possible.
2009-11-11 reimar Move headers related to setting dvd speed to dvd_common.
2009-11-11 reimar Set the EOF flag when dvdnav reached the end of the requested title.
2009-11-11 reimar Support the range syntax (like dvd://2-5) also for dvdnav.
2009-11-11 cehoyos 10l: Fix compilation without VDPAU.
2009-11-10 reimar Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
2009-11-10 reimar Move arrays used by both dvd and dvdnav to dvd_common.
2009-11-10 reimar Remove unused extern declarations.
2009-11-10 reimar Share dvd_device extern declaration between dvd and dvdnav.
2009-11-10 reimar Remove an unused variable.
2009-11-10 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
2009-11-10 diego Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
2009-11-10 tack Update man page to reflect support for up to 8 channels.
2009-11-10 reimar Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
2009-11-10 reimar Calculate length of ASF files with more than 1 second precision.
2009-11-10 reimar Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
2009-11-10 reimar Remove useless cast
2009-11-10 tack Changelog: add note that 8 channel audio is now supported.
2009-11-10 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
2009-11-10 zuxy Delete "auto-close" from configuration whose support has long been removed.
2009-11-10 reimar Add support for DVB teletext.
2009-11-10 reimar Free demuxer->teletext when closing the demuxer.
2009-11-10 reimar Set demuxer->teletext to NULL when closing the TV interface,
2009-11-10 cehoyos 100: Fix function parameters when calling create_vdp_decoder() from query_format().
2009-11-10 cehoyos Cosmetics: Fix indentation after last commit.
2009-11-10 cehoyos Fail in query_format() if a VDPAU decoder is not available.
2009-11-10 cehoyos Add a default to switch(image_format), suppresses a warning after a future patch.
2009-11-10 tack Add support for 8 channel audio.
2009-11-10 tack Cosmetics: remove trailing whitespace from file.
2009-11-09 reimar Properly free the pthread mutex for teletext.
2009-11-09 reimar Allow teletext compilation without pthreads
2009-11-09 reimar Fix compilation of teletext code without freetype support
2009-11-09 reimar Change type of teletext color specification from unsigned char
2009-11-09 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
2009-11-09 reimar The code for the non-networking case is the same whether networking
2009-11-09 reimar Factor out triplicated break statement.
2009-11-09 reimar Remove unused mp_dvdnav_aid_from_audio_num function
2009-11-09 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
2009-11-08 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
2009-11-08 reimar Remove macho64 special-case for yasm options, -DPIC is already added
2009-11-08 reimar Remove a pointless undeclared function reference, #error is assumed
2009-11-08 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
2009-11-08 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
2009-11-08 reimar Clarify possible issues with gmplayer commandline options due to conflicts
2009-11-07 cehoyos Remove CONFIG_TV_TELETEXT.
2009-11-07 cehoyos Factorise vbi_decode().
2009-11-07 cehoyos Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
2009-11-07 cehoyos Separate teletext from tv support.
2009-11-07 reimar Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
2009-11-07 reimar Use switch_program property from mplayer.c to set ts_prog.
2009-11-07 reimar Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
2009-11-07 stefano Document sws_freeContext().
2009-11-06 reimar Whitespace cosmetics: reindent reinit_audio_chain function
2009-11-06 reimar Remove some useless comments/commented-out code.
2009-11-06 reimar Split assignment from error value check to avoid overcomplicated if () condition.
2009-11-06 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
2009-11-06 reimar Simplify: use &= instead of a = b & a;
2009-11-06 reimar Remove some unnecessary else blocks
2009-11-06 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
2009-11-06 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
2009-11-06 reimar Only call avcodec_close if the open succeeded before, otherwise avcodec_close
2009-11-06 attila PPC: make inline asm xform address test work with Apple tools
2009-11-06 jrash sync with en/mplayer.1 r29823
2009-11-05 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
2009-11-05 reimar Cosmetics: indentation, merge two consecutive ifs.
2009-11-05 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
2009-11-05 reimar Make the dvdnav stream language information output more similar to the dvd one.
2009-11-05 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
2009-11-05 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
2009-11-05 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
2009-11-05 reimar Add a profile example and (commented-out) useful defaults for dvdnav
2009-11-05 reynaldo So Long, and Thanks for All the Fish
2009-11-04 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
2009-11-04 tack reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
2009-11-04 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
2009-11-03 compn cosmetics: alphabetize
2009-11-03 compn 10l for breaking compilation. change eatgv to tgv
2009-11-03 reynaldo Remove unneeded initialization
2009-11-03 compn add yuvs fourcc, fixes yuvs.mov
2009-11-03 compn add ffmpeg eatgv codec
2009-11-03 compn add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
2009-11-02 diego The "ilaced" suboption of vf_scale was renamed to "interlaced".
2009-11-02 cehoyos Improve VDPAU noforce-mixer documentation.
2009-11-02 uau demuxer.c: Add initialization missing from previous commit
2009-11-02 compn add VYUY and Y42B fourccs to rawcodecs
2009-11-01 reimar Unbreak the demuxer-specific code in video.c with e.g.
2009-10-31 cehoyos Teletext display does support font scaling via OSD font scaling, remove
2009-10-31 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
2009-10-31 cehoyos Remove incorrect comment.
2009-10-31 jrash sync with en/mplayer.1 r29805
2009-10-30 corey Slightly change behavior of "none" if fstype specification.
2009-10-30 stefano Document slice ordering assumption done by sws_scale().
2009-10-30 cehoyos Support ISDB-Tb tunning in Brazil
2009-10-29 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
2009-10-29 cehoyos Move teletext specific code from stream into libmpcodecs.
2009-10-28 diego consistency fix: Give all CONFIG_ definitions the value 1.
2009-10-27 cehoyos Cosmetics: Reindent after last commit.
2009-10-27 cehoyos Allow image format BGRA when using vo vdpau.
2009-10-26 reimar Move 64 bit check below compiler detection since it needs the compiler
2009-10-24 cehoyos Fix teletext character set auto-detection.
2009-10-24 diego Move some variable initializations to the beginning of vo_x11_fullscreen().
2009-10-23 cehoyos Implement VFCAP_FLIP for vo_vdpau.
2009-10-22 cehoyos Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
2009-10-22 ptt synced with r29791
2009-10-22 diego Break an output line for consistency.
2009-10-22 ptt cosmetic fixes in bs2b and vdpau sections
2009-10-20 compn add V422, YUNV to rawyuy2
2009-10-20 compn add HDYC fourcc to rawuyvy
2009-10-19 lorenm sync to x264-r1296
2009-10-19 cehoyos Fix playback of Intel JPEG Library Video Codec.
2009-10-19 diego Fix aspect test program linking.
2009-10-19 diego Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
2009-10-19 diego Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
2009-10-19 diego Add CONFIG_LPC to config.h as well (needed by FFmpeg).
2009-10-19 diego Add CONFIG_LPC to config.mak (needed by FFmpeg).
2009-10-19 compn add binary codec for fourcc slif
2009-10-18 diego Merge rules for building mencoder and mplayer.
2009-10-18 diego Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
2009-10-17 cehoyos Try to recover from VDPAU display pre-emptions.
2009-10-16 reimar Find and take into account stream start time for ogg files.
2009-10-15 compn add MVJP fourcc (mjpeg) from ffmpeg
2009-10-14 reimar Add support for "Forward Uncompressed" decoding via FFmpeg
2009-10-14 ptt removed daniele forghieri from italian man mantainers (as said by diego and him)
2009-10-14 ptt synced with r29771
2009-10-12 cehoyos Support SMPTE-240M colourspace in vo_vdpau.
2009-10-11 cehoyos Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
2009-10-10 cehoyos Add colorspace option to vo_vdpau.
2009-10-10 adrian Remove redundant duplicate option handling in the playtree.
2009-10-10 reimar Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
2009-10-08 ptt some coherence's fixes
2009-10-08 ptt cosmetics in channels/capture sections
2009-10-08 ptt synced with r29762
2009-10-08 ptt added myself to italian man mantainers section, since i'm the one that does that
2009-10-08 ptt various little aesthetic fixes
2009-10-08 diego Fix 100l typo introduced in last commit.
2009-10-08 ptt synced with r28576
2009-10-08 diego cosmetics: Remove some pointless parentheses from return calls.
2009-10-08 diego cosmetics: Break two more lines.
2009-10-08 ptt Updated to help_mp-en.h r29742
2009-10-06 diego Clarify screenshot filter description.
2009-10-06 diego K&R coding style and whitespace cosmetics
2009-10-06 adrian Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
2009-10-06 reimar Remove many uses of tmp_run.
2009-10-05 attila add a warning to the description of -vf screenshot to add it after
2009-10-05 cehoyos Play TrueHD in BluRay with demuxer lavf.
2009-10-05 cladisch fix calculation of ao_data.bps for sample formats with more than 16 bits
2009-10-04 cehoyos Fix definition of KEY_PAGE_DOWN.
2009-10-02 reimar Make the ao_alsa play function always process a multiple of ao_data.outburst
2009-10-02 reimar Add EXTERN_ASM define needed by FFmpeg on ARM.
2009-10-01 jrash sync with en/mplayer.1 r29731
2009-10-01 compn updates
2009-09-30 diego Mark some functions that do not need external visibility as static.
2009-09-30 reimar Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
2009-09-30 diego Reduce console output verbosity: Move colorspace information to verbose mode.
2009-09-30 reimar lavf: if seeking in the desired direction failed, also try in the opposite one,
2009-09-30 reimar Avoid void * arithmetic.
2009-09-30 reimar Simplify aac_get_sample_rate_index
2009-09-30 reimar Check for grow_array allocation failure.
2009-09-30 reimar Avoid a possible crash if num_cluster_pos is 0.
2009-09-30 reimar Check for integer overflow in grow_array.
2009-09-30 reimar Rearrange code of grow_array to make it easier to extend.
2009-09-30 reimar Avoid a memleak if realloc fails in grow_array.
2009-09-30 reimar Change grow_array argument from void ** to void *, this avoids a aliasing
2009-09-29 reimar Make -nosub work to disable subtitles even if -slang and dvd streams are used.
2009-09-28 reimar Document -nosub option
2009-09-28 reimar Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
2009-09-28 reimar Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
2009-09-28 reimar Enable loading of external subtitles also for audio-only files.
2009-09-28 reimar Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
2009-09-28 reimar Call set_osd_subtitle also for external subs (i.e. in find_subs).
2009-09-27 cehoyos Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
2009-09-27 cehoyos Cosmetics: Fix whitespace.
2009-09-27 reimar Set sensible write frequency/priority values for AllocateMemoryMESA
2009-09-27 reimar Print error instead of crashing when mesa-buffer is used on systems
2009-09-27 reimar Also check GLX client and server strings for extensions
2009-09-26 reimar Amend previous commit: both zlib decoder and encoder must be disabled
2009-09-26 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
2009-09-26 reimar Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
2009-09-25 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.