log

age author description
2007-03-01 ivo cflsh->clflush to keep consistent with Linux kernel
2007-03-01 voroshil Update release tag due to previous functional changes as noticed by Ivan
2007-03-01 michael new policy draft
2007-03-01 voroshil Update 3ivx decoder to latest version and allow it to load required library.
2007-03-01 voroshil Mark wma9spdshow audio codec as working, because hissing in audio (only one known
2007-03-01 uau Seek to -ss position, not 0, in per-file loop.
2007-02-28 reimar comment is a C-string and \ must be properly escaped as \\
2007-02-28 nicodvb test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
2007-02-28 nicodvb cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
2007-02-28 ivo do not rely on svn internals and use svn info instead
2007-02-28 compn add comment about voxware on windows
2007-02-28 ivo also respond to --help, -h and -? command line options
2007-02-28 ivo fix printing of -(no)svn option
2007-02-28 ivo clarify -none command line option
2007-02-28 gpoirier remove C99-ism (mixed declaration and code),
2007-02-27 nicodvb implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
2007-02-27 nicodvb assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
2007-02-27 nicodvb 1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
2007-02-27 nicodvb removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
2007-02-27 nicodvb 100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
2007-02-27 diego 10l: Add missing definition of USE_STREAM_CACHE.
2007-02-27 voroshil Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
2007-02-27 diego Move the decision about stream cache compilation to configure.
2007-02-27 diego Move glob-win.c out of MinGW section, configure handles it.
2007-02-27 diego Simplify strip parameter for install handling.
2007-02-27 diego grammar/spelling
2007-02-27 diego small updates
2007-02-27 diego Simplify .depend file inclusion.
2007-02-27 diego Simplify .depend file inclusion.
2007-02-27 diego Adding an extra -I.. parameter is no longer necessary.
2007-02-27 diego Add commit nick for Rik Snel.
2007-02-27 rik compilation fix clip_uint8 -> av_clip_uint8
2007-02-27 uau Seek to -ss position without first starting audio/video from the start.
2007-02-27 diego Remove useless conditional.
2007-02-26 nicodvb copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
2007-02-26 ben support for new ivtv api
2007-02-26 voroshil Fix wrong typecast, which can cause MPlayer crash
2007-02-25 nicodvb 2 less variables
2007-02-25 nicodvb cosmetics: reformatted
2007-02-25 nicodvb removed unused variables
2007-02-25 nicodvb simplified parse_mpeg12_video()
2007-02-25 rathann Support for PowerPC 440x embedded CPUs.
2007-02-25 nicodvb member real_framerate is completely useless
2007-02-25 reimar mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
2007-02-25 reimar The fragment program functions are and most likely always will be ARB-only,
2007-02-25 voroshil Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
2007-02-25 reimar 10, checked for the wrong thing. Do aspect scaling only in config_video_out
2007-02-25 nicodvb cosmetics: reindented
2007-02-25 nicodvb removed commented/useless code from parse_mpeg12_video()
2007-02-25 reimar Add av_ prefix to clip functions
2007-02-24 compn 10l to me for bad todo items
2007-02-24 compn iive says xvmc stuff is long done
2007-02-24 compn remove some old and add new TODO
2007-02-24 diego Simplify .depend file inclusion.
2007-02-24 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
2007-02-24 reimar 10l, avoid crash on invalid subtitle id
2007-02-24 Gabrov synced with r22331
2007-02-24 uau Remove some #if 0 code
2007-02-24 uau Move parsing of the -ss option to the option code.
2007-02-23 diego some more consistency for the VIDIX installation.
2007-02-23 Gabrov synced with r22292
2007-02-23 Gabrov synced with r22326
2007-02-23 vayne Gui compilation fixes
2007-02-23 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
2007-02-23 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
2007-02-23 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
2007-02-23 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
2007-02-23 uau Fix \a parsing broken in r22291
2007-02-23 uau Fix error in comment
2007-02-23 uau Reset the edl_decision flag after the seek is done.
2007-02-23 uau Separate function for seeking
2007-02-22 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
2007-02-22 uau Move EDL code to separate functions
2007-02-22 uau Move some related variables together & add a comment
2007-02-22 compn update to 0.1 version from website
2007-02-22 compn add original website url per al3x comment
2007-02-22 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.
2007-02-22 diego typo
2007-02-22 eugeni Add some missing includes.
2007-02-22 reimar Declarations must be before code
2007-02-22 uau Fix nonsense function type
2007-02-22 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
2007-02-21 uau Cleanup, move "global" state from the frame_time_remaining mainloop
2007-02-21 ivo fix compilation with gcc 2.95.3
2007-02-21 uau Fix GUI compilation
2007-02-21 uau Add missing "if (use_gui)" before some GUI calls
2007-02-21 uau Fix menu to work with mpctx
2007-02-21 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
2007-02-21 eugeni Oops, forgot {} before "else".
2007-02-21 uau Add missing #ifdef
2007-02-21 uau Split command/property handling from mplayer.c to a new file command.c.
2007-02-20 nicodvb a/r handled correctly by vd_ffmpeg
2007-02-20 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
2007-02-20 nicodvb reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
2007-02-20 eugeni Cosmetics: fix indentation.
2007-02-20 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
2007-02-20 ivo make message translatable
2007-02-20 eugeni Any style modifier followed by no recognizable parameter resets to the default.
2007-02-20 ivo more cosmetics
2007-02-20 ivo proper GPL heading
2007-02-20 ivo cosmetics
2007-02-20 eugeni \fn without an argument resets font family to the value from style.
2007-02-20 eugeni Fix display order of events.
2007-02-20 ivo proper authors of xmms demuxer
2007-02-20 michael dont set 0 nBlockAlign
2007-02-20 ivo probe ~/.xmms/Plugins for plugins too, so users without root access on their
2007-02-20 diego Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
2007-02-19 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeni Add \t(\b) support.
2007-02-19 eugeni Fix bounding box calculation with \fscx/\fscy.
2007-02-19 eugeni Fix \fscx/\fscy animation.
2007-02-19 eugeni Correct implementation of text spacing.
2007-02-19 eugeni Reallocate event_images_t, removing limit on simultanious events count.
2007-02-19 iive Don't free and then allocate surfaces when config() is called again with same resolution and format.
2007-02-19 faust3 10l: comparison of char* ptrs with string literals
2007-02-19 uau Remove remnants of the nonfunctional "grab_frames" command.
2007-02-19 diego 10l copy and paste bug in the license header
2007-02-19 diego Fix license header.
2007-02-18 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
2007-02-18 rtogni smil over realrtsp
2007-02-18 diego liblzo support fix, take X: forgotten variable setting.
2007-02-18 reimar Fix 10 in r22250, do not use screendimensions if not set
2007-02-18 reimar Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
2007-02-18 michael clarify that language must be a 3 letter code
2007-02-18 reimar Revert r22255 on iive's request.
2007-02-18 uau Mark myself as MPlayer sync/core maintainer
2007-02-18 diego Make liblzo conditional to the appropriate #defines.
2007-02-18 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
2007-02-18 rtogni Add support for smil playlist served over realrtsp
2007-02-18 diego Remove internal minilzo, external liblzo can be used instead.
2007-02-18 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
2007-02-18 diego Use external liblzo instead of internal minilzo.
2007-02-18 reimar Some typo fixes in svn-howto
2007-02-18 reimar Avoid parts of xvmc reinit when source format does not change
2007-02-18 uau Remove unused variable "osd_level_saved"
2007-02-17 nicodvb omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
2007-02-17 reimar Make sure that -sid works even if the number of subtitles initially detected
2007-02-17 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
2007-02-17 reimar Move common vo initialization code to video_out.c
2007-02-17 nicodvb cosmetics
2007-02-17 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
2007-02-17 michael negative stride and h_size-=8 fix
2007-02-17 michael swap palette on big endian
2007-02-17 michael palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
2007-02-17 michael BGR/RGB4 byte formats as input
2007-02-17 michael add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
2007-02-17 michael another ridiculous palette bug which has nothing to do with the new palete support in sws
2007-02-17 voroshil wording, typos fix
2007-02-17 michael mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
2007-02-16 eugeni Restore a minus sign that was lost in r22231.
2007-02-16 uau Don't segfault if no -format is given for lavf
2007-02-16 michael PAL8 ...
2007-02-16 michael pal8 input
2007-02-16 voroshil r22201: some clarification about dvb-out playback
2007-02-16 voroshil r22184: When setting the non-audio bit for hwac3 output, just try to set the...
2007-02-16 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
2007-02-16 eugeni Consistently name z-axis rotation angle "frz".
2007-02-16 eugeni Move conversions between 16.16, 26.6 fixed point and int, double to separate
2007-02-16 compn update wishlist, approved by diego
2007-02-16 nicodvb support for H263-2000; patch by Carl Eugen Hoyos
2007-02-15 eugeni Select the first charmap in the font, if FreeType did not autoselect any.
2007-02-15 eugeni \r resets \frz to style value.
2007-02-15 eugeni Fix \t(\frz) handling.
2007-02-15 eugeni \org(0,0) is different from no \org at all.
2007-02-15 reimar We definitely want to avoid an emulated poll()
2007-02-15 compn fix my entry to authors
2007-02-15 reimar Simplify code by using separate variables for large common expressions.
2007-02-15 reimar Fix two 10l memleaks in vo_xvmc.c
2007-02-14 diego random small fixes
2007-02-14 reimar English grammar fix: There is no 's' after "does not exist"
2007-02-14 reimar 100l copy-and-paste bug. Do not print video info when the problem is with subtitles
2007-02-14 michael demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
2007-02-14 reimar Print list of lavf muxer formats with format=help.
2007-02-14 diego some clarifications and updates
2007-02-13 diego Move setting _ld_extra and _inc_extra for live to autodetection part,
2007-02-13 diego Strip leading spaces from processor names.
2007-02-12 rtogni Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
2007-02-12 diego Fix setting of mtrr variable.
2007-02-12 diego misc fixes and updates
2007-02-12 diego Always disable libnut demuxer in libavformat.
2007-02-12 diego Revert libnut option names, the issue is fixed in FFmpeg.
2007-02-11 rtogni More strncat() misuses.
2007-02-11 rtogni strncat() misuses, may have been exploitable.
2007-02-11 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
2007-02-11 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
2007-02-11 rtogni More boundary checks for fixed-length arrays. Some of them may have been
2007-02-11 reimar Clear/update subtitles after seeking backwards.
2007-02-11 nicodvb some clarification about dvb-out playback
2007-02-10 reimar Move variable declaration to appropriate place
2007-02-10 reimar Cosmetics: remove tabs added in last commit from otherwise tab-free file.
2007-02-10 uau Fix memory leak when changing playback speed
2007-02-10 uau Fix memory leaks.
2007-02-10 uau Use AF_NCH for max number of channels instead of private CHANS define.
2007-02-10 gpoirier sync w/r22150
2007-02-10 uau Fix nonsense tests like previously in af_pan.
2007-02-10 uau Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
2007-02-10 michael clarify description of reserved_count in frame header patch by (Clemens Ladisch cladisch,fastmail,net)
2007-02-10 nicodvb removed ages-old and insane #if0-ed and commented code
2007-02-09 gpoirier Changelog update, based on Compn's patch
2007-02-09 nicodvb vc1 in mpeg*
2007-02-09 nicodvb substream id 0x98..0x9f identifies dts
2007-02-09 kraymer r22150: key-fifo-size default changed
2007-02-09 kraymer r22184: When setting the non-audio bit for hwac3 output, ...
2007-02-09 kraymer only output fail/success message, this was wrong from the beginning
2007-02-09 cladisch When setting the non-audio bit for hwac3 output, just try to set the
2007-02-09 nicodvb when seeking in h264 sync to idr frames
2007-02-09 uau Handle libavformat libnut dependencies.
2007-02-09 nicodvb when playing vc1 content sync to sequence or entry point header
2007-02-09 nicodvb vc1 in mpegts
2007-02-09 kraymer fix typo, line break, wording
2007-02-08 kraymer missing escape character
2007-02-08 reimar Quick hack mostly for documentation purposes to make -aid work with mms://
2007-02-08 reimar Avoid crash when uninit is called without ever calling config in x264 encoder
2007-02-08 reimar Make sure sub->sh is set when a subtitle is selected
2007-02-08 reimar Cosmetics: add space after comma in output
2007-02-07 nicodvb when seeking and the codec is VC1 sync to sequence or entry point headers
2007-02-07 nicodvb when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
2007-02-07 iive Revert part of commit r22170.
2007-02-07 reimar Fix compilation after deprecation of some lav log level and
2007-02-07 gpoirier Fix libnut build failure.
2007-02-06 reimar Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
2007-02-06 reimar Avoid calling aspect on each frame and make ass subtitles work better with panscan
2007-02-06 reimar Support some weird AVI header, fixes bug 742
2007-02-06 reimar Add missing checks in RealVideo slice handling code.
2007-02-06 gpoirier sync w/r22107
2007-02-06 uau reindent
2007-02-06 uau Fix multiple appearing or appearing+disappearing subs in the same frame
2007-02-05 uau Add missing type to declaration and remove unused variable
2007-02-05 rathann Fix a few gcc warnings, approved by Diego and Reimar.
2007-02-05 uau Fix code updating subtitle array which only moved the text, not endpts.
2007-02-05 reimar Make sure buffer is aligned so no unaligned access happens.
2007-02-05 voroshil r22104: Add global field dominance flag instead of duplicating this "everywhere"
2007-02-05 voroshil r22129: Link to the mencoder-users list for mencoder stuff
2007-02-05 reimar Another round of subtitle code cleanup
2007-02-05 voroshil r22139: Try to clarify scale filter usage hint.
2007-02-05 kraymer typo fixes
2007-02-05 reimar Set sub_utf8 for mov subs.
2007-02-05 reimar str_list separator backslash-escaping
2007-02-05 reimar key-fifo-size default changed
2007-02-05 reimar Reserve half of fifo for key release events to help avoiding stop buttons
2007-02-05 reimar Sanity check for vo window dimensions, helps avoid division by zero
2007-02-05 reimar beckend -> backend typo fix in printf
2007-02-05 kraymer fix unintentional line break
2007-02-05 reimar Experimental support for multichannel ladspa effects
2007-02-05 diego some more docbook paths, patch by Torinthiel
2007-02-05 gpoirier synced with r22104
2007-02-05 kraymer r22123: tinterlace mode 4 leaves height unchanged.
2007-02-05 diego Move all "Encoding with the XXX codec family" sections together.
2007-02-05 diego vp6vfw.dll appears to no longer crash under Linux.
2007-02-05 diego Try to clarify scale filter usage hint.
2007-02-05 diego wording/formatting
2007-02-05 diego formatting/wording
2007-02-05 diego FFmpeg #defines must be uppercase now.
2007-02-05 michael 10l
2007-02-05 michael skip first (green) frame
2007-02-04 diego 100l: Copy and paste typo, library dependencies and rules are separated now.