log

age author description
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