log

age author description
Sat, 03 Mar 2007 13:16:31 +0000 nicodvb replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
Sat, 03 Mar 2007 13:10:31 +0000 nicodvb replaced 2 instances of sprintf() with snprintf() and one instance
Sat, 03 Mar 2007 08:20:00 +0000 eugeni Fix incorrect spacing introduced in r22231:
Sat, 03 Mar 2007 07:58:36 +0000 diego live555 version 2006.03.03 or later is needed to compile MPlayer.
Fri, 02 Mar 2007 19:54:40 +0000 vayne cosmetics, fix indentation as pointed out by Reimar
Fri, 02 Mar 2007 18:52:10 +0000 voroshil Rework of copying samples from directshow codecs.
Fri, 02 Mar 2007 17:59:19 +0000 eugeni 10l: x2scr used twice instead of y2scr.
Fri, 02 Mar 2007 17:54:47 +0000 eugeni Bugfix: transform origin to screen coordinates.
Fri, 02 Mar 2007 17:49:34 +0000 compn add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
Fri, 02 Mar 2007 15:14:14 +0000 vayne add missing playtree entry
Fri, 02 Mar 2007 13:33:18 +0000 michael a small step toward 4 plane support
Fri, 02 Mar 2007 13:32:10 +0000 michael copy src to prevent the user supplied argumet from being changed
Fri, 02 Mar 2007 03:11:37 +0000 compn 10l: dshow isnt in svn yet
Fri, 02 Mar 2007 01:24:25 +0000 compn add -tv driver=help entry, also add dshow tv driver
Fri, 02 Mar 2007 00:33:32 +0000 vayne simplify and modify fullscreen switching to avoid improper aspects
Fri, 02 Mar 2007 00:29:06 +0000 vayne add forgotten case value as per recent changes to mplayer.c
Thu, 01 Mar 2007 23:09:58 +0000 michael rename to *_proposal.txt
Thu, 01 Mar 2007 22:58:31 +0000 michael clarify quorum and majority requirements in respect to debians voting system
Thu, 01 Mar 2007 21:50:04 +0000 michael url with a good description of how to determine the winner from the votes
Thu, 01 Mar 2007 20:35:29 +0000 reimar Explain how to select all DVB channels on a frequency.
Thu, 01 Mar 2007 19:48:40 +0000 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
Thu, 01 Mar 2007 18:51:38 +0000 michael s/admin/leader/
Thu, 01 Mar 2007 18:38:00 +0000 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
Thu, 01 Mar 2007 17:34:24 +0000 michael weaken veto right
Thu, 01 Mar 2007 14:57:44 +0000 ivo winsocks expects an int in milliseconds instead of struct timeval to set
Thu, 01 Mar 2007 12:54:38 +0000 reimar Replace MIN with FFMIN
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Thu, 01 Mar 2007 12:51:33 +0000 reimar Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
Thu, 01 Mar 2007 12:45:00 +0000 reimar Add missing registers to asm code in mp3lib
Thu, 01 Mar 2007 12:43:14 +0000 michael clarify root vs admin
Thu, 01 Mar 2007 12:16:34 +0000 michael spelling fixes by ivan
Thu, 01 Mar 2007 11:00:31 +0000 ivo 10l to me, typo. it should have read clflush
Thu, 01 Mar 2007 10:58:20 +0000 ivo cosmetics, missing space
Thu, 01 Mar 2007 10:57:36 +0000 ivo cflsh->clflush to keep consistent with Linux kernel
Thu, 01 Mar 2007 09:43:33 +0000 voroshil Update release tag due to previous functional changes as noticed by Ivan
Thu, 01 Mar 2007 03:43:38 +0000 michael new policy draft
Thu, 01 Mar 2007 02:26:08 +0000 voroshil Update 3ivx decoder to latest version and allow it to load required library.
Thu, 01 Mar 2007 02:06:22 +0000 voroshil Mark wma9spdshow audio codec as working, because hissing in audio (only one known
Thu, 01 Mar 2007 00:22:03 +0000 uau Seek to -ss position, not 0, in per-file loop.
Wed, 28 Feb 2007 23:58:03 +0000 reimar comment is a C-string and \ must be properly escaped as \\
Wed, 28 Feb 2007 23:47:05 +0000 nicodvb test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
Wed, 28 Feb 2007 23:40:39 +0000 nicodvb cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
Wed, 28 Feb 2007 14:55:34 +0000 ivo do not rely on svn internals and use svn info instead
Wed, 28 Feb 2007 13:37:45 +0000 compn add comment about voxware on windows
Wed, 28 Feb 2007 11:50:23 +0000 ivo also respond to --help, -h and -? command line options
Wed, 28 Feb 2007 11:48:32 +0000 ivo fix printing of -(no)svn option
Wed, 28 Feb 2007 11:46:53 +0000 ivo clarify -none command line option
Wed, 28 Feb 2007 09:18:42 +0000 gpoirier remove C99-ism (mixed declaration and code),
Tue, 27 Feb 2007 22:25:00 +0000 nicodvb implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
Tue, 27 Feb 2007 21:20:24 +0000 nicodvb assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
Tue, 27 Feb 2007 21:16:54 +0000 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
Tue, 27 Feb 2007 20:22:05 +0000 nicodvb removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
Tue, 27 Feb 2007 20:15:31 +0000 nicodvb 100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
Tue, 27 Feb 2007 19:49:29 +0000 diego 10l: Add missing definition of USE_STREAM_CACHE.
Tue, 27 Feb 2007 17:16:44 +0000 voroshil Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
Tue, 27 Feb 2007 17:13:17 +0000 diego Move the decision about stream cache compilation to configure.
Tue, 27 Feb 2007 17:12:23 +0000 diego Move glob-win.c out of MinGW section, configure handles it.
Tue, 27 Feb 2007 17:10:11 +0000 diego Simplify strip parameter for install handling.
Tue, 27 Feb 2007 17:06:36 +0000 diego grammar/spelling
Tue, 27 Feb 2007 17:06:04 +0000 diego small updates
Tue, 27 Feb 2007 17:05:20 +0000 diego Simplify .depend file inclusion.
Tue, 27 Feb 2007 17:04:46 +0000 diego Simplify .depend file inclusion.
Tue, 27 Feb 2007 17:04:18 +0000 diego Adding an extra -I.. parameter is no longer necessary.
Tue, 27 Feb 2007 16:00:34 +0000 diego Add commit nick for Rik Snel.
Tue, 27 Feb 2007 15:07:44 +0000 rik compilation fix clip_uint8 -> av_clip_uint8
Tue, 27 Feb 2007 01:16:59 +0000 uau Seek to -ss position without first starting audio/video from the start.
Tue, 27 Feb 2007 00:19:01 +0000 diego Remove useless conditional.
Mon, 26 Feb 2007 21:54:52 +0000 nicodvb copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
Mon, 26 Feb 2007 19:08:29 +0000 ben support for new ivtv api
Mon, 26 Feb 2007 17:21:17 +0000 voroshil Fix wrong typecast, which can cause MPlayer crash
Sun, 25 Feb 2007 23:01:13 +0000 nicodvb 2 less variables
Sun, 25 Feb 2007 22:55:14 +0000 nicodvb cosmetics: reformatted
Sun, 25 Feb 2007 22:41:17 +0000 nicodvb removed unused variables
Sun, 25 Feb 2007 22:40:05 +0000 nicodvb simplified parse_mpeg12_video()
Sun, 25 Feb 2007 22:33:10 +0000 rathann Support for PowerPC 440x embedded CPUs.
Sun, 25 Feb 2007 21:21:09 +0000 nicodvb member real_framerate is completely useless
Sun, 25 Feb 2007 20:53:46 +0000 reimar mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
Sun, 25 Feb 2007 16:07:51 +0000 reimar The fragment program functions are and most likely always will be ARB-only,
Sun, 25 Feb 2007 14:59:53 +0000 voroshil Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
Sun, 25 Feb 2007 14:35:53 +0000 reimar 10, checked for the wrong thing. Do aspect scaling only in config_video_out
Sun, 25 Feb 2007 14:33:19 +0000 nicodvb cosmetics: reindented
Sun, 25 Feb 2007 14:32:14 +0000 nicodvb removed commented/useless code from parse_mpeg12_video()
Sun, 25 Feb 2007 10:27:43 +0000 reimar Add av_ prefix to clip functions
Sat, 24 Feb 2007 20:01:08 +0000 compn 10l to me for bad todo items
Sat, 24 Feb 2007 19:44:24 +0000 compn iive says xvmc stuff is long done
Sat, 24 Feb 2007 17:34:47 +0000 compn remove some old and add new TODO
Sat, 24 Feb 2007 10:44:16 +0000 diego Simplify .depend file inclusion.
Sat, 24 Feb 2007 10:27:14 +0000 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
Sat, 24 Feb 2007 10:19:41 +0000 reimar 10l, avoid crash on invalid subtitle id
Sat, 24 Feb 2007 09:45:16 +0000 Gabrov synced with r22331
Sat, 24 Feb 2007 07:28:07 +0000 uau Remove some #if 0 code
Sat, 24 Feb 2007 07:11:57 +0000 uau Move parsing of the -ss option to the option code.
Fri, 23 Feb 2007 22:14:15 +0000 diego some more consistency for the VIDIX installation.
Fri, 23 Feb 2007 22:04:37 +0000 Gabrov synced with r22292
Fri, 23 Feb 2007 21:55:34 +0000 Gabrov synced with r22326
Fri, 23 Feb 2007 18:48:43 +0000 vayne Gui compilation fixes
Fri, 23 Feb 2007 16:30:10 +0000 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
Fri, 23 Feb 2007 10:59:54 +0000 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
Fri, 23 Feb 2007 09:58:01 +0000 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
Fri, 23 Feb 2007 08:07:07 +0000 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
Fri, 23 Feb 2007 03:08:54 +0000 uau Fix \a parsing broken in r22291
Fri, 23 Feb 2007 02:10:02 +0000 uau Fix error in comment
Fri, 23 Feb 2007 01:53:09 +0000 uau Reset the edl_decision flag after the seek is done.
Fri, 23 Feb 2007 01:49:51 +0000 uau Separate function for seeking
Thu, 22 Feb 2007 23:44:43 +0000 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
Thu, 22 Feb 2007 21:05:31 +0000 uau Move EDL code to separate functions
Thu, 22 Feb 2007 20:44:48 +0000 uau Move some related variables together & add a comment
Thu, 22 Feb 2007 19:03:36 +0000 compn update to 0.1 version from website
Thu, 22 Feb 2007 18:20:14 +0000 compn add original website url per al3x comment
Thu, 22 Feb 2007 16:14:44 +0000 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.
Thu, 22 Feb 2007 15:53:19 +0000 diego typo
Thu, 22 Feb 2007 15:48:37 +0000 eugeni Add some missing includes.
Thu, 22 Feb 2007 14:00:21 +0000 reimar Declarations must be before code
Thu, 22 Feb 2007 05:39:17 +0000 uau Fix nonsense function type
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Wed, 21 Feb 2007 21:59:33 +0000 uau Cleanup, move "global" state from the frame_time_remaining mainloop
Wed, 21 Feb 2007 19:48:12 +0000 ivo fix compilation with gcc 2.95.3
Wed, 21 Feb 2007 19:14:49 +0000 uau Fix GUI compilation
Wed, 21 Feb 2007 19:08:00 +0000 uau Add missing "if (use_gui)" before some GUI calls
Wed, 21 Feb 2007 18:28:48 +0000 uau Fix menu to work with mpctx
Wed, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Wed, 21 Feb 2007 09:25:52 +0000 eugeni Oops, forgot {} before "else".
Wed, 21 Feb 2007 03:13:48 +0000 uau Add missing #ifdef
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.
Tue, 20 Feb 2007 22:56:41 +0000 nicodvb a/r handled correctly by vd_ffmpeg
Tue, 20 Feb 2007 20:21:15 +0000 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
Tue, 20 Feb 2007 20:09:29 +0000 nicodvb reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
Tue, 20 Feb 2007 17:22:34 +0000 eugeni Cosmetics: fix indentation.
Tue, 20 Feb 2007 17:20:21 +0000 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
Tue, 20 Feb 2007 17:19:06 +0000 ivo make message translatable
Tue, 20 Feb 2007 17:17:51 +0000 eugeni Any style modifier followed by no recognizable parameter resets to the default.
Tue, 20 Feb 2007 17:11:56 +0000 ivo more cosmetics
Tue, 20 Feb 2007 16:54:49 +0000 ivo proper GPL heading
Tue, 20 Feb 2007 16:46:05 +0000 ivo cosmetics
Tue, 20 Feb 2007 16:37:18 +0000 eugeni \fn without an argument resets font family to the value from style.
Tue, 20 Feb 2007 16:20:55 +0000 eugeni Fix display order of events.
Tue, 20 Feb 2007 16:19:04 +0000 ivo proper authors of xmms demuxer
Tue, 20 Feb 2007 16:16:53 +0000 michael dont set 0 nBlockAlign
Tue, 20 Feb 2007 16:12:46 +0000 ivo probe ~/.xmms/Plugins for plugins too, so users without root access on their
Tue, 20 Feb 2007 15:47:44 +0000 diego Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
Mon, 19 Feb 2007 20:10:55 +0000 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
Mon, 19 Feb 2007 19:01:45 +0000 eugeni Add \t(\b) support.
Mon, 19 Feb 2007 18:37:54 +0000 eugeni Fix bounding box calculation with \fscx/\fscy.
Mon, 19 Feb 2007 18:31:05 +0000 eugeni Fix \fscx/\fscy animation.
Mon, 19 Feb 2007 18:01:49 +0000 eugeni Correct implementation of text spacing.
Mon, 19 Feb 2007 17:44:29 +0000 eugeni Reallocate event_images_t, removing limit on simultanious events count.
Mon, 19 Feb 2007 11:38:19 +0000 iive Don't free and then allocate surfaces when config() is called again with same resolution and format.
Mon, 19 Feb 2007 10:48:50 +0000 faust3 10l: comparison of char* ptrs with string literals
Mon, 19 Feb 2007 06:20:47 +0000 uau Remove remnants of the nonfunctional "grab_frames" command.
Mon, 19 Feb 2007 01:26:17 +0000 diego 10l copy and paste bug in the license header
Mon, 19 Feb 2007 00:20:48 +0000 diego Fix license header.
Sun, 18 Feb 2007 23:24:21 +0000 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
Sun, 18 Feb 2007 22:57:47 +0000 rtogni smil over realrtsp
Sun, 18 Feb 2007 21:51:39 +0000 diego liblzo support fix, take X: forgotten variable setting.
Sun, 18 Feb 2007 21:24:26 +0000 reimar Fix 10 in r22250, do not use screendimensions if not set
Sun, 18 Feb 2007 20:23:25 +0000 reimar Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
Sun, 18 Feb 2007 20:21:19 +0000 michael clarify that language must be a 3 letter code
Sun, 18 Feb 2007 20:19:47 +0000 reimar Revert r22255 on iive's request.
Sun, 18 Feb 2007 20:17:57 +0000 uau Mark myself as MPlayer sync/core maintainer
Sun, 18 Feb 2007 19:28:47 +0000 diego Make liblzo conditional to the appropriate #defines.
Sun, 18 Feb 2007 16:46:12 +0000 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
Sun, 18 Feb 2007 15:57:50 +0000 rtogni Add support for smil playlist served over realrtsp
Sun, 18 Feb 2007 15:06:54 +0000 diego Remove internal minilzo, external liblzo can be used instead.
Sun, 18 Feb 2007 14:54:50 +0000 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
Sun, 18 Feb 2007 14:51:44 +0000 diego Use external liblzo instead of internal minilzo.
Sun, 18 Feb 2007 11:47:28 +0000 reimar Some typo fixes in svn-howto
Sun, 18 Feb 2007 09:33:45 +0000 reimar Avoid parts of xvmc reinit when source format does not change
Sun, 18 Feb 2007 00:41:09 +0000 uau Remove unused variable "osd_level_saved"
Sat, 17 Feb 2007 21:45:16 +0000 nicodvb omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
Sat, 17 Feb 2007 21:12:27 +0000 reimar Make sure that -sid works even if the number of subtitles initially detected
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Sat, 17 Feb 2007 17:24:07 +0000 nicodvb cosmetics
Sat, 17 Feb 2007 16:30:59 +0000 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
Sat, 17 Feb 2007 13:28:44 +0000 michael negative stride and h_size-=8 fix
Sat, 17 Feb 2007 12:58:35 +0000 michael swap palette on big endian
Sat, 17 Feb 2007 11:40:01 +0000 michael palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
Sat, 17 Feb 2007 11:36:02 +0000 michael BGR/RGB4 byte formats as input
Sat, 17 Feb 2007 11:34:25 +0000 michael add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
Sat, 17 Feb 2007 11:04:13 +0000 michael another ridiculous palette bug which has nothing to do with the new palete support in sws
Sat, 17 Feb 2007 09:05:19 +0000 voroshil wording, typos fix
Sat, 17 Feb 2007 03:02:38 +0000 michael mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
Fri, 16 Feb 2007 23:18:47 +0000 eugeni Restore a minus sign that was lost in r22231.
Fri, 16 Feb 2007 23:09:13 +0000 uau Don't segfault if no -format is given for lavf
Fri, 16 Feb 2007 21:17:41 +0000 michael PAL8 ...
Fri, 16 Feb 2007 21:17:15 +0000 michael pal8 input
Fri, 16 Feb 2007 19:18:52 +0000 voroshil r22201: some clarification about dvb-out playback
Fri, 16 Feb 2007 18:53:19 +0000 voroshil r22184: When setting the non-audio bit for hwac3 output, just try to set the...
Fri, 16 Feb 2007 17:54:47 +0000 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
Fri, 16 Feb 2007 17:51:07 +0000 eugeni Consistently name z-axis rotation angle "frz".
Fri, 16 Feb 2007 17:49:35 +0000 eugeni Move conversions between 16.16, 26.6 fixed point and int, double to separate
Fri, 16 Feb 2007 13:56:04 +0000 compn update wishlist, approved by diego
Fri, 16 Feb 2007 00:30:05 +0000 nicodvb support for H263-2000; patch by Carl Eugen Hoyos
Thu, 15 Feb 2007 22:03:09 +0000 eugeni Select the first charmap in the font, if FreeType did not autoselect any.
Thu, 15 Feb 2007 21:53:28 +0000 eugeni \r resets \frz to style value.
Thu, 15 Feb 2007 21:51:51 +0000 eugeni Fix \t(\frz) handling.
Thu, 15 Feb 2007 21:50:21 +0000 eugeni \org(0,0) is different from no \org at all.
Thu, 15 Feb 2007 18:24:12 +0000 reimar We definitely want to avoid an emulated poll()
Thu, 15 Feb 2007 16:18:14 +0000 compn fix my entry to authors
Thu, 15 Feb 2007 15:54:06 +0000 reimar Simplify code by using separate variables for large common expressions.
Thu, 15 Feb 2007 00:46:45 +0000 reimar Fix two 10l memleaks in vo_xvmc.c
Wed, 14 Feb 2007 23:44:01 +0000 diego random small fixes
Wed, 14 Feb 2007 19:17:39 +0000 reimar English grammar fix: There is no 's' after "does not exist"
Wed, 14 Feb 2007 19:16:08 +0000 reimar 100l copy-and-paste bug. Do not print video info when the problem is with subtitles
Wed, 14 Feb 2007 12:29:09 +0000 michael demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
Wed, 14 Feb 2007 11:06:59 +0000 reimar Print list of lavf muxer formats with format=help.
Wed, 14 Feb 2007 00:19:33 +0000 diego some clarifications and updates
Tue, 13 Feb 2007 15:37:38 +0000 diego Move setting _ld_extra and _inc_extra for live to autodetection part,
Tue, 13 Feb 2007 00:47:09 +0000 diego Strip leading spaces from processor names.
Mon, 12 Feb 2007 21:52:53 +0000 rtogni Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
Mon, 12 Feb 2007 13:59:25 +0000 diego Fix setting of mtrr variable.
Mon, 12 Feb 2007 11:31:52 +0000 diego misc fixes and updates
Mon, 12 Feb 2007 09:56:34 +0000 diego Always disable libnut demuxer in libavformat.
Mon, 12 Feb 2007 09:51:25 +0000 diego Revert libnut option names, the issue is fixed in FFmpeg.
Sun, 11 Feb 2007 18:00:55 +0000 rtogni More strncat() misuses.
Sun, 11 Feb 2007 18:00:06 +0000 rtogni strncat() misuses, may have been exploitable.
Sun, 11 Feb 2007 17:57:02 +0000 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
Sun, 11 Feb 2007 17:55:49 +0000 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
Sun, 11 Feb 2007 17:54:18 +0000 rtogni More boundary checks for fixed-length arrays. Some of them may have been
Sun, 11 Feb 2007 13:23:13 +0000 reimar Clear/update subtitles after seeking backwards.
Sun, 11 Feb 2007 11:03:09 +0000 nicodvb some clarification about dvb-out playback
Sat, 10 Feb 2007 20:33:27 +0000 reimar Move variable declaration to appropriate place
Sat, 10 Feb 2007 20:32:56 +0000 reimar Cosmetics: remove tabs added in last commit from otherwise tab-free file.
Sat, 10 Feb 2007 19:47:22 +0000 uau Fix memory leak when changing playback speed
Sat, 10 Feb 2007 18:12:03 +0000 uau Fix memory leaks.
Sat, 10 Feb 2007 18:05:18 +0000 uau Use AF_NCH for max number of channels instead of private CHANS define.
Sat, 10 Feb 2007 17:53:41 +0000 gpoirier sync w/r22150
Sat, 10 Feb 2007 17:31:18 +0000 uau Fix nonsense tests like previously in af_pan.
Sat, 10 Feb 2007 17:27:11 +0000 uau Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
Sat, 10 Feb 2007 17:00:03 +0000 michael clarify description of reserved_count in frame header patch by (Clemens Ladisch cladisch,fastmail,net)
Sat, 10 Feb 2007 12:19:36 +0000 nicodvb removed ages-old and insane #if0-ed and commented code
Fri, 09 Feb 2007 22:38:26 +0000 gpoirier Changelog update, based on Compn's patch
Fri, 09 Feb 2007 20:23:54 +0000 nicodvb vc1 in mpeg*
Fri, 09 Feb 2007 20:21:20 +0000 nicodvb substream id 0x98..0x9f identifies dts
Fri, 09 Feb 2007 20:12:15 +0000 kraymer r22150: key-fifo-size default changed
Fri, 09 Feb 2007 20:09:52 +0000 kraymer r22184: When setting the non-audio bit for hwac3 output, ...
Fri, 09 Feb 2007 19:57:56 +0000 kraymer only output fail/success message, this was wrong from the beginning
Fri, 09 Feb 2007 19:49:31 +0000 cladisch When setting the non-audio bit for hwac3 output, just try to set the
Fri, 09 Feb 2007 19:47:20 +0000 nicodvb when seeking in h264 sync to idr frames
Fri, 09 Feb 2007 19:44:43 +0000 uau Handle libavformat libnut dependencies.
Fri, 09 Feb 2007 19:44:21 +0000 nicodvb when playing vc1 content sync to sequence or entry point header
Fri, 09 Feb 2007 19:39:31 +0000 nicodvb vc1 in mpegts
Fri, 09 Feb 2007 18:10:17 +0000 kraymer fix typo, line break, wording
Thu, 08 Feb 2007 17:11:21 +0000 kraymer missing escape character
Thu, 08 Feb 2007 17:03:24 +0000 reimar Quick hack mostly for documentation purposes to make -aid work with mms://
Thu, 08 Feb 2007 15:42:53 +0000 reimar Avoid crash when uninit is called without ever calling config in x264 encoder
Thu, 08 Feb 2007 14:19:18 +0000 reimar Make sure sub->sh is set when a subtitle is selected
Thu, 08 Feb 2007 11:27:18 +0000 reimar Cosmetics: add space after comma in output
Wed, 07 Feb 2007 23:56:08 +0000 nicodvb when seeking and the codec is VC1 sync to sequence or entry point headers
Wed, 07 Feb 2007 23:41:07 +0000 nicodvb when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
Wed, 07 Feb 2007 12:31:37 +0000 iive Revert part of commit r22170.
Wed, 07 Feb 2007 09:58:23 +0000 reimar Fix compilation after deprecation of some lav log level and
Wed, 07 Feb 2007 09:00:11 +0000 gpoirier Fix libnut build failure.
Tue, 06 Feb 2007 22:15:20 +0000 reimar Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
Tue, 06 Feb 2007 19:26:58 +0000 reimar Avoid calling aspect on each frame and make ass subtitles work better with panscan
Tue, 06 Feb 2007 19:01:28 +0000 reimar Support some weird AVI header, fixes bug 742
Tue, 06 Feb 2007 18:30:56 +0000 reimar Add missing checks in RealVideo slice handling code.
Tue, 06 Feb 2007 13:56:40 +0000 gpoirier sync w/r22107
Tue, 06 Feb 2007 00:24:49 +0000 uau reindent
Tue, 06 Feb 2007 00:18:35 +0000 uau Fix multiple appearing or appearing+disappearing subs in the same frame
Mon, 05 Feb 2007 23:56:18 +0000 uau Add missing type to declaration and remove unused variable
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Mon, 05 Feb 2007 23:25:50 +0000 uau Fix code updating subtitle array which only moved the text, not endpts.
Mon, 05 Feb 2007 19:24:03 +0000 reimar Make sure buffer is aligned so no unaligned access happens.
Mon, 05 Feb 2007 19:07:19 +0000 voroshil r22104: Add global field dominance flag instead of duplicating this "everywhere"
Mon, 05 Feb 2007 18:38:25 +0000 voroshil r22129: Link to the mencoder-users list for mencoder stuff
Mon, 05 Feb 2007 18:25:28 +0000 reimar Another round of subtitle code cleanup
Mon, 05 Feb 2007 18:21:14 +0000 voroshil r22139: Try to clarify scale filter usage hint.
Mon, 05 Feb 2007 18:13:40 +0000 kraymer typo fixes
Mon, 05 Feb 2007 18:12:56 +0000 reimar Set sub_utf8 for mov subs.
Mon, 05 Feb 2007 18:03:12 +0000 reimar str_list separator backslash-escaping
Mon, 05 Feb 2007 17:53:10 +0000 reimar key-fifo-size default changed
Mon, 05 Feb 2007 17:51:26 +0000 reimar Reserve half of fifo for key release events to help avoiding stop buttons
Mon, 05 Feb 2007 17:47:43 +0000 reimar Sanity check for vo window dimensions, helps avoid division by zero
Mon, 05 Feb 2007 17:15:44 +0000 reimar beckend -> backend typo fix in printf
Mon, 05 Feb 2007 17:14:21 +0000 kraymer fix unintentional line break
Mon, 05 Feb 2007 17:09:25 +0000 reimar Experimental support for multichannel ladspa effects
Mon, 05 Feb 2007 14:17:33 +0000 diego some more docbook paths, patch by Torinthiel
Mon, 05 Feb 2007 13:14:41 +0000 gpoirier synced with r22104
Mon, 05 Feb 2007 12:52:11 +0000 kraymer r22123: tinterlace mode 4 leaves height unchanged.
Mon, 05 Feb 2007 12:24:26 +0000 diego Move all "Encoding with the XXX codec family" sections together.
Mon, 05 Feb 2007 12:21:36 +0000 diego vp6vfw.dll appears to no longer crash under Linux.
Mon, 05 Feb 2007 12:12:47 +0000 diego Try to clarify scale filter usage hint.
Mon, 05 Feb 2007 10:01:39 +0000 diego wording/formatting
Mon, 05 Feb 2007 09:31:27 +0000 diego formatting/wording
Mon, 05 Feb 2007 07:33:00 +0000 diego FFmpeg #defines must be uppercase now.
Mon, 05 Feb 2007 03:05:46 +0000 michael 10l
Mon, 05 Feb 2007 00:46:53 +0000 michael skip first (green) frame
Sun, 04 Feb 2007 19:18:26 +0000 diego 100l: Copy and paste typo, library dependencies and rules are separated now.
Sun, 04 Feb 2007 16:08:29 +0000 reimar Use defined() syntax instead without ().
Sun, 04 Feb 2007 14:18:56 +0000 rtogni Add timeout to tcp connections, avoid hanging forever.
Sun, 04 Feb 2007 14:02:35 +0000 nicodvb support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross
Sun, 04 Feb 2007 13:58:59 +0000 reimar Link to the mencoder-users list for mencoder stuff
Sun, 04 Feb 2007 13:44:49 +0000 diego Fix MMX2 check, _sse is set to "kernel_check", not "yes".
Sun, 04 Feb 2007 13:38:41 +0000 reimar Fix vqscale description to match at least somewhat the code.
Sun, 04 Feb 2007 13:08:26 +0000 reimar Go away you stupid setlocale!!
Sun, 04 Feb 2007 12:19:59 +0000 Gabrov synced with r22123
Sun, 04 Feb 2007 11:58:29 +0000 reimar Get rid of useless last_ptr assignment
Sun, 04 Feb 2007 11:47:08 +0000 reimar tinterlace mode 4 leaves height unchanged.
Sun, 04 Feb 2007 10:01:13 +0000 reimar Support for AOPLAY_FINAL_CHUNK in ao_sdl.c
Sun, 04 Feb 2007 09:33:57 +0000 reimar Do not read beyond end of data chunk if chunk_size is set.
Sun, 04 Feb 2007 08:18:01 +0000 lorenm r21753 broke compile-time detection of mmx flags on x86_64
Sat, 03 Feb 2007 23:46:22 +0000 uau Convert patterns to upper case to fix compilation after r22117.
Sat, 03 Feb 2007 22:00:01 +0000 kraymer r22107: Move -vo gl suboptions that should be irrelevant for the average user
Sat, 03 Feb 2007 21:40:10 +0000 diego Speed up config.h generation by transforming FFmpeg part names to uppercase
Sat, 03 Feb 2007 21:24:57 +0000 kraymer r22089: x264's crf takes a float argument
Sat, 03 Feb 2007 20:41:30 +0000 kraymer r22062: alphabetical order
Sat, 03 Feb 2007 18:51:30 +0000 kraymer r21959: Apply ancient double-click patch that nobody cares to comment on.
Sat, 03 Feb 2007 18:41:36 +0000 kraymer insert line break for readability
Sat, 03 Feb 2007 14:09:47 +0000 nicodvb demux_mpg_probe() seek to the initial position before returning - patch by reimar
Sat, 03 Feb 2007 14:02:09 +0000 diego Merge both library rules by separating the rule from the dependencies.
Sat, 03 Feb 2007 13:20:31 +0000 reimar Cosmetics
Sat, 03 Feb 2007 13:19:21 +0000 reimar Avoid crash in uninit if codec not found
Sat, 03 Feb 2007 12:57:58 +0000 kraymer formatting fixes for r22104
Sat, 03 Feb 2007 11:59:32 +0000 reimar Move -vo gl suboptions that should be irrelevant for the average user
Sat, 03 Feb 2007 11:32:43 +0000 nicodvb removed unused variables
Sat, 03 Feb 2007 11:31:09 +0000 reimar Update gl:help output a bit
Fri, 02 Feb 2007 18:32:07 +0000 reimar Add global field dominance flag instead of duplicating this "everywhere"
Thu, 01 Feb 2007 22:00:30 +0000 gpoirier synced with r22089 (again)
Thu, 01 Feb 2007 21:10:17 +0000 gpoirier sync w/r22089
Thu, 01 Feb 2007 20:31:40 +0000 reimar mf demuxer only works with mf:// urls, so check for that.
Thu, 01 Feb 2007 01:09:39 +0000 diego Consider SRCS2 as well when generating dependency information.
Wed, 31 Jan 2007 23:28:34 +0000 reimar Make mkv demuxer use ffmpeg LZO as well.
Wed, 31 Jan 2007 23:20:03 +0000 reimar Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.
Wed, 31 Jan 2007 23:04:20 +0000 reimar use ffmpeg's LZO
Wed, 31 Jan 2007 22:17:52 +0000 reimar Use export type mpi, everything else is a fragile hack.
Wed, 31 Jan 2007 22:15:51 +0000 reimar Avoid a static variable and instead use variable in context
Wed, 31 Jan 2007 18:14:47 +0000 reimar Swap palette on bigendian.
Wed, 31 Jan 2007 15:28:50 +0000 voroshil r22060: describe -psprobe
Wed, 31 Jan 2007 11:28:50 +0000 diego Wrong variable name used in libfaac check.
Wed, 31 Jan 2007 09:25:05 +0000 lorenm libfaac detection skipped linking, and thus only checked for headers and not libs
Wed, 31 Jan 2007 08:27:59 +0000 diego Simplify extcheck calls by moving some logic into the function.
Wed, 31 Jan 2007 08:23:37 +0000 lorenm x264's crf takes a float argument
Wed, 31 Jan 2007 02:01:07 +0000 diego Allow forcing processor features on and off.
Wed, 31 Jan 2007 01:43:24 +0000 diego Fix looooooongstanding bug:
Tue, 30 Jan 2007 23:59:39 +0000 diego cosmetics: Move around a few options for better logical grouping.
Tue, 30 Jan 2007 23:50:30 +0000 diego cosmetics: consistent formatting
Tue, 30 Jan 2007 23:35:52 +0000 diego Unification of parameter handling part 3 of many:
Tue, 30 Jan 2007 23:33:25 +0000 diego Unification of parameter handling part 2 of many:
Tue, 30 Jan 2007 23:18:51 +0000 diego Unification of parameter handling part 1 of many:
Tue, 30 Jan 2007 19:01:42 +0000 reimar cosmetics: remove useless commented-out stuff.
Tue, 30 Jan 2007 19:00:54 +0000 reimar More simplification
Tue, 30 Jan 2007 18:53:53 +0000 reimar Simplify
Tue, 30 Jan 2007 18:51:23 +0000 reimar Fix vd_lzo, broken since r18069, i.e. April 2006!
Tue, 30 Jan 2007 18:29:02 +0000 reimar Move network detection further up to simplify detection of dependant stuff.
Tue, 30 Jan 2007 16:16:10 +0000 reimar Support 16bit bigendian PCM audio from libavformat
Tue, 30 Jan 2007 13:49:07 +0000 diego Document -noidx.
Tue, 30 Jan 2007 13:31:57 +0000 diego typo
Tue, 30 Jan 2007 11:02:37 +0000 diego URL fix
Tue, 30 Jan 2007 11:02:19 +0000 diego cosmetics: Reorder install targets.
Tue, 30 Jan 2007 11:01:10 +0000 diego Mark phony targets as such.
Tue, 30 Jan 2007 11:00:54 +0000 diego Replace ifeq structure in the install target by a set of dependent targets.
Tue, 30 Jan 2007 00:47:28 +0000 michael better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
Mon, 29 Jan 2007 23:35:08 +0000 nicodvb reduced verbosity
Mon, 29 Jan 2007 23:10:01 +0000 nicodvb 5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
Mon, 29 Jan 2007 22:49:14 +0000 nicodvb fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
Mon, 29 Jan 2007 19:38:31 +0000 reimar Expand property documentation
Mon, 29 Jan 2007 19:01:32 +0000 reimar List available properties
Mon, 29 Jan 2007 17:08:29 +0000 eugeni Bugfix: glyph and bitmap pointers could be left uninitialized after
Mon, 29 Jan 2007 14:29:00 +0000 diego alphabetical order
Mon, 29 Jan 2007 14:26:42 +0000 diego typo, new sentences on lines of their own
Sun, 28 Jan 2007 23:13:17 +0000 nicodvb describe -psprobe
Sun, 28 Jan 2007 22:41:18 +0000 nicodvb sanity checks during codec detection; also reset demuxer->stream->eof
Sun, 28 Jan 2007 22:33:51 +0000 diego Remove references to no longer existing documentation.
Sun, 28 Jan 2007 22:31:53 +0000 diego Move platform-specific stuff together.
Sun, 28 Jan 2007 22:27:05 +0000 diego Move _ldd setting to a saner place.
Sun, 28 Jan 2007 21:42:22 +0000 nicodvb added code to scan the video stream to search the actual video codec used;
Sun, 28 Jan 2007 21:27:15 +0000 nicodvb include math.h for fabsf()
Sun, 28 Jan 2007 21:25:50 +0000 nicodvb cosmetics: reindentation and braces removal
Sun, 28 Jan 2007 21:22:39 +0000 nicodvb moved scoreboarding code to 2 separate functions (update_stats() and clear_stats()) to be reused next
Sun, 28 Jan 2007 20:38:35 +0000 lu_zero stray fflush spotted by Aurel
Sun, 28 Jan 2007 20:22:21 +0000 lorenm fix a segfault if -x264encopts is the last commandline option (with no argument)
Sun, 28 Jan 2007 19:25:03 +0000 uau Fix base64_encode() max output length checking.
Sun, 28 Jan 2007 17:52:59 +0000 lu_zero Make example and test build and link correctly
Sun, 28 Jan 2007 17:51:41 +0000 lu_zero av_logify
Sun, 28 Jan 2007 16:53:33 +0000 voroshil Doxygen comments for used DirectShow methods.
Sun, 28 Jan 2007 16:48:01 +0000 reimar Mark m_struct_t defaults as const
Sun, 28 Jan 2007 16:36:41 +0000 lu_zero fix endianess, see bug #727
Sun, 28 Jan 2007 14:48:14 +0000 faust3 10l: screen_height calculation was using an uninitialized variable
Sun, 28 Jan 2007 13:51:24 +0000 reimar Fix number of rows in interlaced mode.
Sun, 28 Jan 2007 12:49:44 +0000 rtogni Accept rdt packets with "is-reliable" flag set
Sun, 28 Jan 2007 11:02:52 +0000 reimar 10l, confused current "frame" with canvas width.
Sun, 28 Jan 2007 10:45:34 +0000 nicodvb set has_valid_timestamps and corresponding first and final pts only after
Sun, 28 Jan 2007 10:34:11 +0000 reimar Hack: use refmode == 1 instead of == 0, as browsers behave like this
Sun, 28 Jan 2007 09:53:42 +0000 reimar Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
Sat, 27 Jan 2007 22:34:27 +0000 rtogni Call real_fix_timestamp() after seeking, to avoid video freezing
Sat, 27 Jan 2007 17:01:54 +0000 voroshil fix overlooked debug message
Sat, 27 Jan 2007 16:41:01 +0000 voroshil Changing debug messages and renaming method names according to their
Sat, 27 Jan 2007 16:28:16 +0000 voroshil fix typos from previous commit
Sat, 27 Jan 2007 15:49:53 +0000 voroshil Cosmetics. Doxygen comments.
Sat, 27 Jan 2007 15:40:12 +0000 ptt synced up to r21221
Sat, 27 Jan 2007 15:29:07 +0000 reimar Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
Sat, 27 Jan 2007 14:54:45 +0000 reimar Simplify and make lzo decompression code more similar to zlib one.
Sat, 27 Jan 2007 14:52:18 +0000 reimar Forgotten free on error
Sat, 27 Jan 2007 14:51:59 +0000 voroshil r21989: fix typo
Sat, 27 Jan 2007 14:45:52 +0000 reimar *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
Sat, 27 Jan 2007 14:10:37 +0000 ptt synced up to r21906
Sat, 27 Jan 2007 10:11:40 +0000 reimar Handle mp_msg_charset == NULL correctly in filename_recode.
Sat, 27 Jan 2007 10:10:05 +0000 reimar Cosmetics: remove tabs, almost all added during last patch, from
Fri, 26 Jan 2007 20:11:46 +0000 Gabrov synced with r22016
Fri, 26 Jan 2007 18:43:17 +0000 diego fastmemcpy.h always has to include inttypes.h on systems that need it.
Fri, 26 Jan 2007 09:57:09 +0000 gpoirier filename double-conversion, especially usefull for CJK users :-)
Fri, 26 Jan 2007 09:21:22 +0000 gpoirier Remove illegal definition of underscored-prefixed symbol "__MODULE__":
Fri, 26 Jan 2007 09:07:55 +0000 gpoirier get rid of void pointer arithmetic, as spotted by ICC
Thu, 25 Jan 2007 18:06:21 +0000 diego Do not create font subdir of data directory, bitmap font support is deprecated.
Thu, 25 Jan 2007 17:49:31 +0000 diego Remove confusing line about forcing MP3 demuxing.
Thu, 25 Jan 2007 17:48:38 +0000 diego Remove comment printed by -demuxer help, it belongs in the copyright header.
Thu, 25 Jan 2007 17:44:29 +0000 diego Clarify -delay.
Thu, 25 Jan 2007 10:49:43 +0000 reimar Remove ff_gcd prototype and include avutil.h instead where it is defined.
Thu, 25 Jan 2007 10:18:21 +0000 rathann 10l to Gabrov for breaking docs build.
Thu, 25 Jan 2007 09:36:17 +0000 diego build fix: Disable libtheora encoding over lavc.
Thu, 25 Jan 2007 00:35:53 +0000 diego Sync with FFmpeg r7699.
Thu, 25 Jan 2007 00:35:29 +0000 diego Simplify conditional compilation handling.
Wed, 24 Jan 2007 22:06:31 +0000 diego Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
Wed, 24 Jan 2007 21:20:08 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Wed, 24 Jan 2007 18:10:40 +0000 diego Quote some expressions, might help with some shells.
Wed, 24 Jan 2007 15:05:42 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Wed, 24 Jan 2007 10:31:51 +0000 rtogni Fix compilation if no libogg/libvoribs installed
Wed, 24 Jan 2007 07:36:50 +0000 diego Rename a few variables to match FFmpeg.
Wed, 24 Jan 2007 00:10:47 +0000 rtogni Fix compilation after ffmpeg changes in r7619
Tue, 23 Jan 2007 22:26:13 +0000 nicodvb better autodetection of framerate in case of h264; it works correctly with b-frames.
Tue, 23 Jan 2007 15:28:19 +0000 reimar Include string.h to make sure memcpy is not used without prototype
Tue, 23 Jan 2007 13:41:45 +0000 lucabe Pass a context to av_log(), when possible
Tue, 23 Jan 2007 10:06:02 +0000 diego Bring MPlayer closer to compilation after latest FFmpeg changes.
Mon, 22 Jan 2007 22:29:54 +0000 nicodvb substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed
Mon, 22 Jan 2007 22:24:50 +0000 nicodvb set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Mon, 22 Jan 2007 01:21:36 +0000 diego Fix license headers and FSF postal address.
Sun, 21 Jan 2007 23:28:05 +0000 diego Sync with FFmpeg r7634.
Sun, 21 Jan 2007 23:21:50 +0000 diego Discard -Wdeclaration-after-statement warning.
Sun, 21 Jan 2007 22:42:06 +0000 Gabrov synced with r21906
Sun, 21 Jan 2007 21:49:24 +0000 Gabrov synced with r21989
Sun, 21 Jan 2007 21:40:23 +0000 Gabrov fix typo
Sun, 21 Jan 2007 21:38:41 +0000 reimar Fix compilation: define CONFIG_ZLIB in config.mak
Sun, 21 Jan 2007 20:08:06 +0000 voroshil r21959: Apply ancient double-click patch that nobody cares to comment on.
Sun, 21 Jan 2007 18:29:18 +0000 reimar Instead of printing a useless "sig11 coming soon" message, just abort parsing
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Sun, 21 Jan 2007 15:44:58 +0000 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
Sun, 21 Jan 2007 11:10:52 +0000 reimar Add ignore key bind
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Sun, 21 Jan 2007 10:49:08 +0000 reimar Another AVCodecTag compile fix
Sun, 21 Jan 2007 10:33:34 +0000 reimar Forgotten CodecTag -> AVCodecTag
Sun, 21 Jan 2007 10:17:40 +0000 reimar Fix compilation after lavf changes
Sun, 21 Jan 2007 10:10:07 +0000 reimar support -ffourcc with -of lavf
Sat, 20 Jan 2007 21:57:57 +0000 diego Simplify install calls.
Sat, 20 Jan 2007 21:55:57 +0000 diego Remove redundant informative output.
Sat, 20 Jan 2007 21:55:30 +0000 diego Don't suppress make output during installation.
Sat, 20 Jan 2007 21:39:21 +0000 diego some simplifications
Sat, 20 Jan 2007 21:19:58 +0000 diego Move ldconfig platform differences into configure where they belong.
Sat, 20 Jan 2007 21:14:14 +0000 diego Move ranlib setting to a more sensible place.
Sat, 20 Jan 2007 13:46:17 +0000 nicodvb in h264_parse_sps() reuse mp_unescape03()
Sat, 20 Jan 2007 13:14:09 +0000 nicodvb vc1 probing code: if sh_video->bih can't be callocated exit
Sat, 20 Jan 2007 13:10:40 +0000 nicodvb in vc1 probing code, all packets before the first sequence header must be skipped, not read
Sat, 20 Jan 2007 13:06:17 +0000 nicodvb removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
Sat, 20 Jan 2007 12:17:22 +0000 nicodvb decode vc1 sequence header and frame it in video_read_frame();
Sat, 20 Jan 2007 12:13:50 +0000 nicodvb demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
Sat, 20 Jan 2007 12:04:20 +0000 nicodvb added function to parse vc1 sequence header
Fri, 19 Jan 2007 23:15:53 +0000 reimar BE_32 -> AV_RB32
Fri, 19 Jan 2007 23:14:57 +0000 reimar Compile fix: LE_* -> AV_RL*
Fri, 19 Jan 2007 01:19:02 +0000 nicodvb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
Thu, 18 Jan 2007 21:53:05 +0000 gpoirier sync w/ r21959
Thu, 18 Jan 2007 20:21:54 +0000 Gabrov synced with r21959
Thu, 18 Jan 2007 19:30:02 +0000 reimar Apply ancient double-click patch that nobody cares to comment on.
Thu, 18 Jan 2007 17:38:24 +0000 voroshil r21930: gcc_bug++;
Thu, 18 Jan 2007 14:50:32 +0000 eugeni In .srt, any line containing only spaces and tabs marks the end of the
Thu, 18 Jan 2007 09:03:42 +0000 diego grammar/spelling/wording in comments
Wed, 17 Jan 2007 23:39:37 +0000 kraymer r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while
Wed, 17 Jan 2007 23:20:32 +0000 lorenm "-lavdopts fast" has applied to mpeg4 and h264 for a while
Wed, 17 Jan 2007 22:18:15 +0000 Gabrov synced with r21952
Wed, 17 Jan 2007 21:42:04 +0000 nicodvb 1000l; fixed wrong operator precedence
Wed, 17 Jan 2007 14:09:48 +0000 kraymer version bump (for changes in r21907)
Wed, 17 Jan 2007 14:04:30 +0000 kraymer r21727: Must refer to option name instead of internal variable
Wed, 17 Jan 2007 13:43:56 +0000 kraymer r21691: added smb:// to the list of allowed input urls
Wed, 17 Jan 2007 00:27:41 +0000 michael print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
Wed, 17 Jan 2007 00:12:35 +0000 nicodvb unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
Tue, 16 Jan 2007 22:58:42 +0000 diego Update copyright year.
Tue, 16 Jan 2007 22:50:47 +0000 nicodvb in evo files [e]ac3 substreams range from 0xc0 to 0xcf
Tue, 16 Jan 2007 22:38:26 +0000 nicodvb at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
Tue, 16 Jan 2007 13:28:22 +0000 gpoirier fix identation, broken by last commit
Tue, 16 Jan 2007 13:24:03 +0000 gpoirier speeds up mplayer execution by over FIVE times when all of the of the following apply:
Tue, 16 Jan 2007 09:49:28 +0000 henry fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v
Tue, 16 Jan 2007 07:12:32 +0000 reimar Interlaced gif support
Tue, 16 Jan 2007 07:05:28 +0000 reimar Change some types to uint8_t where appropriate
Tue, 16 Jan 2007 07:01:53 +0000 reimar "Cosmetics" Introduce a memcpy function doing both transparent
Mon, 15 Jan 2007 23:03:45 +0000 nicodvb one more #if 1 removed
Mon, 15 Jan 2007 21:39:30 +0000 nicodvb removed useless #if1s added too long time ago
Mon, 15 Jan 2007 21:21:42 +0000 nicodvb in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
Mon, 15 Jan 2007 09:15:06 +0000 gpoirier get rid of two spaces after a period (instead of one)
Mon, 15 Jan 2007 09:12:10 +0000 gpoirier fixes suggested by Diego
Mon, 15 Jan 2007 07:23:28 +0000 gpoirier update and factorize information about x264's multi-threading mode
Mon, 15 Jan 2007 07:16:03 +0000 gpoirier update x264's subq otion description
Mon, 15 Jan 2007 06:26:49 +0000 diego gcc_bug++;
Mon, 15 Jan 2007 04:57:43 +0000 diego demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
Sun, 14 Jan 2007 23:16:27 +0000 rtogni 10l, fix inverted check for "<media" in smil playlist
Sun, 14 Jan 2007 22:58:25 +0000 diego Move toolame vs twolame logic into the $_toolame=auto case.
Sun, 14 Jan 2007 22:45:45 +0000 diego Move Paolo Tresoldi out of the GUI skin section.
Sun, 14 Jan 2007 22:42:35 +0000 diego Make twolame disable toolame.
Sun, 14 Jan 2007 22:35:10 +0000 diego Move twolame check before toolame check.
Sun, 14 Jan 2007 07:03:51 +0000 voroshil Adding me and Andrew Savchenko as authors of Russian docs translation
Sun, 14 Jan 2007 07:00:45 +0000 voroshil r21882: sync to x264 r607 (update description of threads)
Sun, 14 Jan 2007 06:47:44 +0000 voroshil translation status update
Sun, 14 Jan 2007 06:45:51 +0000 voroshil spelling, wording fix
Sun, 14 Jan 2007 06:32:53 +0000 voroshil sync tag update
Sun, 14 Jan 2007 06:30:25 +0000 voroshil r21917: typo fixes
Sun, 14 Jan 2007 00:15:55 +0000 gpoirier typo fixes:
Sat, 13 Jan 2007 21:26:54 +0000 vayne fix typo for gettimeofday()
Sat, 13 Jan 2007 21:20:47 +0000 vayne proper fix for avoiding file skipping when mplayer is already playing a file.
Sat, 13 Jan 2007 12:56:42 +0000 reimar Cosmetics
Sat, 13 Jan 2007 12:56:02 +0000 reimar Implement gif transparency
Sat, 13 Jan 2007 12:46:27 +0000 reimar Fix: refmodes 2 and 3 leave useref unchanged
Sat, 13 Jan 2007 12:39:13 +0000 reimar Cosmetics
Sat, 13 Jan 2007 12:37:53 +0000 reimar Implement refmode == 2 in gif demuxer
Sat, 13 Jan 2007 12:19:42 +0000 reimar Partially support gif using "reference" images
Sat, 13 Jan 2007 12:05:18 +0000 reimar memset + malloc -> calloc
Sat, 13 Jan 2007 11:58:15 +0000 diego Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
Sat, 13 Jan 2007 11:57:40 +0000 diego DO NOT recommend or even suggest installing codecs.conf.
Sat, 13 Jan 2007 11:49:20 +0000 reimar Cast SWidth/SHeight to uint16_t, since that's what they actually are.
Sat, 13 Jan 2007 11:46:43 +0000 reimar Forgot to adjust length of memset
Sat, 13 Jan 2007 11:44:36 +0000 reimar Simplify gif demuxer by using memcpy_pic
Sat, 13 Jan 2007 11:40:05 +0000 reimar One more bounds check, though IMO the gif lib really should do this.
Sat, 13 Jan 2007 11:37:59 +0000 reimar Simplify
Sat, 13 Jan 2007 11:37:18 +0000 reimar Fix crash for gif images that have Top or Left set
Sat, 13 Jan 2007 11:06:40 +0000 reimar Fix invalid read for gifs with a palette for less than 256 colors
Sat, 13 Jan 2007 11:05:32 +0000 reimar Move global variables in gif demuxer into priv struct
Sat, 13 Jan 2007 10:46:32 +0000 diego Rephrase mga_vid section.
Sat, 13 Jan 2007 10:42:21 +0000 diego Document vo_tdfx_vid.
Sat, 13 Jan 2007 06:24:13 +0000 diego Do not add libavutil unconditionally to CFLAGS.
Sat, 13 Jan 2007 06:02:31 +0000 diego cosmetics: typo fix pallete --> palette
Sat, 13 Jan 2007 06:00:34 +0000 diego Frametime was being read from the wrong offset, compare
Sat, 13 Jan 2007 04:32:14 +0000 diego cosmetics: typo pallete --> palette
Sat, 13 Jan 2007 04:12:05 +0000 diego Add missing config.mak entry for gettimeofday().
Fri, 12 Jan 2007 23:44:27 +0000 gpoirier compile fix after latest swscaler changes (r21888)
Fri, 12 Jan 2007 19:59:47 +0000 gpoirier add support for avc1 in X-QT over RTSP
Fri, 12 Jan 2007 15:45:47 +0000 lucabe deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Fri, 12 Jan 2007 15:40:08 +0000 lucabe Add "support for both orderings of the slices (top->down / bottom->up)"
Fri, 12 Jan 2007 11:32:57 +0000 voroshil sync tag update
Fri, 12 Jan 2007 11:27:42 +0000 voroshil r21879: fix wrong option names that were suggested to use to produce
Fri, 12 Jan 2007 11:01:11 +0000 voroshil spelling, wording
Fri, 12 Jan 2007 02:55:04 +0000 diego 100l misplaced #endif
Thu, 11 Jan 2007 23:14:54 +0000 lorenm sync to x264 r607 (update description of threads)
Thu, 11 Jan 2007 18:26:44 +0000 voroshil r21865: Audio track switching works with DVDs as well.
Thu, 11 Jan 2007 16:55:59 +0000 diego Remove superfluous #ifdefs.
Thu, 11 Jan 2007 09:07:57 +0000 gpoirier fix wrong option names that were suggested to use to produce
Thu, 11 Jan 2007 07:57:57 +0000 voroshil Typo
Wed, 10 Jan 2007 22:58:32 +0000 reimar 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
Wed, 10 Jan 2007 22:09:03 +0000 torinthiel Sync tag bump
Wed, 10 Jan 2007 20:23:24 +0000 diego Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
Wed, 10 Jan 2007 19:35:41 +0000 diego Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
Wed, 10 Jan 2007 19:07:42 +0000 diego Move #ifdef directives around complete files into the build system.
Wed, 10 Jan 2007 18:54:44 +0000 diego Remove redundant ifdef, this file is only ever compiled on MinGW.
Wed, 10 Jan 2007 17:22:52 +0000 diego consistent include path
Wed, 10 Jan 2007 17:05:35 +0000 diego bswap.h --> mpbswap.h
Wed, 10 Jan 2007 16:58:42 +0000 diego Remove misleading comment.
Wed, 10 Jan 2007 16:54:44 +0000 diego Remove generated pci_* files on clean, not just on distclean.
Wed, 10 Jan 2007 15:16:52 +0000 gpoirier upgrade copyright years
Wed, 10 Jan 2007 14:56:23 +0000 diego GNU/kFreeBSD support, closes Bugzilla #704.
Wed, 10 Jan 2007 14:32:35 +0000 diego Audio track switching works with DVDs as well.
Wed, 10 Jan 2007 14:28:13 +0000 diego small updates
Wed, 10 Jan 2007 14:25:02 +0000 diego libmpeg2 updated to 0.4.1
Wed, 10 Jan 2007 13:20:08 +0000 diego CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
Wed, 10 Jan 2007 00:08:16 +0000 gpoirier explain how to use MEncoder to create QuickTime-compatible files
Tue, 09 Jan 2007 21:32:25 +0000 rtogni Don't drop last rdt packet on eof
Tue, 09 Jan 2007 20:02:13 +0000 nicodvb removed static declaration before non-instantiated struct; patch by cehoyos ag or at
Mon, 08 Jan 2007 16:23:31 +0000 michael dont write an index and dont use memory to build one if -noidx is specified
Mon, 08 Jan 2007 06:34:34 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 06:25:48 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 05:55:46 +0000 voroshil Two crash issues fixed:
Sun, 07 Jan 2007 19:23:59 +0000 reimar Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
Sun, 07 Jan 2007 16:07:45 +0000 reimar Avoid invalid memory access in ass_process_subtitle for empty subtitles
Sun, 07 Jan 2007 13:05:59 +0000 nicodvb in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
Sun, 07 Jan 2007 12:06:48 +0000 reimar Document sub_add_text and sub_clear_text
Sun, 07 Jan 2007 11:52:46 +0000 diego Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
Sun, 07 Jan 2007 10:49:43 +0000 gpoirier fix typo
Sun, 07 Jan 2007 10:39:00 +0000 gpoirier clarify a few things about the interaction between *cmp and mbd options
Sat, 06 Jan 2007 20:21:27 +0000 Gabrov synced with r21624
Sat, 06 Jan 2007 19:19:15 +0000 reimar Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Sat, 06 Jan 2007 19:02:19 +0000 Gabrov synced with r21748
Sat, 06 Jan 2007 18:54:22 +0000 nicodvb reindented
Sat, 06 Jan 2007 18:51:01 +0000 nicodvb init to 0 feparams before tuning
Sat, 06 Jan 2007 17:50:12 +0000 reimar Set default values for proc and iproc for x86_32 case.
Sat, 06 Jan 2007 17:28:11 +0000 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
Sat, 06 Jan 2007 15:08:04 +0000 diego Fix dependencies for pci_names.c.
Sat, 06 Jan 2007 14:40:05 +0000 reimar Include libavformat/riff.h when building with static libavformat and
Sat, 06 Jan 2007 13:38:30 +0000 Gabrov synced with r21741
Sat, 06 Jan 2007 13:31:16 +0000 gpoirier woops, actually fix URL this time
Sat, 06 Jan 2007 12:11:25 +0000 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
Sat, 06 Jan 2007 11:59:33 +0000 nicodvb removed useless reporting code
Sat, 06 Jan 2007 11:43:44 +0000 nicodvb moved actual tuning code from check_status() to tune_it()
Sat, 06 Jan 2007 11:09:27 +0000 nicodvb don't add pid 0 if it's already present in the list
Sat, 06 Jan 2007 10:07:45 +0000 gpoirier update comment url
Fri, 05 Jan 2007 18:03:58 +0000 reimar Simplify after last demux_ogg commit
Fri, 05 Jan 2007 18:02:18 +0000 reimar Do not access ogg_d->subs after freeing it.
Fri, 05 Jan 2007 15:41:00 +0000 reimar sizeof() is long, thus %d format in error message is wrong.
Fri, 05 Jan 2007 15:24:38 +0000 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
Fri, 05 Jan 2007 11:57:06 +0000 reimar Do not abort on X11 errors, most are not at all fatal.
Fri, 05 Jan 2007 10:05:05 +0000 reimar move runtime cpu detection check after detection of host architecture,
Thu, 04 Jan 2007 20:42:02 +0000 gpoirier add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
Thu, 04 Jan 2007 19:41:41 +0000 reimar Use av_d2q to produce the fps fraction, this usually produces more sane fractions
Thu, 04 Jan 2007 19:33:03 +0000 reimar Fix printf types: AVRational members are ints, not 64 bit.
Thu, 04 Jan 2007 16:46:15 +0000 ben allows OSD menu to be displayed when using MPEG PES video out
Thu, 04 Jan 2007 16:30:06 +0000 ben restore volume if muted at exit
Thu, 04 Jan 2007 16:10:40 +0000 ben fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
Thu, 04 Jan 2007 16:07:42 +0000 ben don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
Thu, 04 Jan 2007 16:06:01 +0000 ben increased a bit max param length as it can be too short to declare tv channels when you have a long list of
Thu, 04 Jan 2007 16:04:31 +0000 ben support for vidix on ATI Radeon 9600SE cards
Thu, 04 Jan 2007 16:00:27 +0000 gpoirier fix gprof support (aka work around gprof's brain dead design)
Thu, 04 Jan 2007 09:02:22 +0000 torinthiel Synced with r21760, typos
Thu, 04 Jan 2007 08:41:54 +0000 torinthiel translated r21748
Tue, 02 Jan 2007 18:08:04 +0000 Gabrov synced with r21537
Tue, 02 Jan 2007 17:35:23 +0000 Gabrov synced with r21737
Tue, 02 Jan 2007 09:07:13 +0000 voroshil better wording and typos fixing
Tue, 02 Jan 2007 08:37:13 +0000 voroshil r21791: avoid a possible confusion, as suggested by Wanderer
Mon, 01 Jan 2007 22:49:13 +0000 rtogni More free() that were forgotten in r21806 memleak fix
Mon, 01 Jan 2007 22:47:14 +0000 nicodvb set dp->stream_pts only when feeding the video stream to workaround
Mon, 01 Jan 2007 22:32:09 +0000 rtogni Memleak fix (implement sdpplin_free() and use it)
Mon, 01 Jan 2007 17:57:16 +0000 rtogni Fix invalid memory access if identifier is unknown
Sun, 31 Dec 2006 18:12:06 +0000 aurel Comment about lavf required for musepack and remove unneeded format entry.
Sun, 31 Dec 2006 17:24:14 +0000 nicodvb removed unused variable
Sun, 31 Dec 2006 14:04:36 +0000 rtogni I've found a mistake in encoding-guide:
Sun, 31 Dec 2006 13:27:53 +0000 rtogni Fix potential buffer overflow in asm rules matching code
Sun, 31 Dec 2006 11:09:53 +0000 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
Sun, 31 Dec 2006 11:08:27 +0000 nicodvb replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
Sun, 31 Dec 2006 11:05:26 +0000 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
Sun, 31 Dec 2006 10:54:32 +0000 michael sort
Sun, 31 Dec 2006 02:44:54 +0000 rathann Fix build with shared libavutil. Approved by Diego.
Sat, 30 Dec 2006 22:43:12 +0000 nicodvb reindentation
Sat, 30 Dec 2006 13:23:39 +0000 iive Fix double free of *http_hdr at server error.
Fri, 29 Dec 2006 22:55:53 +0000 gpoirier avoid a possible confusion, as suggested by Wanderer
Fri, 29 Dec 2006 21:33:40 +0000 vayne small oops fix from my last commit
Fri, 29 Dec 2006 20:40:19 +0000 michael the avi spec does not allow random samplesize whoever wrote this should be shot
Fri, 29 Dec 2006 19:01:55 +0000 michael dont read index if -noidx
Fri, 29 Dec 2006 18:56:28 +0000 michael first step toward amr-nb muxing support
Fri, 29 Dec 2006 18:35:22 +0000 vayne fix to allow adding multiple files to the playlist with the open file dialog.
Fri, 29 Dec 2006 14:15:40 +0000 gpoirier sync with r21758
Fri, 29 Dec 2006 13:26:48 +0000 nicodvb spellfix
Thu, 28 Dec 2006 23:44:38 +0000 aurel don't compile demux_mpc.c when libmpcdec is disabled
Thu, 28 Dec 2006 23:32:26 +0000 Gabrov synced with r21612
Thu, 28 Dec 2006 15:36:54 +0000 vayne remove two unused functions.
Thu, 28 Dec 2006 15:31:48 +0000 vayne avoid code duplication.
Thu, 28 Dec 2006 00:40:49 +0000 aurel add support for musepack native decoder from ffmpeg (require -demuxer lavf)
Wed, 27 Dec 2006 13:42:32 +0000 kraymer file added: Chinese translation for cd-dvd.xml
Tue, 26 Dec 2006 23:28:54 +0000 Gabrov synced with r21741
Tue, 26 Dec 2006 18:08:40 +0000 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Tue, 26 Dec 2006 17:59:28 +0000 lucabe Mark some variables as possibly unused to avoid warnings
Tue, 26 Dec 2006 17:41:38 +0000 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
Tue, 26 Dec 2006 16:28:34 +0000 lucabe Add some other casts, to remove void pointers arithmetic
Tue, 26 Dec 2006 16:21:13 +0000 lucabe Add some explicit casts to avoid some warnings
Tue, 26 Dec 2006 16:12:37 +0000 lucabe Remove some void pointers arithmetic
Tue, 26 Dec 2006 10:58:07 +0000 Gabrov synced with r21741
Tue, 26 Dec 2006 10:12:57 +0000 Gabrov synced with r21748
Tue, 26 Dec 2006 09:27:09 +0000 Gabrov synced with r21612
Tue, 26 Dec 2006 01:01:20 +0000 Gabrov synced with r21686
Mon, 25 Dec 2006 11:57:01 +0000 voroshil Translation of menc-feat-telecine sect1 in encoding-guide.xml.
Mon, 25 Dec 2006 00:26:18 +0000 Gabrov audio.xml & bugreports.xml synced with r21764
Sun, 24 Dec 2006 18:10:47 +0000 voroshil Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
Sun, 24 Dec 2006 11:21:08 +0000 voroshil Translation of menc-feat-x264 sect1 in encoding-guide.xml
Sun, 24 Dec 2006 05:47:51 +0000 voroshil r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
Sun, 24 Dec 2006 05:45:27 +0000 voroshil r21748: Reformatting round continued
Sun, 24 Dec 2006 05:03:54 +0000 diego Directly point to the Subversion instructions.
Sun, 24 Dec 2006 04:54:31 +0000 diego Remove undocumented redundant key bindings.
Sun, 24 Dec 2006 04:46:43 +0000 diego Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
Sun, 24 Dec 2006 02:05:18 +0000 diego 100l syntax error
Sun, 24 Dec 2006 00:45:26 +0000 diego cosmetics: Fix indentation after last commit.
Sun, 24 Dec 2006 00:43:09 +0000 diego Run less CPU checks when runtime CPU detection is enabled.
Sun, 24 Dec 2006 00:10:19 +0000 diego Exit when runtime CPU detection is requested on unsupported arches.
Sun, 24 Dec 2006 00:08:57 +0000 diego Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
Sat, 23 Dec 2006 23:55:58 +0000 diego Extend runtime CPU detection to x86-64.
Sat, 23 Dec 2006 23:28:04 +0000 torinthiel Synced with r21748
Sat, 23 Dec 2006 23:27:01 +0000 diego Amiga OS 4 support
Sat, 23 Dec 2006 23:26:13 +0000 diego Amiga OS 4 needs a large sample size.
Sat, 23 Dec 2006 23:20:42 +0000 torinthiel Reformatting round continued
Sat, 23 Dec 2006 23:13:11 +0000 nicodvb replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
Sat, 23 Dec 2006 22:35:46 +0000 diego Properly fix compilation without code duplication.
Sat, 23 Dec 2006 20:12:49 +0000 voroshil r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
Sat, 23 Dec 2006 19:26:08 +0000 torinthiel Mention that you can use different image formats with mf://
Sat, 23 Dec 2006 17:00:22 +0000 torinthiel Synced with r21741 (or just tag bump)
Sat, 23 Dec 2006 16:30:43 +0000 torinthiel And <simpara> -> <para> continued, those languages somehow slipped by during
Sat, 23 Dec 2006 15:58:02 +0000 torinthiel Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
Sat, 23 Dec 2006 13:18:43 +0000 rik compilation fixes: define always_inline and don't use uint64_t_C
Sat, 23 Dec 2006 12:34:31 +0000 ods15 Sync to libnut, nom->num
Sat, 23 Dec 2006 12:12:39 +0000 voroshil r21736: Add <keycombo> barkup for key combinations
Sat, 23 Dec 2006 10:58:27 +0000 torinthiel Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
Sat, 23 Dec 2006 10:55:55 +0000 torinthiel Add <keycombo> markup for key combinations
Sat, 23 Dec 2006 02:47:38 +0000 diego Fix disabling individual demuxers, parsers and decoders
Sat, 23 Dec 2006 01:08:51 +0000 diego cosmetics: Rename variables to simplify upcoming patches.
Sat, 23 Dec 2006 00:10:33 +0000 diego Remove x11grab hack, it's now disabled by default in FFmpeg.
Fri, 22 Dec 2006 23:29:08 +0000 nicodvb smb:// can be used as an output stream
Fri, 22 Dec 2006 22:56:07 +0000 kraymer sync with r21655, based on a file conversion of help_mp-zh_CN.h
Fri, 22 Dec 2006 17:57:19 +0000 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
Fri, 22 Dec 2006 14:57:43 +0000 voroshil r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
Fri, 22 Dec 2006 11:22:49 +0000 lucabe Remove useless include (not needed now that libswscale uses libavutil)
Fri, 22 Dec 2006 07:15:24 +0000 voroshil Must refer to option name instead of internal variable
Fri, 22 Dec 2006 06:31:51 +0000 reynaldo fix correct addressing of user, some gram and ortographical fixes too - only partial
Fri, 22 Dec 2006 05:38:15 +0000 diego wording and markup improvements
Fri, 22 Dec 2006 05:33:17 +0000 diego small wording/markup improvements
Thu, 21 Dec 2006 23:10:18 +0000 kraymer sync of Spanish translation for help_mp-es.h
Thu, 21 Dec 2006 23:07:46 +0000 lorenm ffv1 and ffvhuff haven't required vstrict=-2 for a while
Thu, 21 Dec 2006 22:40:51 +0000 nicodvb fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
Thu, 21 Dec 2006 22:11:47 +0000 uau Fix display of multiple simultaneous subtitles without libass.
Thu, 21 Dec 2006 19:42:56 +0000 voroshil Fixed wrong sync tag
Thu, 21 Dec 2006 19:42:04 +0000 voroshil r21691: added smb:// to the list of allowed input urls
Thu, 21 Dec 2006 19:33:10 +0000 voroshil r21686: [cosmetocs] minor fixes after reformatting round
Thu, 21 Dec 2006 17:35:46 +0000 voroshil Typos, spelling fixes
Thu, 21 Dec 2006 16:43:21 +0000 reimar Remove duplicate vo_sub extern definition.
Thu, 21 Dec 2006 14:59:39 +0000 gpoirier Pass quant tables to next filters
Thu, 21 Dec 2006 09:45:07 +0000 voroshil Fixed:
Thu, 21 Dec 2006 08:09:32 +0000 diego consistent naming for revision tags
Thu, 21 Dec 2006 07:36:50 +0000 diego Remove very outdated Italian translation.
Thu, 21 Dec 2006 05:59:15 +0000 voroshil Typos
Thu, 21 Dec 2006 00:21:24 +0000 torinthiel Synced with 21706
Thu, 21 Dec 2006 00:20:34 +0000 torinthiel Synced with 21537
Thu, 21 Dec 2006 00:19:28 +0000 torinthiel Move message translation outside <screen> tags
Thu, 21 Dec 2006 00:09:25 +0000 torinthiel [cosmetics] <simpara> -> <para>, for consistency
Thu, 21 Dec 2006 00:08:23 +0000 torinthiel Still some reformatting:
Wed, 20 Dec 2006 20:30:08 +0000 nicodvb reindented after yesterday's commit
Wed, 20 Dec 2006 16:56:52 +0000 kraymer new file: DOCS/xml/zh_CN/mencoder.xml
Wed, 20 Dec 2006 15:58:15 +0000 lucabe Fix compilation of non-MMX code with gcc 2.95
Wed, 20 Dec 2006 15:31:50 +0000 kraymer alsa messages for Spanish help file
Wed, 20 Dec 2006 14:53:56 +0000 voroshil Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Wed, 20 Dec 2006 12:43:06 +0000 gpoirier synced with r21697
Wed, 20 Dec 2006 12:31:09 +0000 gpoirier typo fix in denoise3d's chroma_tmp option description
Wed, 20 Dec 2006 11:50:00 +0000 voroshil Translation of menc-feat-xvid sect1 in encoding-guide.xml
Wed, 20 Dec 2006 08:33:49 +0000 kraymer sync with r21655
Wed, 20 Dec 2006 00:08:49 +0000 kraymer add source files comments to libass messages
Tue, 19 Dec 2006 23:46:30 +0000 kraymer Spanish translation for libass help messages
Tue, 19 Dec 2006 22:38:21 +0000 nicodvb mentioned file:// and smb:// as alternative stream outputs for mencoder
Tue, 19 Dec 2006 22:33:33 +0000 nicodvb added smb:// to the list of allowed input urls
Tue, 19 Dec 2006 22:31:10 +0000 nicodvb support for writing over smb shares
Tue, 19 Dec 2006 21:11:58 +0000 nicodvb in WRITE mode open the output file with mode 0666; umask will filter it
Tue, 19 Dec 2006 17:58:59 +0000 voroshil Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
Tue, 19 Dec 2006 11:23:07 +0000 torinthiel Sync tag bumped to 21686
Tue, 19 Dec 2006 11:20:47 +0000 torinthiel [cosmetics] minor fixes after reformatting round
Tue, 19 Dec 2006 11:07:59 +0000 torinthiel Synced with 21537
Tue, 19 Dec 2006 11:07:32 +0000 torinthiel Synced with 21624
Tue, 19 Dec 2006 11:07:10 +0000 torinthiel Synced with 21612
Tue, 19 Dec 2006 01:31:23 +0000 kraymer r21465: [cosmetics] Reindent XML source
Tue, 19 Dec 2006 00:01:16 +0000 kraymer r21508: emphasis the fact that leaving black borders really hurts quality
Mon, 18 Dec 2006 23:48:45 +0000 nicodvb update the list of files I maintain
Mon, 18 Dec 2006 23:44:07 +0000 kraymer r21425: Some fixes for previous commit, 10l for me
Mon, 18 Dec 2006 23:40:49 +0000 kraymer r21423: Consistent capitalization of table entries
Mon, 18 Dec 2006 21:11:16 +0000 nicodvb output streams
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Mon, 18 Dec 2006 20:56:24 +0000 nicodvb support functions for writing to streams
Mon, 18 Dec 2006 20:55:12 +0000 nicodvb implemented STREAM_CTRL_GET_SIZE
Mon, 18 Dec 2006 20:54:38 +0000 nicodvb new STREAM_CTRL_GET_SIZE to get size of output stream
Mon, 18 Dec 2006 20:53:40 +0000 nicodvb in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
Mon, 18 Dec 2006 20:50:31 +0000 nicodvb added member and definitions for output streams
Mon, 18 Dec 2006 18:55:46 +0000 reimar Color console had a big bug nobody noticed, so mark this feature as
Mon, 18 Dec 2006 18:50:46 +0000 reimar Fix possible crashes with colorized mplayer output
Mon, 18 Dec 2006 15:24:55 +0000 kraymer remove outdated html docs, Chinese translation
Mon, 18 Dec 2006 15:15:21 +0000 reimar doxify a comment
Mon, 18 Dec 2006 15:14:23 +0000 reimar Require 12 consecutive MPEG-audio headers before detecting as audio.
Mon, 18 Dec 2006 01:19:34 +0000 kraymer svn move xml/zh to xml/zh_CN
Sun, 17 Dec 2006 22:46:06 +0000 nicodvb -dvd-speed
Sun, 17 Dec 2006 22:34:58 +0000 rtogni lavc vp6 decoder now supports also VP60 and VP61
Sun, 17 Dec 2006 20:51:03 +0000 voroshil r21651: add missing line break
Sun, 17 Dec 2006 20:33:30 +0000 voroshil r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
Sun, 17 Dec 2006 20:25:06 +0000 voroshil Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
Sun, 17 Dec 2006 19:52:08 +0000 gpoirier more sensible names for denoiser options
Sun, 17 Dec 2006 18:59:00 +0000 kraymer typo
Sun, 17 Dec 2006 18:56:04 +0000 kraymer r21654: add man page entry for new -dvd-speed option
Sun, 17 Dec 2006 18:34:33 +0000 gpoirier document hqdn3d and dn3d's 4th parameter
Sun, 17 Dec 2006 18:28:55 +0000 kraymer make messages for success/failure of setting dvd-speed more clear
Sun, 17 Dec 2006 18:26:42 +0000 kraymer add man page entry for new -dvd-speed option
Sun, 17 Dec 2006 18:16:30 +0000 kraymer r21561: update vbuf_size and suggest 400 for HDTV video
Sun, 17 Dec 2006 18:10:49 +0000 nicodvb support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
Sun, 17 Dec 2006 18:05:18 +0000 kraymer add missing line break
Sun, 17 Dec 2006 13:00:53 +0000 voroshil r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
Sun, 17 Dec 2006 12:53:29 +0000 voroshil r21621: mpegts uses 3-letter language codes
Sun, 17 Dec 2006 12:35:12 +0000 eugeni Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
Sun, 17 Dec 2006 12:33:09 +0000 reimar Fix compilation under MinGW with X11 enabled
Sun, 17 Dec 2006 12:00:55 +0000 eugeni Update some comments.
Sun, 17 Dec 2006 10:10:53 +0000 torinthiel Ignore main.xml properly
Sun, 17 Dec 2006 09:10:26 +0000 torinthiel Partially revert r20940, we had some local modifications.
Sun, 17 Dec 2006 08:42:37 +0000 torinthiel CVS -> SVN
Sun, 17 Dec 2006 08:41:25 +0000 torinthiel - there's no <book lang=""> for ages, it's automated
Sun, 17 Dec 2006 08:29:42 +0000 torinthiel Initial Chinese translation, by Kun Niu, haoniukun gmail com
Sat, 16 Dec 2006 23:59:06 +0000 reimar Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.
Sat, 16 Dec 2006 21:24:12 +0000 reimar Get rid of completely useless includes that in addition hinder compilation
Sat, 16 Dec 2006 20:02:26 +0000 reimar Simplify: get rid of useless lame_presets_longinfo_dm function.
Sat, 16 Dec 2006 19:59:37 +0000 reimar Fix FIXME mp_msg levels and targets
Sat, 16 Dec 2006 19:35:48 +0000 eugeni Cosmetics: fix indentation.
Sat, 16 Dec 2006 19:34:00 +0000 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
Sat, 16 Dec 2006 19:29:33 +0000 eugeni Avoid storing font file path and index in ass_font_t.
Sat, 16 Dec 2006 19:28:21 +0000 eugeni Remove a mistakenly committed debug printf.
Sat, 16 Dec 2006 19:24:01 +0000 eugeni FT_Set_Transform is fast enough to be called once for each glyph.
Sat, 16 Dec 2006 19:19:27 +0000 eugeni Avoid "pointer targets differ in signedness" warnings.
Sat, 16 Dec 2006 19:17:50 +0000 eugeni Move ascender, descender, and kerning computation to ass_font.c.
Fri, 15 Dec 2006 23:12:50 +0000 nicodvb simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
Fri, 15 Dec 2006 23:09:01 +0000 rtogni Force lavf on flv streams. Closes bugzilla #354
Fri, 15 Dec 2006 22:13:24 +0000 nicodvb dvdnav support -alang and -slang
Fri, 15 Dec 2006 21:51:20 +0000 reimar ASF aspect support via metadata reading.
Fri, 15 Dec 2006 19:35:06 +0000 eugeni VobSub tracks cannot be handled by libass, do not mark them with 'a'.
Fri, 15 Dec 2006 18:55:17 +0000 rathann RedHat RPMs are long gone. Greysector repository is going away, and I've
Fri, 15 Dec 2006 09:41:39 +0000 reimar Compilation fix hacks: disable libavformat X11 grabber and
Fri, 15 Dec 2006 08:20:05 +0000 ods15 gcc 2.95 fix
Thu, 14 Dec 2006 23:47:43 +0000 nicodvb mpegts uses 3-letter language codes
Thu, 14 Dec 2006 23:11:11 +0000 nicodvb show audio language in osd when playing dvdnav streams
Thu, 14 Dec 2006 23:08:09 +0000 nicodvb implemented dvdnav_lang_from_aid() to retrieve audio language
Thu, 14 Dec 2006 22:37:13 +0000 nicodvb call dvd_lang_from_aid() only if stream_type is DVD
Thu, 14 Dec 2006 22:12:28 +0000 nicodvb support for -alang in dvdnav
Thu, 14 Dec 2006 22:11:43 +0000 nicodvb added dvdnav_aid_from_lang() to support -alang
Thu, 14 Dec 2006 18:14:57 +0000 reimar 10l, missing () in check for 32bit endian-conversion hack
Thu, 14 Dec 2006 16:48:26 +0000 voroshil r21612: replace &quot; with ", better readability
Thu, 14 Dec 2006 13:50:46 +0000 voroshil transliteration -> translation for "dB" and "intra"
Thu, 14 Dec 2006 13:49:57 +0000 torinthiel replace &quot; with ", better readability
Wed, 13 Dec 2006 23:24:29 +0000 corey Add missing redirect to /dev/null.
Wed, 13 Dec 2006 18:49:46 +0000 voroshil r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
Wed, 13 Dec 2006 18:41:33 +0000 voroshil spelling fix
Wed, 13 Dec 2006 11:23:15 +0000 diego __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
Wed, 13 Dec 2006 10:59:14 +0000 diego Ugly hotfix for --disable-mencoder.
Tue, 12 Dec 2006 23:44:33 +0000 diego wording
Tue, 12 Dec 2006 20:36:38 +0000 reimar Always use tcgetattr/tcsetattr instead of #ifdef mess
Tue, 12 Dec 2006 20:29:30 +0000 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
Tue, 12 Dec 2006 19:17:47 +0000 reimar Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
Tue, 12 Dec 2006 19:13:48 +0000 reimar Support for different endianness on client and server with -vo x11
Tue, 12 Dec 2006 19:03:57 +0000 reimar Align image data pointer, this is also in preparation of an upcoming patch
Tue, 12 Dec 2006 18:43:10 +0000 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
Tue, 12 Dec 2006 09:40:49 +0000 gpoirier vstrict=0 is required to create DVDs decodable by standalone dvd players
Mon, 11 Dec 2006 22:37:17 +0000 reimar Mark utf8_get_char parameter as const and fix a compiler warning
Mon, 11 Dec 2006 22:32:13 +0000 reimar Another simplification
Mon, 11 Dec 2006 22:29:08 +0000 reimar Reuse utf8_get_char in subtitle rendering code.
Mon, 11 Dec 2006 19:49:04 +0000 reimar More ChangeLog updates
Mon, 11 Dec 2006 18:50:52 +0000 henry count needs to be even
Mon, 11 Dec 2006 14:53:40 +0000 gpoirier sync w/r21561
Mon, 11 Dec 2006 14:21:21 +0000 gpoirier sync w/ r21506 and misc
Mon, 11 Dec 2006 13:05:30 +0000 gpoirier sync w/ r21486
Mon, 11 Dec 2006 10:23:33 +0000 diego Fix --extra-libs-mplayer and --extra-libs-mencoder.
Mon, 11 Dec 2006 10:19:26 +0000 diego small updates, cosmetics
Mon, 11 Dec 2006 08:59:43 +0000 reimar 10l, forgot to add _inc_x11 to X11 cc check
Mon, 11 Dec 2006 08:35:49 +0000 henry (hopefully) the rest of PPC modifications
Sun, 10 Dec 2006 22:45:32 +0000 reimar OpenAL volume control
Sun, 10 Dec 2006 22:12:48 +0000 reimar Better default CFLAGS for non-gnu, non-intel compilers
Sun, 10 Dec 2006 21:37:00 +0000 reimar Respect -noidx in lavf demuxer
Sun, 10 Dec 2006 19:47:24 +0000 reimar Make sure closesocket is called.
Sun, 10 Dec 2006 19:38:41 +0000 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
Sun, 10 Dec 2006 19:35:39 +0000 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
Sun, 10 Dec 2006 19:25:59 +0000 torinthiel Revert my previous, broken commit
Sun, 10 Dec 2006 18:59:28 +0000 reimar Only increase buffer size to avoid crashes when seeking in
Sun, 10 Dec 2006 17:28:56 +0000 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
Sun, 10 Dec 2006 17:28:01 +0000 nicodvb show subtitle language in OSD ; patch by Otvos Attila
Sun, 10 Dec 2006 17:25:54 +0000 nicodvb added function to return the language of the specified subtitle id. Patch by
Sun, 10 Dec 2006 16:52:58 +0000 reimar Fix realvideo size changes by using our own malloced buffer and export type mpi.
Sun, 10 Dec 2006 15:10:46 +0000 reimar Add x11 include path only to _inc_extra if X11 is actually enabled.
Sun, 10 Dec 2006 14:46:37 +0000 reimar Remove no longer needed always_inline hack in mpbswap.h
Sun, 10 Dec 2006 14:07:08 +0000 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
Sun, 10 Dec 2006 14:04:27 +0000 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
Sun, 10 Dec 2006 13:17:54 +0000 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
Sun, 10 Dec 2006 11:53:19 +0000 reimar ffmjpeg uses RGB24 for JPEG-LS
Sun, 10 Dec 2006 08:19:21 +0000 voroshil r21561: update vbuf_size and suggest 400 for HDTV video
Sun, 10 Dec 2006 01:38:54 +0000 nplourde vo_macosx, fix crash when closing window
Sun, 10 Dec 2006 01:10:53 +0000 reimar Fix a compiler warning
Sun, 10 Dec 2006 01:08:32 +0000 reimar Set frequency and correct frequency getting
Sun, 10 Dec 2006 00:50:38 +0000 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
Sun, 10 Dec 2006 00:21:35 +0000 reimar Remove a disabled and completely outdated sample rate mismatch warning.
Sat, 09 Dec 2006 23:57:28 +0000 nplourde vo_macosx.m disable window animation when going to fullscreen
Sat, 09 Dec 2006 22:24:07 +0000 nicodvb update vbuf_size and suggest 400 for HDTV video
Sat, 09 Dec 2006 22:21:37 +0000 nicodvb align vbuf_size to the max value allowed by main profile @ high level
Sat, 09 Dec 2006 21:28:38 +0000 Gabrov synced with r21558
Sat, 09 Dec 2006 19:50:08 +0000 reimar Fix misplaced http_free
Sat, 09 Dec 2006 19:34:46 +0000 reimar Fix potential endless loop in http_streaming_start due
Sat, 09 Dec 2006 19:33:28 +0000 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
Sat, 09 Dec 2006 19:24:12 +0000 nicodvb use dvdnav's palette if available
Sat, 09 Dec 2006 19:23:35 +0000 nicodvb export spu palette; part of a patch by Otvos Attila
Sat, 09 Dec 2006 19:12:51 +0000 reimar Avoid memory and fd leaks in asf streaming open code.
Sat, 09 Dec 2006 18:57:48 +0000 reimar Forgotten closesocket on error, patch by
Sat, 09 Dec 2006 18:54:12 +0000 reimar Close fd on error.
Sat, 09 Dec 2006 18:09:41 +0000 reimar Fix ppc without altivec compilation
Sat, 09 Dec 2006 13:32:46 +0000 reimar cscd produces BGR15, not BGR16
Sat, 09 Dec 2006 12:25:25 +0000 reimar Replace another MIN macro by FFMIN
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Sat, 09 Dec 2006 12:14:14 +0000 reimar Improve OpenAL speaker positions a bit.
Sat, 09 Dec 2006 11:59:49 +0000 reimar Remove condition that should always be true
Sat, 09 Dec 2006 11:59:09 +0000 reimar Fix crash in ogg demuxer uninit with -aid
Sat, 09 Dec 2006 11:45:41 +0000 reimar Half-properly set up OpenAL position stuff
Sat, 09 Dec 2006 10:34:27 +0000 henry sync to libmpeg2-0.4.1
Sat, 09 Dec 2006 09:27:35 +0000 voroshil r21537: General reformatting round:
Sat, 09 Dec 2006 00:09:45 +0000 nplourde do not force arch and isysroot in osx
Fri, 08 Dec 2006 17:20:21 +0000 voroshil Fix bmovl-test build error
Fri, 08 Dec 2006 11:43:09 +0000 torinthiel Ignore .depend properly
Fri, 08 Dec 2006 11:38:06 +0000 torinthiel General reformatting round:
Fri, 08 Dec 2006 09:50:12 +0000 torinthiel .norecurse should be ignored
Thu, 07 Dec 2006 20:53:05 +0000 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
Thu, 07 Dec 2006 18:10:16 +0000 kraymer r21531: Document geq filter.
Thu, 07 Dec 2006 17:51:51 +0000 voroshil r21529: spelling
Thu, 07 Dec 2006 14:16:17 +0000 voroshil Typo
Thu, 07 Dec 2006 14:09:46 +0000 diego Document geq filter.
Thu, 07 Dec 2006 14:06:12 +0000 kraymer r21529: spelling
Thu, 07 Dec 2006 13:58:12 +0000 diego spelling
Thu, 07 Dec 2006 13:55:39 +0000 diego Fix mplayer-rc.o build.
Thu, 07 Dec 2006 13:11:23 +0000 kraymer r21503: updated documentation of -mpegopts :tele*
Thu, 07 Dec 2006 13:02:40 +0000 jheryan Synced with 30.11.2006
Thu, 07 Dec 2006 12:02:51 +0000 reimar vorbis_comment is only used locally, move it out of demuxer struct
Thu, 07 Dec 2006 12:02:01 +0000 reimar Remove unused ov_struct_t
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 06 Dec 2006 18:44:26 +0000 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
Wed, 06 Dec 2006 18:16:02 +0000 voroshil Translated section "GENERAL ENCODING OPTIONS"
Wed, 06 Dec 2006 12:25:52 +0000 reimar Simplify NEXT_LINE macro and put most of it in a separate function.
Wed, 06 Dec 2006 12:23:32 +0000 reimar remove useless and incorrect const-removing cast
Wed, 06 Dec 2006 12:19:30 +0000 reimar Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
Wed, 06 Dec 2006 11:28:49 +0000 reimar Properly free fontconfig patterns
Wed, 06 Dec 2006 10:46:50 +0000 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
Wed, 06 Dec 2006 10:42:30 +0000 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
Wed, 06 Dec 2006 10:41:34 +0000 reimar Fix memleak if vd_ffmpeg init fails
Wed, 06 Dec 2006 10:11:23 +0000 reimar Also free ass_library_t members in ass_library_done
Tue, 05 Dec 2006 19:51:35 +0000 voroshil r21503: updated documentation of -mpegopts :tele*
Tue, 05 Dec 2006 19:49:19 +0000 voroshil r21508: emphasis the fact that leaving black borders really hurts quality
Tue, 05 Dec 2006 19:42:10 +0000 voroshil Translation of "VIDEO FILTERS" section.
Tue, 05 Dec 2006 18:30:48 +0000 reimar Make sure invalid protocols are rejected instead of treated
Tue, 05 Dec 2006 10:51:28 +0000 gpoirier emphasis the fact that leaving black borders really hurts quality
Tue, 05 Dec 2006 07:14:05 +0000 gpoirier update local diff after r20779
Tue, 05 Dec 2006 00:41:43 +0000 nicodvb wording fix suggested by Diego
Tue, 05 Dec 2006 00:01:19 +0000 nplourde fix include clash for mmap_anon on darwin ppc
Mon, 04 Dec 2006 23:56:03 +0000 nplourde force ppc arch and 10.3.9 sys lib on ppc mac
Mon, 04 Dec 2006 22:14:44 +0000 nicodvb updated documentation of -mpegopts :tele*
Mon, 04 Dec 2006 22:08:11 +0000 nicodvb disable telecining when it can't be applied
Mon, 04 Dec 2006 21:58:07 +0000 nicodvb since display_frames in increased by a possibly negative number it had better be signed
Mon, 04 Dec 2006 21:27:05 +0000 nicodvb cosmetics
Mon, 04 Dec 2006 21:24:39 +0000 nicodvb removed dead code
Mon, 04 Dec 2006 21:20:01 +0000 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
Mon, 04 Dec 2006 20:38:46 +0000 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
Mon, 04 Dec 2006 20:28:27 +0000 reimar Move cddb "autodetection" so it also works for libcdio
Mon, 04 Dec 2006 20:20:32 +0000 reimar Add full support for en-/disabling cddb support
Mon, 04 Dec 2006 19:46:47 +0000 kraymer r21372: Some punctuation cosmetics and better wording
Mon, 04 Dec 2006 19:06:19 +0000 kraymer help_mp-de.h:
Mon, 04 Dec 2006 18:07:00 +0000 kraymer fix sentence, reformat
Mon, 04 Dec 2006 16:55:02 +0000 voroshil r21484: documented -mpegopts :tele_src and :tele_dest
Mon, 04 Dec 2006 16:45:17 +0000 voroshil r21476: Open embedded fonts directly from memory....
Mon, 04 Dec 2006 11:59:23 +0000 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
Mon, 04 Dec 2006 10:24:00 +0000 diego slight clarification
Mon, 04 Dec 2006 09:30:15 +0000 gpoirier document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
Mon, 04 Dec 2006 06:25:06 +0000 voroshil Improoving readability of pullup filter section
Mon, 04 Dec 2006 00:52:11 +0000 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
Mon, 04 Dec 2006 00:28:43 +0000 nicodvb documented -mpegopts :tele_src and :tele_dest
Mon, 04 Dec 2006 00:02:15 +0000 nicodvb added generalized teleciner by Donald Graft
Sun, 03 Dec 2006 21:43:57 +0000 reimar Remove unused function pointers, they probably had incorrect prototypes
Sun, 03 Dec 2006 21:18:59 +0000 aurel remove headers included twice
Sun, 03 Dec 2006 21:17:51 +0000 aurel use strchr() instead of index()
Sun, 03 Dec 2006 21:06:52 +0000 gpoirier sync w/ r21452
Sun, 03 Dec 2006 20:26:00 +0000 reimar mmap memory area for generated code to avoid crashes on machines which
Sun, 03 Dec 2006 19:49:39 +0000 reimar Fix 21381, make sure gcc does not make any ip-relative calls or similar.
Sun, 03 Dec 2006 18:24:11 +0000 eugeni Open embedded fonts directly from memory.
Sun, 03 Dec 2006 18:22:07 +0000 voroshil One FIXME (CC subtitles related) resolved.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Sun, 03 Dec 2006 17:46:37 +0000 reimar Compile fix, BE_32 definition has been moved
Sun, 03 Dec 2006 17:45:37 +0000 voroshil r21462: mention all other image formats
Sun, 03 Dec 2006 17:35:40 +0000 eugeni Rename: ass_process_font -> ass_add_font.
Sun, 03 Dec 2006 16:41:55 +0000 reimar Use libavutil LE_* macros instead of pointer casts which can result
Sun, 03 Dec 2006 16:10:23 +0000 eugeni Avoid calling validate_fname() twice for one string.
Sun, 03 Dec 2006 14:01:22 +0000 reimar Do not call usec_sleep when we are not supposed to sleep.
Sun, 03 Dec 2006 13:12:29 +0000 torinthiel Synced with r21466
Sun, 03 Dec 2006 12:19:22 +0000 torinthiel [cosmetics] Consistent XML source formatting
Sun, 03 Dec 2006 12:12:29 +0000 torinthiel [cosmetics] Reindent XML source
Sun, 03 Dec 2006 12:06:08 +0000 nicodvb cosmetics: anti-chaos reindentation
Sun, 03 Dec 2006 12:01:21 +0000 torinthiel Synced with r21462
Sun, 03 Dec 2006 11:49:09 +0000 torinthiel mention all other image formats
Sun, 03 Dec 2006 11:35:11 +0000 reimar Unicode support for demuxer info in ASF demuxer.
Sun, 03 Dec 2006 11:23:04 +0000 reimar Open vobsub output files in binary mode, otherwise the OS might
Sun, 03 Dec 2006 09:59:55 +0000 reimar 100l typo in 21380 disabled OSD with at least xvmc.
Sun, 03 Dec 2006 06:38:45 +0000 voroshil fix two overlooked typos in previous sync cause build error
Sun, 03 Dec 2006 06:35:39 +0000 voroshil Fix translation error in previous sync
Sun, 03 Dec 2006 06:32:07 +0000 voroshil muxer FIXME resolved
Sun, 03 Dec 2006 06:29:04 +0000 voroshil r21423: Consistent capitalization of table entries
Sun, 03 Dec 2006 06:05:12 +0000 voroshil fixed missing tag update
Sun, 03 Dec 2006 05:59:30 +0000 voroshil r21430: documented -mpegopts :[va]buf_size
Sun, 03 Dec 2006 00:29:07 +0000 gpoirier document s3fb video out driver
Sat, 02 Dec 2006 20:54:51 +0000 diego Use fallback XAnim and Real codecs directories when autodetection is skipped.
Sat, 02 Dec 2006 20:49:35 +0000 diego Remove warning about missing codecs directory, the condition is always true.
Sat, 02 Dec 2006 20:32:28 +0000 diego Merge dga/nodga suboption of vo_vesa, no short forms.
Sat, 02 Dec 2006 19:59:35 +0000 reimar Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
Sat, 02 Dec 2006 18:51:01 +0000 Gabrov synced with r21446
Sat, 02 Dec 2006 17:32:53 +0000 diego Remove long-deprecated -vop option.
Sat, 02 Dec 2006 17:29:56 +0000 diego Replace deprecated vo_plugin_args by vf_settings.
Sat, 02 Dec 2006 17:24:17 +0000 diego cosmetics: Rename functions and variable names from vop to vf.
Sat, 02 Dec 2006 17:04:01 +0000 eugeni Set video aspect ratio for libass in vf_vo.
Sat, 02 Dec 2006 16:49:13 +0000 diego Update comment, video output plugins are deprecated.
Sat, 02 Dec 2006 16:07:17 +0000 diego Audio track switching works for AVI and libavformat as well.
Sat, 02 Dec 2006 14:50:12 +0000 nicodvb doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
Sat, 02 Dec 2006 14:00:41 +0000 Gabrov synced with r21438
Sat, 02 Dec 2006 12:33:59 +0000 diego Fix includes and include path, bswap.h is in libavutil now.
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Sat, 02 Dec 2006 12:08:25 +0000 diego Remove suffix rules that are just copies of make builtin rules.
Sat, 02 Dec 2006 11:41:58 +0000 diego Use standard name for C++ flags.
Sat, 02 Dec 2006 11:09:01 +0000 diego Move system headers before libavutil headers to work around build issues on
Sat, 02 Dec 2006 10:00:03 +0000 reimar Compile fix since libvo/sub.h include was removed from mplayer.h
Sat, 02 Dec 2006 07:56:05 +0000 voroshil Translated section "AUDIO FILTERS"
Sat, 02 Dec 2006 07:44:03 +0000 voroshil Typo
Sat, 02 Dec 2006 00:04:03 +0000 nicodvb documented -mpegopts :[va]buf_size
Fri, 01 Dec 2006 23:51:51 +0000 nicodvb permit to specify the sizes of the decoders' buffers
Fri, 01 Dec 2006 23:48:07 +0000 nplourde fix mencoder include clash on osx
Fri, 01 Dec 2006 23:43:53 +0000 torinthiel Synced with r21395
Fri, 01 Dec 2006 23:42:50 +0000 torinthiel Sync r21425
Fri, 01 Dec 2006 23:41:55 +0000 torinthiel Some fixes for previous commit, 10l for me
Fri, 01 Dec 2006 21:52:42 +0000 torinthiel Reformat examples:
Fri, 01 Dec 2006 21:42:55 +0000 torinthiel Consistent capitalization of table entries
Fri, 01 Dec 2006 19:43:36 +0000 reimar 100l confused FFMIN/FFMAX
Fri, 01 Dec 2006 19:24:42 +0000 reimar Proper fix for last demux_avi commit, stream switching now really should
Fri, 01 Dec 2006 18:51:44 +0000 reimar Make sure we do not hang if no streams are available
Fri, 01 Dec 2006 17:57:29 +0000 reimar Implement stream switching for AVI demuxer.
Fri, 01 Dec 2006 17:56:41 +0000 henry update for r21415 and r21416
Fri, 01 Dec 2006 17:51:44 +0000 reimar Cleanup and fix rectangle size calculation, caused crashes with e.g.
Fri, 01 Dec 2006 17:49:59 +0000 henry fix incorrect 4:4:4 chroma handling (backport from 0.4.1)
Fri, 01 Dec 2006 17:47:55 +0000 henry ignore invalid values in the sequence display extension (backport from 0.4.1)
Fri, 01 Dec 2006 17:30:49 +0000 voroshil r21410: document new meaning of dia=1 introduced by lavc r7192
Fri, 01 Dec 2006 15:34:00 +0000 gpoirier mark lavc's uneven multi-hexagon search as slow, remove stray '.'
Fri, 01 Dec 2006 15:04:46 +0000 diego Fix a declarations vs statements warning.
Fri, 01 Dec 2006 14:58:11 +0000 diego Fix declarations vs statements warning.
Fri, 01 Dec 2006 13:17:07 +0000 gpoirier document new meaning of dia=-1 introduced by lavc r7192
Fri, 01 Dec 2006 11:27:21 +0000 diego Add libav include paths to CFLAGS without indirection.
Fri, 01 Dec 2006 11:24:19 +0000 diego Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
Fri, 01 Dec 2006 08:40:28 +0000 gpoirier remove duplicate entry
Fri, 01 Dec 2006 01:11:42 +0000 diego Add libav include paths to CFLAGS without indirection.
Thu, 30 Nov 2006 21:59:55 +0000 ivo move reserved_bytes out of packet_footer. this makes all packets uniform.
Thu, 30 Nov 2006 17:55:00 +0000 reimar Use av_int2flt/av_int2dbl to read float values. This is simpler and more
Thu, 30 Nov 2006 17:48:00 +0000 reimar Move initialization of sh_audio/sh_video members to aviheader
Thu, 30 Nov 2006 16:10:00 +0000 voroshil r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
Thu, 30 Nov 2006 16:08:43 +0000 voroshil r21372: Some punctuation cosmetics and better wording
Thu, 30 Nov 2006 15:49:30 +0000 voroshil r21367: If a glyph is not found in the current font, switch to another one.
Thu, 30 Nov 2006 12:50:34 +0000 gpoirier fix suggested by Diego
Thu, 30 Nov 2006 09:27:45 +0000 gpoirier improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
Thu, 30 Nov 2006 08:48:31 +0000 gpoirier fix indentation after last commit
Thu, 30 Nov 2006 08:47:29 +0000 gpoirier add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
Wed, 29 Nov 2006 23:50:18 +0000 torinthiel Better wording for previous commit
Wed, 29 Nov 2006 23:11:59 +0000 torinthiel Typo
Wed, 29 Nov 2006 20:46:27 +0000 henry add missing r15484
Wed, 29 Nov 2006 17:58:39 +0000 rathann Add another FourCC found in the wild, for example:
Wed, 29 Nov 2006 15:17:49 +0000 diego Remove duplicate OPTFLAGS from CFLAGS.
Wed, 29 Nov 2006 15:14:03 +0000 diego Remove some superfluous include CFLAGS.
Wed, 29 Nov 2006 15:10:11 +0000 diego Explain reason for -I.. in CFLAGS here.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Wed, 29 Nov 2006 14:53:32 +0000 diego Fix macro redefinition warning.
Wed, 29 Nov 2006 14:08:24 +0000 reimar Remove some of the worst "headers include headers which include
Wed, 29 Nov 2006 13:49:48 +0000 reimar Avoid compiling code using %ah etc. on AMD64, since that will not work
Wed, 29 Nov 2006 12:56:52 +0000 reimar Get rid of stubs.S, move code to inline asm.
Wed, 29 Nov 2006 12:55:17 +0000 reimar Cosmetics: remove unused and commented out add_stub function header
Wed, 29 Nov 2006 12:44:05 +0000 reimar Some extra checks and safety space for add_stub function.
Wed, 29 Nov 2006 12:20:05 +0000 reimar Change add_stub code to also work without -fomit-frame-pointer
Wed, 29 Nov 2006 11:57:16 +0000 reimar EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
Wed, 29 Nov 2006 11:07:30 +0000 diego Add /usr/local/lib and /usr/local/include to the linker/compiler
Wed, 29 Nov 2006 10:51:39 +0000 diego support for Westwood SND1 audio
Wed, 29 Nov 2006 10:33:42 +0000 diego `sdl-config --libs` under mingw32 will give -lmingw32, which leads to
Wed, 29 Nov 2006 10:24:43 +0000 diego URL fix
Wed, 29 Nov 2006 10:13:26 +0000 torinthiel Synced with r21374
Wed, 29 Nov 2006 10:03:45 +0000 torinthiel Fix URL, it has moved.
Wed, 29 Nov 2006 10:02:37 +0000 torinthiel Synced with r21372
Wed, 29 Nov 2006 09:41:57 +0000 torinthiel Some punctuation cosmetics and better wording
Wed, 29 Nov 2006 08:55:24 +0000 aurel Sync with FFmpeg changes for encoder/decoder registration.
Tue, 28 Nov 2006 23:53:07 +0000 uau Fix 2 header bugs introduced by nplourde's previous commit:
Tue, 28 Nov 2006 23:13:08 +0000 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
Tue, 28 Nov 2006 23:05:45 +0000 nplourde adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>
Tue, 28 Nov 2006 22:50:02 +0000 eugeni If a glyph is not found in the current font, switch to another one.
Tue, 28 Nov 2006 22:44:40 +0000 eugeni Skip glyphs with char code < 0x20.
Tue, 28 Nov 2006 22:20:24 +0000 eugeni Add FT_Library to ass_font_t.
Tue, 28 Nov 2006 22:17:33 +0000 eugeni Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
Tue, 28 Nov 2006 19:01:04 +0000 reimar Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
Tue, 28 Nov 2006 18:54:13 +0000 reimar Make me maintainer of demux_nuv since I am the only one
Tue, 28 Nov 2006 18:41:47 +0000 voroshil r21306: fix compilation for win32 dll codec support for intel osx
Tue, 28 Nov 2006 18:34:08 +0000 reimar Remove long double reading code, long double was never used AFAICT and
Tue, 28 Nov 2006 18:29:58 +0000 voroshil r21298: "D" interactive key also works with yadif now
Tue, 28 Nov 2006 18:29:24 +0000 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
Tue, 28 Nov 2006 16:50:39 +0000 diego Cycling through video tracks works with libavformat as well.
Tue, 28 Nov 2006 12:46:38 +0000 diego Remove #ifdef __OpenBSD__, there is no indication this is needed.
Tue, 28 Nov 2006 12:04:59 +0000 diego support Intel Core 2 and AMD Geode in the processor detection routines
Tue, 28 Nov 2006 11:54:12 +0000 diego Generate OBJS from SRCS in a more elegant and less redundant way.
Tue, 28 Nov 2006 11:53:08 +0000 diego cosmetics: Sort SRCS by alphabetical order.
Tue, 28 Nov 2006 10:04:41 +0000 diego Unrecurse VIDIX installation.
Tue, 28 Nov 2006 09:36:39 +0000 diego Unrecurse VIDIX drivers uninstall.
Tue, 28 Nov 2006 09:33:53 +0000 diego Remove one level of indirection on VIDIX install/uninstall.
Mon, 27 Nov 2006 23:25:08 +0000 nicodvb cosmetical reformatting
Mon, 27 Nov 2006 23:21:23 +0000 nicodvb feed the content of NAV_PACKET to the demuxer
Mon, 27 Nov 2006 22:57:42 +0000 diego Shorten LIBAV_INC handling.
Mon, 27 Nov 2006 22:55:46 +0000 diego Merge _ld_arch into _ld_extra.
Mon, 27 Nov 2006 22:52:31 +0000 diego cosmetics to ease future patching
Mon, 27 Nov 2006 22:48:54 +0000 diego Disable cddb on Darwin at Reimar's request.
Mon, 27 Nov 2006 22:34:03 +0000 diego _ld_sock is already in _ld_extra.
Mon, 27 Nov 2006 22:02:06 +0000 diego Add a config.mak variable for CDDB.
Mon, 27 Nov 2006 21:59:13 +0000 reimar Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
Mon, 27 Nov 2006 21:02:06 +0000 diego Note that ffxandpcm only works with libavformat.
Mon, 27 Nov 2006 17:56:49 +0000 eugeni Don't include freetype headers in other headers.
Mon, 27 Nov 2006 17:53:33 +0000 eugeni Fix compilation broken in previous commit.
Mon, 27 Nov 2006 17:50:05 +0000 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
Mon, 27 Nov 2006 17:34:47 +0000 eugeni Cosmetics: reindent.
Mon, 27 Nov 2006 17:33:59 +0000 eugeni Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
Mon, 27 Nov 2006 17:22:31 +0000 kraymer help messages:
Mon, 27 Nov 2006 17:13:52 +0000 eugeni Move ass_font_t allocation to ass_font.h.
Mon, 27 Nov 2006 16:56:57 +0000 kraymer insert line break for overly long line (second line indented)
Mon, 27 Nov 2006 16:47:27 +0000 diego wrapper.S should be compiled on non-Darwin, non-Windows systems.
Mon, 27 Nov 2006 16:21:10 +0000 eugeni Initialize font size with 0.
Mon, 27 Nov 2006 16:17:29 +0000 reimar Remove unused unk_exp1 loader asm code
Mon, 27 Nov 2006 15:46:36 +0000 ptt localization of parser-m*cmd.c messages
Mon, 27 Nov 2006 14:27:33 +0000 diego Ignore libmpmux.a.
Mon, 27 Nov 2006 14:26:52 +0000 diego Split muxers into a separate library that only MEncoder is linked against.
Mon, 27 Nov 2006 13:42:36 +0000 diego FFmpeg-style dependency declaration
Mon, 27 Nov 2006 13:38:13 +0000 diego Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
Mon, 27 Nov 2006 13:32:24 +0000 diego Move common code to mpcommon.mak.
Mon, 27 Nov 2006 13:19:34 +0000 diego Sync with FFmpeg changes for (de)muxer registration.
Mon, 27 Nov 2006 13:03:11 +0000 diego test1 --> test
Mon, 27 Nov 2006 12:09:58 +0000 diego cosmetics: Merge SRCS together, alphabetical order, whitespace.
Mon, 27 Nov 2006 12:07:14 +0000 nplourde oops someone forgot obj-c source file
Mon, 27 Nov 2006 12:02:56 +0000 diego cosmetics:indentation
Mon, 27 Nov 2006 12:00:49 +0000 diego Untangle dependencies that are handled by configure.
Mon, 27 Nov 2006 11:48:29 +0000 diego Remove unused LIBAV_INC variable.
Mon, 27 Nov 2006 11:31:25 +0000 diego Remove superfluous dependency declaration on real header files.
Mon, 27 Nov 2006 11:25:15 +0000 diego simplify test target
Mon, 27 Nov 2006 11:19:49 +0000 diego Simplify, TARGET_WIN32 is both Cygwin and MinGW.
Mon, 27 Nov 2006 11:11:14 +0000 diego Simplify test program generation.
Mon, 27 Nov 2006 10:58:03 +0000 diego Remove superfluous CFLAGS declaration (is in mpcommon.mak).
Mon, 27 Nov 2006 10:53:40 +0000 diego There are no .s files in mp3lib/, remove the corresponding suffix rule.
Mon, 27 Nov 2006 10:49:44 +0000 diego libac3 was removed ages ago, remove the related test target.
Mon, 27 Nov 2006 10:44:43 +0000 diego .s files don't exist anymore.
Mon, 27 Nov 2006 08:56:42 +0000 torinthiel Synced with r21168
Mon, 27 Nov 2006 02:44:06 +0000 nplourde fix compilation for win32 dll codec support for intel osx
Mon, 27 Nov 2006 02:20:15 +0000 diego Remove unnecessary header indirection.
Mon, 27 Nov 2006 01:53:05 +0000 diego Use standard SRCS2 name for MEncoder sources.
Mon, 27 Nov 2006 01:40:39 +0000 diego Move common code for generating multiple libraries to mpcommon.mak.
Mon, 27 Nov 2006 01:36:13 +0000 diego 10l: Muxers were not being compiled even when MEncoder was enabled.
Mon, 27 Nov 2006 01:17:22 +0000 diego FFmpeg-style conditional dependency declaration
Mon, 27 Nov 2006 01:01:50 +0000 diego libmpdemux has no subdirectories.
Sun, 26 Nov 2006 23:25:42 +0000 gpoirier sync w/ 21298
Sun, 26 Nov 2006 22:58:32 +0000 gpoirier "D" interactive key also works with yadif now
Sun, 26 Nov 2006 22:58:28 +0000 diego Merge duplicate entries.
Sun, 26 Nov 2006 22:53:57 +0000 diego Remove unnecessary variable indirection.
Sun, 26 Nov 2006 22:53:52 +0000 eugeni Remove obsolete "no_more_font_messages" hack.
Sun, 26 Nov 2006 22:50:47 +0000 ivo rename all *_nom (nominator) to the correct *_num (numerator)
Sun, 26 Nov 2006 22:49:27 +0000 eugeni Move fonts-related code to a separate file.
Sun, 26 Nov 2006 22:47:32 +0000 diego cosmetics: alphabetical order
Sun, 26 Nov 2006 22:37:03 +0000 diego FFmpeg-style conditional dependency declaration
Sun, 26 Nov 2006 22:13:46 +0000 diego 100l typos
Sun, 26 Nov 2006 22:11:46 +0000 diego Remove useless variable indirection.
Sun, 26 Nov 2006 22:11:07 +0000 diego cosmetics: Move around some entries for better readability.
Sun, 26 Nov 2006 22:02:52 +0000 diego Do not use many different variables for SRCS.
Sun, 26 Nov 2006 21:55:40 +0000 diego Reorder entries for better readability.
Sun, 26 Nov 2006 21:30:17 +0000 diego Remove unused include variable.
Sun, 26 Nov 2006 21:21:27 +0000 reimar Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
Sun, 26 Nov 2006 20:53:29 +0000 eugeni Make ass_new_font return ass_font_t struct (instead of just FT_Face).
Sun, 26 Nov 2006 20:38:06 +0000 eugeni Move ass_font_t to header.
Sun, 26 Nov 2006 20:34:54 +0000 eugeni Rename:
Sun, 26 Nov 2006 19:35:56 +0000 uau Fix previous broken vd_qtvideo.c commit which failed on MACOSX
Sun, 26 Nov 2006 19:19:00 +0000 uau Move #include <QuickTime/ImageCodec.h> before internal headers
Sun, 26 Nov 2006 18:37:51 +0000 reimar Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
Sun, 26 Nov 2006 18:33:41 +0000 diego Rename config.h --> debug.h and include config.h explicitly.
Sun, 26 Nov 2006 18:27:42 +0000 uau Shouldn't move "#ifdef MACOSX" before #include config.h of course...
Sun, 26 Nov 2006 18:12:36 +0000 diego Merge common parts of all Makefiles into one file included by all.
Sun, 26 Nov 2006 18:06:11 +0000 uau Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
Sun, 26 Nov 2006 16:31:47 +0000 diego Add explicit dependency information for libosd.a, this fixes MEncoder-only
Sun, 26 Nov 2006 15:42:38 +0000 diego Remove config.h, there are multiple files under that name, inviting bugs and
Sun, 26 Nov 2006 15:29:40 +0000 gpoirier sync w/ r21255 (improved deadzone desc.)
Sun, 26 Nov 2006 14:13:39 +0000 reimar -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
Sun, 26 Nov 2006 13:55:55 +0000 reimar Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.
Sun, 26 Nov 2006 13:54:23 +0000 reimar Adjust icon path since windres is now called from osdep subdir
Sun, 26 Nov 2006 13:26:21 +0000 reimar Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.
Sun, 26 Nov 2006 13:19:32 +0000 reimar le2me_32 is no longer a macro on PPC, and in general does not have to
Sun, 26 Nov 2006 13:17:50 +0000 uau Revert r21251 (moving loader/config.h contents to main config.h).
Sun, 26 Nov 2006 13:09:46 +0000 reimar Remove useless fd parameter for mmap_anon
Sun, 26 Nov 2006 13:04:14 +0000 diego Simplify, remove useless indirection.
Sun, 26 Nov 2006 13:02:02 +0000 reimar Fix loader code: closed .dll file handles when it should not
Sun, 26 Nov 2006 13:01:09 +0000 voroshil r21186: Remove "OSD only" tags; those options always exist.
Sun, 26 Nov 2006 12:55:09 +0000 reimar open /dev/zero left over from mmap_anon patch
Sun, 26 Nov 2006 12:12:46 +0000 reimar Useless use of strstr, strchr is good enough.
Sun, 26 Nov 2006 12:08:40 +0000 henry Check the log level before processing the message
Sun, 26 Nov 2006 12:03:23 +0000 nicodvb match exactly card number N specified, rather than the N-th actually usable
Sun, 26 Nov 2006 11:56:54 +0000 reimar Set _win32codecsdir fallback also with --enable-win32
Sun, 26 Nov 2006 01:25:50 +0000 lorenm typo in deadzone_inter
Sun, 26 Nov 2006 00:53:16 +0000 gpoirier nits and picks by The Wanderer :)
Sat, 25 Nov 2006 22:18:40 +0000 reimar Sanity-check number of lines in CC subtitle
Sat, 25 Nov 2006 22:06:00 +0000 reimar Cleanup for uselessly complicated closed-caption subtitle handling
Sat, 25 Nov 2006 20:53:43 +0000 diego Move contents of loader/config.h to configure/config.h, there are
Sat, 25 Nov 2006 20:01:24 +0000 uau Add a sanity check to unsafe-looking code.
Sat, 25 Nov 2006 19:57:31 +0000 diego Remove config.h and move its content to af.h. There are multiple files under
Sat, 25 Nov 2006 19:41:52 +0000 diego Use the real name of the header file when guarding against double inclusion.
Sat, 25 Nov 2006 19:19:36 +0000 diego Remove nonexistent variable.
Sat, 25 Nov 2006 19:15:23 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 18:56:00 +0000 diego Don't compile libvo.a unless MPlayer is enabled.
Sat, 25 Nov 2006 18:45:03 +0000 diego simplify
Sat, 25 Nov 2006 18:37:37 +0000 diego Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
Sat, 25 Nov 2006 18:30:44 +0000 reimar Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.
Sat, 25 Nov 2006 18:24:58 +0000 diego Linking hotfix, loader depends on osdep.
Sat, 25 Nov 2006 18:20:09 +0000 reimar Remove useless libvo/sub.h include.
Sat, 25 Nov 2006 18:00:59 +0000 reimar Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
Sat, 25 Nov 2006 17:58:43 +0000 diego simplify
Sat, 25 Nov 2006 17:58:33 +0000 reimar Add generic target that allow compiling without any assembler or otherwise
Sat, 25 Nov 2006 17:58:14 +0000 ben missing include for uint16_t
Sat, 25 Nov 2006 17:44:22 +0000 ben keep nav highlight event in dvdnav priv structure
Sat, 25 Nov 2006 17:31:07 +0000 diego There are no more .depend files in subdirectories.
Sat, 25 Nov 2006 17:16:21 +0000 diego simplify
Sat, 25 Nov 2006 17:14:31 +0000 diego Remove commented-out cruft.
Sat, 25 Nov 2006 17:11:48 +0000 diego Unconditionally include config.mak for consistency.
Sat, 25 Nov 2006 17:09:25 +0000 diego more consistency with the other Makefiles.
Sat, 25 Nov 2006 17:06:08 +0000 diego SRCS should be one per line to make patches more readable.
Sat, 25 Nov 2006 17:03:12 +0000 gpoirier fix typos noticed by Diego
Sat, 25 Nov 2006 17:02:52 +0000 diego Remove pointless indirection.
Sat, 25 Nov 2006 16:55:02 +0000 diego Sync with FFmpeg r7167.
Sat, 25 Nov 2006 16:49:29 +0000 diego FFmpeg-style conditional dependency declaration
Sat, 25 Nov 2006 16:14:01 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 16:13:26 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 15:17:21 +0000 gpoirier improve description of x264's deadzone* options
Sat, 25 Nov 2006 15:00:08 +0000 nicodvb support for comma-separated language codes in -slang
Sat, 25 Nov 2006 14:46:21 +0000 nicodvb support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
Sat, 25 Nov 2006 13:39:21 +0000 reimar spurious () like in ({code;}) probably is not valid C, icc 9, definitely
Sat, 25 Nov 2006 13:34:55 +0000 reimar Avoid void * arithmetic
Sat, 25 Nov 2006 13:03:51 +0000 ben better nav highlight handling
Sat, 25 Nov 2006 12:37:47 +0000 nicodvb removed unused members and variables
Sat, 25 Nov 2006 12:19:15 +0000 nicodvb COSMETICS: consistently reformatted after ben's mess
Sat, 25 Nov 2006 12:17:34 +0000 nicodvb added code to identify subs language and count; needed for forthcoming support for -slang
Sat, 25 Nov 2006 11:29:25 +0000 diego Add distclean target, unconditionally remove all objects on clean.
Sat, 25 Nov 2006 11:28:38 +0000 michael a few more clarifications for codec_specific_data by Ralph Giles and me
Sat, 25 Nov 2006 11:26:53 +0000 diego all should be the first target.
Sat, 25 Nov 2006 11:20:02 +0000 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
Sat, 25 Nov 2006 09:53:28 +0000 diego 10l copy + paste typo
Sat, 25 Nov 2006 09:52:45 +0000 diego Simplify LIBNAME target with $@ and $^.
Sat, 25 Nov 2006 09:50:18 +0000 diego Remove commented-out cruft.
Sat, 25 Nov 2006 09:49:18 +0000 diego Move osdep/mplayer.rc handling to the osdep Makefile.
Sat, 25 Nov 2006 01:28:49 +0000 diego Remove nonexistent variable/file.
Sat, 25 Nov 2006 01:22:20 +0000 nplourde added mmap_anon to osdep lib. Used in loader for now
Sat, 25 Nov 2006 00:50:43 +0000 diego No need to ignore files that are not generated any longer.
Sat, 25 Nov 2006 00:31:07 +0000 diego Make loader Makefile non-recursive.
Sat, 25 Nov 2006 00:12:08 +0000 diego Use $@ and $^ to designate target and prerequisites.
Sat, 25 Nov 2006 00:09:39 +0000 diego cosmetics: Move around targets for consistency.
Sat, 25 Nov 2006 00:08:15 +0000 diego Remove superfluous suffix rule.
Fri, 24 Nov 2006 23:49:30 +0000 diego Handle stubs.s like all other source files.
Fri, 24 Nov 2006 23:32:39 +0000 diego Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
Fri, 24 Nov 2006 20:20:26 +0000 diego Remove .depend on distclean.
Fri, 24 Nov 2006 20:19:29 +0000 diego Clean up CFLAGS handling.
Fri, 24 Nov 2006 16:43:05 +0000 ivo add two missing descriptions (index.syncpoints and info_packet.count)
Fri, 24 Nov 2006 16:35:22 +0000 ivo specify the bitnumber for frame_flags, instead of a decimal bitmask
Fri, 24 Nov 2006 16:31:48 +0000 ivo specify, where possible, the type of the tags in the tag description section
Fri, 24 Nov 2006 15:06:18 +0000 kraymer r21161: MSGTR for libmpcodecs/vd.c
Fri, 24 Nov 2006 12:51:33 +0000 michael codec_specific_data clarification
Fri, 24 Nov 2006 12:33:34 +0000 gpoirier sync with r21186
Fri, 24 Nov 2006 11:27:08 +0000 ivo fix another typo
Fri, 24 Nov 2006 10:20:04 +0000 uau Remove "OSD only" tags; those options always exist.
Fri, 24 Nov 2006 00:42:44 +0000 diego Remove bug workarounds for ancient gcc and libc versions.
Thu, 23 Nov 2006 23:00:36 +0000 kraymer fix sync comment, it was left out in last commit
Thu, 23 Nov 2006 22:51:42 +0000 kraymer r21078: add a link to Michael's de-interlacing filters, and replace the crappy
Thu, 23 Nov 2006 17:37:28 +0000 eugeni Cosmetics: indentation fix.
Thu, 23 Nov 2006 15:31:34 +0000 ivo fix some typos
Wed, 22 Nov 2006 19:35:41 +0000 diego Get rid of _ld_gtk and _ld_glib.
Wed, 22 Nov 2006 19:33:30 +0000 uau Fix incorrect function pointer definition.
Wed, 22 Nov 2006 19:26:52 +0000 diego Get rid of _ld_vorbis.
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Wed, 22 Nov 2006 19:19:47 +0000 diego Get rid of _xmms_lib.
Wed, 22 Nov 2006 19:13:13 +0000 diego _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.
Wed, 22 Nov 2006 19:12:09 +0000 diego Cosmetics to make the next patches more readable.
Wed, 22 Nov 2006 19:11:23 +0000 voroshil Better translation of "demuxer" word.
Wed, 22 Nov 2006 19:01:54 +0000 voroshil r21151: typo
Wed, 22 Nov 2006 18:47:46 +0000 voroshil r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.
Wed, 22 Nov 2006 17:00:03 +0000 eugeni Fix incorrect stride used in vf_ass.
Wed, 22 Nov 2006 16:42:04 +0000 diego Remove _ld_x11.
Wed, 22 Nov 2006 13:12:28 +0000 gpoirier x264 supports interlaced encoding for some time
Wed, 22 Nov 2006 12:44:52 +0000 kraymer r21082: MSGTRs for libass
Wed, 22 Nov 2006 12:05:27 +0000 diego typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
Wed, 22 Nov 2006 09:51:34 +0000 diego Remove _ld_gif and _ld_theora.
Wed, 22 Nov 2006 09:36:33 +0000 diego Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.
Wed, 22 Nov 2006 09:31:14 +0000 kraymer fix broken character
Wed, 22 Nov 2006 09:27:45 +0000 kraymer MSGTRs for mencoder.c
Wed, 22 Nov 2006 09:26:58 +0000 kraymer MSGTR for libmpcodecs/vd.c
Tue, 21 Nov 2006 22:24:00 +0000 gpoirier sync w/ r21154
Tue, 21 Nov 2006 22:14:36 +0000 torinthiel Synced with r21152
Tue, 21 Nov 2006 22:13:23 +0000 nicodvb documented :format=pes[12] in -mpegopts
Tue, 21 Nov 2006 22:09:58 +0000 nicodvb permit muxing to raw pes (VDR uses this)
Tue, 21 Nov 2006 20:48:17 +0000 uau Make compilation depending on USE_SUB unconditional.
Tue, 21 Nov 2006 20:31:35 +0000 diego Remove outdated and superfluous video cards section.
Tue, 21 Nov 2006 20:29:42 +0000 diego Remove outdated and superfluous sound card section.
Tue, 21 Nov 2006 20:28:27 +0000 diego Miscellaneous updates for the introduction and the requirements section.
Tue, 21 Nov 2006 20:09:15 +0000 diego typo: Bitrate is printed in kb/s, not Mb/s on the status line.
Tue, 21 Nov 2006 20:05:38 +0000 diego typo
Tue, 21 Nov 2006 19:37:58 +0000 voroshil r21078: add a link to Michael's de-interlacing filters...
Tue, 21 Nov 2006 19:30:03 +0000 voroshil Fix wrong fps value for TelecineMode in translation
Tue, 21 Nov 2006 19:24:30 +0000 voroshil r21082: MSGTRs for libass
Tue, 21 Nov 2006 17:58:39 +0000 diego LIBS vs LDFLAGS typo
Tue, 21 Nov 2006 17:42:20 +0000 diego Split libs that are dependencies and those that are just linker flags.
Tue, 21 Nov 2006 17:36:39 +0000 reimar Fix SVN r21075, it completely disabled OpenGL in almost all cases.
Tue, 21 Nov 2006 17:20:32 +0000 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
Tue, 21 Nov 2006 16:46:31 +0000 diego Remove stray -I from include dirs in live555 check, it was being duplicated.
Tue, 21 Nov 2006 16:27:05 +0000 reimar cosmetics
Tue, 21 Nov 2006 16:26:38 +0000 reimar Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA
Tue, 21 Nov 2006 16:23:35 +0000 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
Tue, 21 Nov 2006 16:15:39 +0000 diego _ld_tmp vs _ld_x264 typo
Tue, 21 Nov 2006 16:13:11 +0000 diego Remove --with-x11libdir and --with-livelibdir.
Tue, 21 Nov 2006 16:00:00 +0000 diego Attempt to properly fix linking of encoding libs used by libavcodec.
Tue, 21 Nov 2006 15:48:00 +0000 reimar Reuse init_vo_spudec in subtitle switching code.
Tue, 21 Nov 2006 15:43:23 +0000 reimar Move vo_spudec initialization into a separate function, for later reuse
Tue, 21 Nov 2006 15:40:53 +0000 diego Remove libdha from LIBS_MPLAYER.
Tue, 21 Nov 2006 15:15:13 +0000 diego ALSA can be used by both MPlayer and MEncoder.
Tue, 21 Nov 2006 15:12:55 +0000 diego Fix linking when libavcodec uses x264.
Tue, 21 Nov 2006 13:53:32 +0000 diego Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.
Tue, 21 Nov 2006 13:45:11 +0000 diego _ld_xv does not exist anymore.
Tue, 21 Nov 2006 13:44:42 +0000 diego Add _libs_mplayer and _libs_mencoder to cc_check.
Tue, 21 Nov 2006 13:18:56 +0000 diego Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
Tue, 21 Nov 2006 12:49:46 +0000 diego Move FFmpeg library dependencies into the Makefile just like everything else.
Tue, 21 Nov 2006 12:16:12 +0000 diego Move some Win32 LDFLAGS into _ld_extra.
Tue, 21 Nov 2006 12:12:19 +0000 diego Merge MPlayer-specific libs into one variable.
Tue, 21 Nov 2006 12:04:41 +0000 diego Remove _ld_win32, this is handled by the Makefile.
Tue, 21 Nov 2006 11:49:47 +0000 diego Split libvo.a into two libs so that libosd.a can be used by MEncoder.
Tue, 21 Nov 2006 11:35:41 +0000 diego Remove superfluous empty variable declaration.
Tue, 21 Nov 2006 11:29:26 +0000 diego Remove unused -D from CFLAGS.
Tue, 21 Nov 2006 11:25:44 +0000 diego Remove superfluous empty variable declaration.
Tue, 21 Nov 2006 11:21:09 +0000 diego Add VIDIX to LIBS_MPLAYER directly.
Tue, 21 Nov 2006 01:14:58 +0000 kraymer typo / small fixes
Mon, 20 Nov 2006 23:34:27 +0000 nicodvb demux_lavf handles video stream switching
Mon, 20 Nov 2006 23:31:01 +0000 nicodvb check we aren't short of sh_videos before allocating another one
Mon, 20 Nov 2006 21:03:46 +0000 nicodvb slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too)
Mon, 20 Nov 2006 17:13:19 +0000 eugeni Cosmetics: remove unneeded curly brackets.
Mon, 20 Nov 2006 17:10:18 +0000 eugeni Fix collision detection. The old method tried to avoid gaps between subtitles
Mon, 20 Nov 2006 17:08:13 +0000 diego Remove --with-xmmsplugindir and --with-xmmslibdir.
Mon, 20 Nov 2006 16:59:09 +0000 diego Remove --with-x264libdir.
Mon, 20 Nov 2006 16:51:09 +0000 diego Remove --with-xvidlibdir.
Mon, 20 Nov 2006 16:40:07 +0000 diego Remove --with-toolamelibdir from help output as well.
Mon, 20 Nov 2006 16:14:47 +0000 diego Remove --with-toolamelibdir.
Mon, 20 Nov 2006 16:14:01 +0000 diego Add support for disabling MPlayer compilation.
Mon, 20 Nov 2006 14:49:08 +0000 diego Oops, the loader stuff needs to be in COMMON_LIBS.
Mon, 20 Nov 2006 14:45:33 +0000 diego Deliver dependency handling from redundancy.
Mon, 20 Nov 2006 14:27:00 +0000 diego Remove MPlayer-specific dependencies from COMMON_DEPS.
Mon, 20 Nov 2006 13:57:12 +0000 diego VIDIX is for MPlayer only.
Mon, 20 Nov 2006 13:39:36 +0000 diego The GUI is only for MPlayer, not MEncoder.
Mon, 20 Nov 2006 13:38:21 +0000 diego Rename variables for consistency.
Mon, 20 Nov 2006 13:34:47 +0000 diego Simplify gui and menu libs handling.
Mon, 20 Nov 2006 13:00:26 +0000 diego cosmetics: Move some stuff around for better readability.
Mon, 20 Nov 2006 11:37:23 +0000 uau Move pause loop into a separate function.
Mon, 20 Nov 2006 11:20:37 +0000 diego Clean up PARTS handling.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Mon, 20 Nov 2006 11:14:11 +0000 diego Uninstall should run all parts unconditionally.
Mon, 20 Nov 2006 11:13:40 +0000 diego Remove nonsense ifeq around MEncoder target and variable declaration.
Mon, 20 Nov 2006 09:12:07 +0000 uau Reorganize code to move more things out of main().
Mon, 20 Nov 2006 01:31:15 +0000 diego another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
Mon, 20 Nov 2006 00:59:05 +0000 diego Some more cleanups for LDFLAGS handling.
Mon, 20 Nov 2006 00:55:57 +0000 diego 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
Mon, 20 Nov 2006 00:19:43 +0000 diego Some cleanups for LDFLAGS handling, next part.
Sun, 19 Nov 2006 23:36:14 +0000 nicodvb in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)
Sun, 19 Nov 2006 23:20:06 +0000 diego misc updates
Sun, 19 Nov 2006 23:18:57 +0000 diego Put libdvdcss under a separate ifeq.
Sun, 19 Nov 2006 23:16:52 +0000 diego misc small fixes
Sun, 19 Nov 2006 23:16:15 +0000 nicodvb in mp_property_{video,audio} permit uniniting of the corresponding chain
Sun, 19 Nov 2006 23:10:30 +0000 nicodvb during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 22:15:59 +0000 diego Remove settled FIXME.
Sun, 19 Nov 2006 22:12:35 +0000 kraymer Sync w/ help_mp-en.h r21001
Sun, 19 Nov 2006 22:09:16 +0000 gpoirier Add a new MPEG encoding example using lavf
Sun, 19 Nov 2006 21:47:45 +0000 gpoirier add a link to Michael's de-interlacing filters, and replace the crappy
Sun, 19 Nov 2006 19:39:16 +0000 reimar Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,
Sun, 19 Nov 2006 19:17:51 +0000 gpoirier allows to de- and reactivate yadif on the fly
Sun, 19 Nov 2006 19:12:29 +0000 nplourde disable x11 gl support on osx
Sun, 19 Nov 2006 18:10:04 +0000 uau Reinitialize some variables on af_resample reinit, fixes crash
Sun, 19 Nov 2006 18:08:03 +0000 uau Fix printf format/argument count mismatch in mp_property_video
Sun, 19 Nov 2006 17:55:56 +0000 gpoirier sync w/ r21026
Sun, 19 Nov 2006 17:55:38 +0000 uau Move subtitle updating to a separate function, fix inverted condition
Sun, 19 Nov 2006 17:41:31 +0000 reimar Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.
Sun, 19 Nov 2006 17:36:32 +0000 gpoirier sync w/r21004
Sun, 19 Nov 2006 17:23:12 +0000 gpoirier sync w/ r20933, patch by Jerome Ferrari
Sun, 19 Nov 2006 17:19:27 +0000 voroshil sync tag update
Sun, 19 Nov 2006 17:15:57 +0000 voroshil Translated section "DECODING/FILTERING OPTIONS"
Sun, 19 Nov 2006 16:54:06 +0000 reimar Remove (now hopefully unnecessary) workarounds added in r21056
Sun, 19 Nov 2006 16:49:41 +0000 Gabrov synced with r21001
Sun, 19 Nov 2006 16:48:45 +0000 reimar directly insert ffreep %%st(0) opcode for compatibility with old
Sun, 19 Nov 2006 16:44:19 +0000 reimar Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
Sun, 19 Nov 2006 16:42:08 +0000 gpoirier sync with r20876, patch by Jerome Ferrari
Sun, 19 Nov 2006 16:39:34 +0000 reimar Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as
Sun, 19 Nov 2006 16:39:24 +0000 Gabrov synced with r21058
Sun, 19 Nov 2006 16:15:05 +0000 voroshil new slave command: radio_step_freq
Sun, 19 Nov 2006 15:27:20 +0000 reimar Fix compilation error due to unescaped "s.
Sun, 19 Nov 2006 15:21:50 +0000 nplourde fix mp3lib compilation on OSX
Sun, 19 Nov 2006 14:35:39 +0000 reimar 10l, compilation error in r21054
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Sun, 19 Nov 2006 14:18:45 +0000 voroshil translation/spelling fix.
Sun, 19 Nov 2006 13:38:37 +0000 reimar Make -slang work again, sub->id is -2 by default, so -slang would be ignored
Sun, 19 Nov 2006 13:12:46 +0000 reimar Create a sh_sub_t for ogg subtitles.
Sun, 19 Nov 2006 12:06:28 +0000 nicodvb riformatted after previous commit
Sun, 19 Nov 2006 12:05:11 +0000 nicodvb if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
Sun, 19 Nov 2006 11:55:03 +0000 reimar Support multiple subs in mov
Sun, 19 Nov 2006 11:21:09 +0000 reimar Make sure sh_video == NULL when reinit_video_chain fails.
Sun, 19 Nov 2006 10:52:23 +0000 reimar Do not just skip a file when vo init fails, instead try to play it
Sun, 19 Nov 2006 10:38:12 +0000 lucabe Clarify that some of the non-SIMD code is now LGPLed.
Sun, 19 Nov 2006 10:37:42 +0000 kraymer Update section "AUDIO FILTERS"; Some sync w/ r21026;
Sun, 19 Nov 2006 09:06:19 +0000 reimar Fix clobber list, half of the modified registers were missing.
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Sat, 18 Nov 2006 23:18:09 +0000 gpoirier sync w/ r20876, patch by Jerome Ferrari
Sat, 18 Nov 2006 22:02:08 +0000 gpoirier sync with r20876, patch by Jerome Ferrari
Sat, 18 Nov 2006 20:44:22 +0000 ods15 fix demux_nut to give proper (estimate) of percent position after a seek
Sat, 18 Nov 2006 20:13:18 +0000 ods15 Add disabled EAGAIN testing code for libnut
Sat, 18 Nov 2006 19:36:28 +0000 voroshil help_mp-ru.h sync with r21001
Sat, 18 Nov 2006 18:23:38 +0000 nicodvb switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-1
Sat, 18 Nov 2006 17:32:22 +0000 diego Improve Id CIN description.
Sat, 18 Nov 2006 17:25:25 +0000 kraymer fix wrong 60000/10001 fraction
Sat, 18 Nov 2006 17:07:17 +0000 uau Fix double free in af_resample when reinited with suitable parameters
Sat, 18 Nov 2006 16:51:40 +0000 kraymer r20969: document new key binding for switching video streams in MPEG-TS
Sat, 18 Nov 2006 16:39:26 +0000 kraymer r21012: group together "quality" control options
Sat, 18 Nov 2006 16:08:50 +0000 kraymer r20876: rename: XviD -> Xvid (man page part)
Sat, 18 Nov 2006 16:07:10 +0000 kraymer r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type
Sat, 18 Nov 2006 15:50:31 +0000 uau When changing playback speed write the current speed to OSD only after
Sat, 18 Nov 2006 15:17:50 +0000 ods15 move demux_nut priv calloc to init() instead of check_file()
Sat, 18 Nov 2006 14:47:53 +0000 nicodvb TAB switches between programs
Sat, 18 Nov 2006 14:38:28 +0000 nicodvb mention switch_video and switch_program
Sat, 18 Nov 2006 14:33:46 +0000 nicodvb bind TAB to 'step_property switch_program'
Sat, 18 Nov 2006 14:33:04 +0000 nicodvb switch_program property to switch to/set a new program
Sat, 18 Nov 2006 14:32:14 +0000 nicodvb implemented DEMUXER_CTRL_IDENTIFY_PROGRAM
Sat, 18 Nov 2006 14:31:31 +0000 nicodvb new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
Sat, 18 Nov 2006 12:41:31 +0000 gpoirier group together B-frames options with I,P frames options
Sat, 18 Nov 2006 12:38:20 +0000 gpoirier group together xvid's rate control options
Sat, 18 Nov 2006 12:38:03 +0000 reimar more mp_property_deinterlace simplification, patch by
Sat, 18 Nov 2006 12:35:29 +0000 gpoirier group together "quant_type" and quant_*_matrix since they are related
Sat, 18 Nov 2006 12:34:06 +0000 nicodvb implemented M_PROPERTY_SET in mp_property_{audio,video}
Sat, 18 Nov 2006 12:32:12 +0000 gpoirier group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release
Sat, 18 Nov 2006 12:30:48 +0000 reimar reinit_video_chain might set sh_video = NULL, so check against that.
Sat, 18 Nov 2006 12:26:04 +0000 gpoirier Move xvid 'grayscale' option close to 'interlacing'
Sat, 18 Nov 2006 12:23:05 +0000 gpoirier group together "quality" control options
Sat, 18 Nov 2006 12:16:52 +0000 gpoirier group together xvid's 'closed_gop' and 'packed' options
Sat, 18 Nov 2006 11:38:24 +0000 gpoirier remove xvid3's divx5bvop and replace it by xvid4's closed_gop
Sat, 18 Nov 2006 11:35:35 +0000 kraymer r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
Sat, 18 Nov 2006 11:34:40 +0000 gpoirier remove xvid3's mpeg_quant, replace it by xvid4's quant_type
Sat, 18 Nov 2006 11:27:39 +0000 kraymer r21001: Add *BSD BT848 radio support
Sat, 18 Nov 2006 11:24:09 +0000 diego support for XAN DPCM audio
Sat, 18 Nov 2006 10:56:43 +0000 kraymer document new "D" keybinding for deinterlacing, introduced in
Sat, 18 Nov 2006 10:08:56 +0000 gpoirier remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
Sat, 18 Nov 2006 09:57:52 +0000 gpoirier Xvid3 support is no more: Remove Xvid3-specific options
Sat, 18 Nov 2006 07:38:58 +0000 uau Mark some functions static
Sat, 18 Nov 2006 06:53:33 +0000 voroshil Add *BSD BT848 radio support
Sat, 18 Nov 2006 02:40:19 +0000 diego Remove obsolete Xvid 3 support.
Sat, 18 Nov 2006 00:45:16 +0000 diego Drop some unnecessary local changes.
Sat, 18 Nov 2006 00:42:25 +0000 diego Make sure to pick up internal dvdcss.h before a globally installed one.
Sat, 18 Nov 2006 00:33:01 +0000 diego Rename libdvdread to dvdread. We really only include only the dvdread
Fri, 17 Nov 2006 22:52:57 +0000 diego support for some more fringe formats, still buggy ..
Fri, 17 Nov 2006 20:13:21 +0000 reimar Try reading palette for vobsub
Fri, 17 Nov 2006 20:11:52 +0000 reimar Support palette for general vobsub
Fri, 17 Nov 2006 19:37:58 +0000 reimar Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
Fri, 17 Nov 2006 19:16:07 +0000 reimar Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp
Fri, 17 Nov 2006 19:03:53 +0000 reimar consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.
Fri, 17 Nov 2006 18:18:28 +0000 reimar Minor mp_property_deinterlace simplification
Fri, 17 Nov 2006 18:16:21 +0000 reimar Add deinterlace property, patch by Carl Eugen Hoyos
Fri, 17 Nov 2006 17:44:51 +0000 reimar Adapt code to annoying ShowCursor semantics (increases/decreases and returns
Fri, 17 Nov 2006 17:43:40 +0000 ods15 missed piece in update to libnut API - non negative errors
Fri, 17 Nov 2006 14:57:12 +0000 voroshil r20972: defined MSGTR_OSDVideo
Fri, 17 Nov 2006 14:43:14 +0000 gpoirier sync w/r20969
Fri, 17 Nov 2006 14:36:13 +0000 voroshil add public wrapper for get_frequency
Fri, 17 Nov 2006 13:42:46 +0000 voroshil Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
Fri, 17 Nov 2006 13:32:45 +0000 michael clarify syncpoint placement recommanditions
Fri, 17 Nov 2006 12:44:10 +0000 michael seeking
Fri, 17 Nov 2006 12:27:39 +0000 michael dts & synchronous decoder
Fri, 17 Nov 2006 10:35:10 +0000 diego support flic video through lavf
Fri, 17 Nov 2006 10:03:33 +0000 reimar Put files fully owned by my under GPL v2 "or later"
Fri, 17 Nov 2006 08:36:10 +0000 gpoirier Fix AMD64 support, patch by Reimar Doffinger
Fri, 17 Nov 2006 07:34:56 +0000 ods15 some more updates
Fri, 17 Nov 2006 07:27:20 +0000 diego some updates
Fri, 17 Nov 2006 01:48:06 +0000 kraymer fix some mixed up usage messages and unify with master copy
Fri, 17 Nov 2006 01:36:41 +0000 kraymer r20972: defined MSGTR_OSDVideo
Fri, 17 Nov 2006 00:33:10 +0000 nicodvb defined MSGTR_OSDVideo
Thu, 16 Nov 2006 22:09:24 +0000 nicodvb COSMETICS: reformatted
Thu, 16 Nov 2006 22:08:14 +0000 nicodvb restored circular looping when changing audio and video stream (previously broken)
Thu, 16 Nov 2006 21:35:05 +0000 kraymer document new key binding for switching video streams in MPEG-TS
Thu, 16 Nov 2006 21:31:44 +0000 nicodvb reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO
Thu, 16 Nov 2006 21:30:35 +0000 nicodvb implemented DEMUXER_CTRL_SWITCH_VIDEO
Thu, 16 Nov 2006 21:26:46 +0000 nicodvb associated _ to 'step_property switch_video'
Thu, 16 Nov 2006 21:25:35 +0000 nicodvb handle video stream switch using 'switch_video' property'
Thu, 16 Nov 2006 21:23:06 +0000 nicodvb added code to switch video stream
Thu, 16 Nov 2006 21:22:07 +0000 nicodvb moved video codec/filters/outdevice initialization code to specific function
Thu, 16 Nov 2006 14:49:04 +0000 michael forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
Thu, 16 Nov 2006 14:44:00 +0000 michael fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
Thu, 16 Nov 2006 13:15:05 +0000 diego cosmetics: Restore alphabetical order, align both tables.
Thu, 16 Nov 2006 12:49:27 +0000 diego Remove stray newline.
Thu, 16 Nov 2006 12:42:32 +0000 diego support for RoQ video and audio through libavformat
Thu, 16 Nov 2006 12:33:12 +0000 diego support for Electronic Arts ADPCM audio
Thu, 16 Nov 2006 12:28:39 +0000 diego support for Delphine CIN audio and video
Thu, 16 Nov 2006 11:24:45 +0000 diego Mark internal lavf FourCCs as such.
Thu, 16 Nov 2006 07:07:22 +0000 ods15 update to libnut API, non-negative errors
Thu, 16 Nov 2006 06:58:48 +0000 reynaldo Removing redundant entry, kraymer is doing all this work while maintaining translations
Thu, 16 Nov 2006 01:17:19 +0000 diego support for Interplay DPCM audio
Thu, 16 Nov 2006 00:59:01 +0000 diego cosmetics: alphabetical order and prettyprinting for the CodecTag table
Thu, 16 Nov 2006 00:56:35 +0000 diego support for Sierra VMD video
Thu, 16 Nov 2006 00:20:55 +0000 diego Add support for Tiertex SEQ video.
Thu, 16 Nov 2006 00:07:55 +0000 torinthiel synced with r20879
Wed, 15 Nov 2006 23:42:47 +0000 diego Add support for Westwood IMA ADPCM audio.
Wed, 15 Nov 2006 21:52:34 +0000 gpoirier Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
Wed, 15 Nov 2006 20:51:27 +0000 iive When testing lame preset presence, use actuall lame_set_preset() function to test its availablility in the library.
Wed, 15 Nov 2006 17:32:00 +0000 voroshil missing small update about libsmb in previous commit
Wed, 15 Nov 2006 17:25:12 +0000 voroshil r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
Wed, 15 Nov 2006 11:36:22 +0000 ods15 update to libnut, no nut_skip_packet()
Wed, 15 Nov 2006 11:26:05 +0000 ods15 update to libnut API, don't free the streams
Wed, 15 Nov 2006 10:37:41 +0000 diego Output UTF-8 instead of legacy encodings by default.
Wed, 15 Nov 2006 08:36:06 +0000 kraymer r20878: [cosmetics] (skipped)
Wed, 15 Nov 2006 00:12:39 +0000 ods15 revert last 2 commits on nut.txt
Tue, 14 Nov 2006 22:48:53 +0000 rtogni Don't spam the console with timestamps (non-error messages printed every
Tue, 14 Nov 2006 22:40:35 +0000 rtogni Fix extradata passing to lavc RV20 decoder
Tue, 14 Nov 2006 22:10:40 +0000 torinthiel [cosmetics] Fix indentation
Tue, 14 Nov 2006 22:03:37 +0000 torinthiel Synced with r20933
Tue, 14 Nov 2006 21:20:48 +0000 diego libvorbis is not necessary for Vorbis playback, small wording improvement.
Tue, 14 Nov 2006 21:14:13 +0000 kraymer add character encoding info
Tue, 14 Nov 2006 19:52:21 +0000 reimar Introduce step_property command.
Tue, 14 Nov 2006 19:24:41 +0000 reimar Fix Unkown -> Unknown typo
Tue, 14 Nov 2006 18:38:36 +0000 voroshil r20900: Missing : in -vf expand ar example
Tue, 14 Nov 2006 17:15:35 +0000 gpoirier sync w/ 20637, patch by Francois franz A ephack P net
Tue, 14 Nov 2006 17:05:20 +0000 ods15 bump date of NUT spec for previous commit
Tue, 14 Nov 2006 17:03:33 +0000 ods15 allow info packets to appear in mid-stream, outside of main headers.
Tue, 14 Nov 2006 17:00:47 +0000 ods15 update to libnut, add cache_syncpoints
Tue, 14 Nov 2006 16:51:06 +0000 diego MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
Tue, 14 Nov 2006 15:02:15 +0000 reimar 10l copy&¸ŖŖpaste bug in subtitle sh handling
Tue, 14 Nov 2006 14:02:55 +0000 uau Use vf control for reading pts from vf_vo
Tue, 14 Nov 2006 14:00:58 +0000 gpoirier remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas garde les vaches ensemble)
Tue, 14 Nov 2006 13:41:24 +0000 reimar Fix statement-before-declaration warnings.
Tue, 14 Nov 2006 12:39:49 +0000 uau Remove write-only variable
Tue, 14 Nov 2006 12:29:20 +0000 uau Update OSD contents only after the correct values for the frame are known.
Tue, 14 Nov 2006 11:14:03 +0000 diego Clarify messages for unavailable options.
Tue, 14 Nov 2006 09:52:49 +0000 uau Move xscreensaver_heartbeat call next to vo check_events
Tue, 14 Nov 2006 09:29:03 +0000 uau Replace sleep time calculation in main() with a separate function.
Tue, 14 Nov 2006 06:56:17 +0000 uau simplify
Tue, 14 Nov 2006 06:49:37 +0000 uau Move -frames check out of frame flip code (like -endpos earlier)
Tue, 14 Nov 2006 06:44:16 +0000 uau Remove some unused code.
Tue, 14 Nov 2006 06:35:55 +0000 uau Move endpos handling from page flip code to a saner location, change < to <=
Tue, 14 Nov 2006 06:25:02 +0000 uau move vo event check together with gui event check
Tue, 14 Nov 2006 06:01:54 +0000 ods15 update to libnut, rename nut.h->libnut.h
Tue, 14 Nov 2006 05:56:20 +0000 uau Remove some incorrect code
Tue, 14 Nov 2006 05:03:47 +0000 uau Update libao2 description, delete completely outdated "audio plugins" part
Tue, 14 Nov 2006 04:17:41 +0000 uau Try filling audio buffers more if they're very large, add some comments.
Tue, 14 Nov 2006 03:13:45 +0000 uau Move audio playing code from main() into a separate function.
Tue, 14 Nov 2006 01:59:46 +0000 uau Remove useless check.
Tue, 14 Nov 2006 01:40:06 +0000 uau Split some from main() into separate functions.
Mon, 13 Nov 2006 21:12:25 +0000 gpoirier sync with r20900
Mon, 13 Nov 2006 21:10:03 +0000 kraymer r20900: Missing : in -vf expand ar example
Mon, 13 Nov 2006 21:06:00 +0000 reimar Missing : in -vf expand ar example
Mon, 13 Nov 2006 20:40:29 +0000 gpoirier rename: XviD -> Xvid
Mon, 13 Nov 2006 20:40:11 +0000 gpoirier sync with r20876
Mon, 13 Nov 2006 19:42:19 +0000 voroshil r20872: Clarify -dumpaudio, it is not useful normally
Mon, 13 Nov 2006 19:30:19 +0000 voroshil Update missing tags of previous commit
Mon, 13 Nov 2006 19:24:02 +0000 voroshil r20876: rename: XviD -> Xvid
Mon, 13 Nov 2006 19:16:39 +0000 reimar Try to handle oversized asf headers by ignoring anything beyond the first MB
Mon, 13 Nov 2006 18:41:24 +0000 reimar Incomplete support for vobsub (missing palette support) and
Mon, 13 Nov 2006 18:38:29 +0000 reimar Move sh_sub_t to stheader.h, where all the other sh structs are defined
Mon, 13 Nov 2006 16:49:32 +0000 eugeni Support \t with acceleration.
Mon, 13 Nov 2006 16:35:15 +0000 eugeni Partial fix for semitransparent glyph outlines.
Mon, 13 Nov 2006 16:18:05 +0000 reimar Add forgotten new_sh_sub
Mon, 13 Nov 2006 16:15:23 +0000 reimar Make subtitle stream handling more similar to audio and video streams.
Mon, 13 Nov 2006 16:03:11 +0000 gpoirier Add missing translated strings
Mon, 13 Nov 2006 15:23:45 +0000 michael pts definition by mans
Mon, 13 Nov 2006 12:45:46 +0000 torinthiel Synced with 20876
Mon, 13 Nov 2006 12:27:08 +0000 torinthiel Partial sync with r20879
Mon, 13 Nov 2006 12:14:31 +0000 diego -vop has been deprecated a long time ago.
Mon, 13 Nov 2006 12:13:42 +0000 diego vop --> vf
Mon, 13 Nov 2006 12:12:46 +0000 diego Remove/fix outdated message.
Mon, 13 Nov 2006 12:09:48 +0000 diego typo
Mon, 13 Nov 2006 11:02:30 +0000 torinthiel [small fixes]
Mon, 13 Nov 2006 10:47:38 +0000 torinthiel [cosmetics]
Mon, 13 Nov 2006 09:48:00 +0000 kraymer r20866: Recommend gcc 3.4+.
Mon, 13 Nov 2006 08:53:20 +0000 kraymer rename: XviD -> Xvid
Sun, 12 Nov 2006 23:54:49 +0000 Gabrov synced with r20873
Sun, 12 Nov 2006 23:38:35 +0000 diego update to 0.6.2, patch by Giacomo Comes, comes naic edu
Sun, 12 Nov 2006 22:56:42 +0000 diego Misc issues noticed by Torinthiel.
Sun, 12 Nov 2006 20:09:51 +0000 reimar Clarify -dumpaudio, it is not useful normally
Sun, 12 Nov 2006 18:49:02 +0000 torinthiel Synced with r20870
Sun, 12 Nov 2006 18:41:30 +0000 diego Restore PowerPC gcc note that I mistakenly removed.
Sun, 12 Nov 2006 18:28:12 +0000 reimar Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines
Sun, 12 Nov 2006 17:47:40 +0000 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
Sun, 12 Nov 2006 17:19:56 +0000 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
Sun, 12 Nov 2006 16:44:54 +0000 diego Recommend gcc 3.4+.
Sun, 12 Nov 2006 16:34:33 +0000 diego Mac OS X Server support
Sun, 12 Nov 2006 16:05:13 +0000 reimar ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
Sun, 12 Nov 2006 16:03:39 +0000 diego Remove duplicate message, the same info is printed anyway.
Sun, 12 Nov 2006 12:24:57 +0000 michael least restrictive dts ordering rule which ensures frames are in decoding order
Sat, 11 Nov 2006 21:10:26 +0000 Gabrov synced with r20817
Sat, 11 Nov 2006 20:07:09 +0000 Gabrov synced with r20859
Sat, 11 Nov 2006 14:40:36 +0000 kraymer r20834: The -gui command line option is back.
Sat, 11 Nov 2006 14:15:22 +0000 kraymer 1. convert single quotation mark to double one for better looking
Sat, 11 Nov 2006 13:57:09 +0000 nicodvb removed duplicated check in demuxer_seek_chapter
Sat, 11 Nov 2006 13:02:39 +0000 nicodvb make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cache is enabled: they can't work atm
Sat, 11 Nov 2006 11:53:32 +0000 nicodvb in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
Sat, 11 Nov 2006 11:17:02 +0000 kraymer add encoding info to some man pages
Sat, 11 Nov 2006 10:54:42 +0000 kraymer remove very outdated and unmantained Swedish man page
Sat, 11 Nov 2006 02:04:02 +0000 michael s/by/be/
Fri, 10 Nov 2006 22:08:27 +0000 reimar Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.
Fri, 10 Nov 2006 20:35:54 +0000 rtogni Skip empty lines in front of winamp playlist.
Fri, 10 Nov 2006 20:06:43 +0000 voroshil r20834: The -gui command line option is back.
Fri, 10 Nov 2006 20:01:16 +0000 voroshil Translated section "VIDEO OUTPUT DRIVERS"
Fri, 10 Nov 2006 19:21:02 +0000 diego typo, wrong variable name
Fri, 10 Nov 2006 18:46:20 +0000 michael within array MUST for time_base_id
Fri, 10 Nov 2006 18:45:10 +0000 michael clearer time_base_id description
Fri, 10 Nov 2006 18:32:59 +0000 diego Ignore .depend.
Fri, 10 Nov 2006 18:31:12 +0000 diego Add standard depend target.
Fri, 10 Nov 2006 18:28:53 +0000 diego Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.
Fri, 10 Nov 2006 18:27:33 +0000 diego Use default variable names.
Fri, 10 Nov 2006 18:19:33 +0000 diego Remove redundant variable.
Fri, 10 Nov 2006 17:51:44 +0000 michael time_base_count
Fri, 10 Nov 2006 17:47:01 +0000 michael stream_count
Fri, 10 Nov 2006 16:42:04 +0000 diego Remove mmx.h, the licensing status was doubtful, and put a minimal
Fri, 10 Nov 2006 16:39:44 +0000 diego typo/grammar
Fri, 10 Nov 2006 16:39:13 +0000 diego The addition of loader/ to PARTS depended on a non-existing variable.
Fri, 10 Nov 2006 16:35:06 +0000 diego The -gui command line option is back.
Fri, 10 Nov 2006 15:33:28 +0000 kraymer r20774: Adding ability to check allowed frequency range.
Fri, 10 Nov 2006 15:14:16 +0000 diego Mark file as UTF-8-encoded.
Fri, 10 Nov 2006 07:46:07 +0000 ods15 shut warning on "realloc undefined" in demuxer.h
Fri, 10 Nov 2006 07:32:01 +0000 ods15 update libnut API
Fri, 10 Nov 2006 01:32:40 +0000 kraymer sync with r20817
Fri, 10 Nov 2006 00:36:39 +0000 nicodvb idenfify now shows the timings of chapters of the chosen pgc
Thu, 09 Nov 2006 23:14:33 +0000 rathann Disable linking mplayer (and internal static libavcodec) with
Thu, 09 Nov 2006 22:41:45 +0000 nicodvb one more deuglification
Thu, 09 Nov 2006 22:24:57 +0000 nicodvb COSMETICS: renamed dvdnav_priv to priv
Thu, 09 Nov 2006 22:03:06 +0000 gpoirier put back accidentally reverted r20742 commit
Thu, 09 Nov 2006 20:57:55 +0000 gpoirier sync w/ 20191, patch by Alexandre Coutherez %newt A neopulsar P org%
Thu, 09 Nov 2006 19:03:35 +0000 voroshil Add missed 'break'.
Thu, 09 Nov 2006 18:25:42 +0000 diego Allow disabling internal libdvdcss.
Thu, 09 Nov 2006 18:05:06 +0000 kraymer r20711: MSGTRs for demux_avi.c
Thu, 09 Nov 2006 16:44:58 +0000 diego Remove bogus OPTFLAGS settings.
Thu, 09 Nov 2006 15:27:46 +0000 voroshil r20817: add full stop at end of sentence
Thu, 09 Nov 2006 15:15:49 +0000 kraymer add full stop at end of sentence
Thu, 09 Nov 2006 15:13:56 +0000 lucabe Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
Thu, 09 Nov 2006 15:05:51 +0000 kraymer r20657: (does not apply)
Thu, 09 Nov 2006 14:26:14 +0000 kraymer commented out broken MSGTR
Thu, 09 Nov 2006 14:13:34 +0000 kraymer r20648: Document ao_openal.
Thu, 09 Nov 2006 13:09:48 +0000 voroshil Move non driver-specific block to non-driver specific procedure, to avoid
Thu, 09 Nov 2006 01:52:11 +0000 uau Change some constants in pts arithmetic from float to double.
Thu, 09 Nov 2006 01:42:52 +0000 uau Changed code that used pts=0 in demux packets to indicate "not known".
Thu, 09 Nov 2006 00:38:22 +0000 diego Revert one more local change without effect.
Wed, 08 Nov 2006 23:54:21 +0000 gpoirier Fix crash when attempting to seek in a streamed unseekable stream, like
Wed, 08 Nov 2006 23:45:15 +0000 diego 10l: Overlooked one $(EXESUF) addition.
Wed, 08 Nov 2006 23:31:33 +0000 diego Update for malloc cast changes.
Wed, 08 Nov 2006 23:22:38 +0000 gpoirier sync with r20774
Wed, 08 Nov 2006 23:18:56 +0000 nicodvb changed ugly sizeof(*type_ptr) width sizeof(type)
Wed, 08 Nov 2006 23:08:41 +0000 diego Revert nonsensical local change hunk that had no effect at all.
Wed, 08 Nov 2006 23:05:33 +0000 nicodvb COSMETICS: reformatted this ugly mess in a consistent manner
Wed, 08 Nov 2006 22:45:11 +0000 diego Mark modified files as such.
Wed, 08 Nov 2006 22:42:31 +0000 reimar Support URL redirections that do not specify full URL.
Wed, 08 Nov 2006 22:21:50 +0000 rtogni Updated for controversial changes and irc-only decisions
Wed, 08 Nov 2006 20:34:32 +0000 gpoirier partial sync
Wed, 08 Nov 2006 19:58:10 +0000 diego Reset _ld_xvid so that stray libs do not appear on the link command line.
Wed, 08 Nov 2006 19:04:48 +0000 michael dts, width/height explanation
Wed, 08 Nov 2006 18:57:40 +0000 eugeni s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
Wed, 08 Nov 2006 18:50:58 +0000 michael size and stream_id docs
Wed, 08 Nov 2006 18:46:42 +0000 diego Remove unused variables.
Wed, 08 Nov 2006 18:46:03 +0000 diego Rename xvid4 variable/option back to xvid so as not to break scripts.
Wed, 08 Nov 2006 18:40:08 +0000 michael clearer frame_code explanation
Wed, 08 Nov 2006 18:36:46 +0000 diego cosmetics: Fix indentation after last commit.
Wed, 08 Nov 2006 18:35:32 +0000 diego Separate XviD 3 and XviD 4 tests.
Wed, 08 Nov 2006 18:32:54 +0000 michael simple 1 line definition of what a keyframe is
Wed, 08 Nov 2006 18:31:04 +0000 uau Change value used to indicate "unknown audio format" from 0 to -1.
Wed, 08 Nov 2006 17:37:50 +0000 diego Remove some DivX 4 leftovers.
Wed, 08 Nov 2006 17:36:49 +0000 voroshil r20774: Adding ability to check allowed frequency range.
Wed, 08 Nov 2006 17:29:34 +0000 voroshil sync with r20774
Wed, 08 Nov 2006 15:10:12 +0000 kraymer 11l, revert r20782
Wed, 08 Nov 2006 15:01:21 +0000 kraymer remove duplicate MSGTR
Wed, 08 Nov 2006 14:55:37 +0000 kraymer MSGTRs for libvo/aspect.c and libvo/vo_xv.c
Wed, 08 Nov 2006 14:52:33 +0000 kraymer MSGTRs for ao_alsa.c
Wed, 08 Nov 2006 14:48:36 +0000 gpoirier symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free
Wed, 08 Nov 2006 13:05:10 +0000 gpoirier partial sync with latest manpage commits
Wed, 08 Nov 2006 12:39:16 +0000 diego Generated XSL files should be in UTF-8.
Wed, 08 Nov 2006 10:49:34 +0000 diego Move some FourCC values from libavformat/riff.c to our private mapping.
Wed, 08 Nov 2006 10:30:52 +0000 voroshil Spelling fix: Allowable -> Allowed
Wed, 08 Nov 2006 07:02:43 +0000 voroshil Adding ability to check allowed frequency range.
Wed, 08 Nov 2006 03:23:02 +0000 corey - explain lavc lmin option more clearly
Wed, 08 Nov 2006 03:22:03 +0000 corey support lavc mblmin and mblmax
Wed, 08 Nov 2006 00:13:33 +0000 diego Create binaries with proper executable suffix under Windows.
Wed, 08 Nov 2006 00:11:42 +0000 nicodvb support for -dvdangle
Wed, 08 Nov 2006 00:00:46 +0000 nicodvb near-precise seeking in dvd://
Tue, 07 Nov 2006 23:16:55 +0000 uau Fix code that cuts audio data if the filters produce too much.
Tue, 07 Nov 2006 23:06:42 +0000 gpoirier sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %
Tue, 07 Nov 2006 22:57:42 +0000 nicodvb now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts
Tue, 07 Nov 2006 22:55:49 +0000 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
Tue, 07 Nov 2006 22:54:28 +0000 nicodvb now demux_seek() tries to seek aided by the stream layer, if possible
Tue, 07 Nov 2006 22:51:18 +0000 nicodvb added definition of DEMUXER_CTRL_RESYNC
Tue, 07 Nov 2006 22:49:56 +0000 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)
Tue, 07 Nov 2006 22:48:14 +0000 gpoirier Partial sync with en/mplayer.1 r20739
Tue, 07 Nov 2006 22:46:35 +0000 nicodvb added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
Tue, 07 Nov 2006 21:09:10 +0000 diego typo
Tue, 07 Nov 2006 21:05:03 +0000 diego _inputmodules vs _noinputmodules typo fix
Tue, 07 Nov 2006 19:52:47 +0000 michael feed av_log() through mp_msg()
Tue, 07 Nov 2006 19:05:38 +0000 michael fprintf -> mp_msg
Tue, 07 Nov 2006 18:57:25 +0000 voroshil Adding myself to man page translation and stram sections.
Tue, 07 Nov 2006 18:39:38 +0000 voroshil Replace enneccesery O_RDWR with O_RDONLY
Tue, 07 Nov 2006 18:27:40 +0000 voroshil Restoring volume level of radio card on exit.
Tue, 07 Nov 2006 18:20:07 +0000 voroshil sync tag update, no real changes needed
Tue, 07 Nov 2006 18:15:37 +0000 voroshil r20739: Remove remnants of long-gone libfame.
Tue, 07 Nov 2006 18:14:30 +0000 mosu If parsing a seek head fails then mplayer should try continue parsing the file after the seek head.
Tue, 07 Nov 2006 17:37:23 +0000 reimar Add our own CODEC_ID -> fourcc translation tables so we do not need
Tue, 07 Nov 2006 17:21:34 +0000 reimar r20650 inverted the gtk1 check before setting charset, this
Tue, 07 Nov 2006 16:45:49 +0000 kraymer remove stray comment line
Tue, 07 Nov 2006 16:42:39 +0000 diego Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,
Tue, 07 Nov 2006 16:40:22 +0000 diego Remove bogus comment lines.
Tue, 07 Nov 2006 16:39:58 +0000 diego Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.
Tue, 07 Nov 2006 16:01:34 +0000 kraymer remove dead defines (spotted by mphelp_check.py)
Tue, 07 Nov 2006 13:50:11 +0000 kraymer fix format identifiers mismatch
Tue, 07 Nov 2006 12:31:37 +0000 voroshil Initial (partially, about 40%) translation.
Tue, 07 Nov 2006 07:07:05 +0000 gpoirier Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Mon, 06 Nov 2006 22:57:14 +0000 diego Remove remnants of long-gone libfame.
Mon, 06 Nov 2006 20:09:28 +0000 eugeni Bugfix: when copying ass_force_style_list, ending 0 was left out.
Mon, 06 Nov 2006 18:05:38 +0000 diego typo
Mon, 06 Nov 2006 16:23:04 +0000 diego output cosmetics
Mon, 06 Nov 2006 13:41:37 +0000 jheryan Synced to 3.11.2006
Mon, 06 Nov 2006 02:47:57 +0000 eugeni Calculate text bounding box in a way that does not depend on actual glyph
Mon, 06 Nov 2006 02:05:51 +0000 diego Don't let the program speak as 'I'.
Mon, 06 Nov 2006 00:18:06 +0000 diego Remove hackish setting of extra libraries through --enable-static=-lfoo,
Mon, 06 Nov 2006 00:13:37 +0000 diego Remove deprecated install-path option.
Mon, 06 Nov 2006 00:09:07 +0000 diego spelling/grammar/wording/consistency for the help output
Sun, 05 Nov 2006 20:35:16 +0000 diego WIN32 was already being set from config.h.
Sun, 05 Nov 2006 20:29:29 +0000 reimar Fix index-based seeking in audio-only files, fixes bug #621
Sun, 05 Nov 2006 20:18:37 +0000 rtogni printf->mp_msg
Sun, 05 Nov 2006 20:17:51 +0000 kraymer fix typo (noticed by jerome.ferrari lappis com)
Sun, 05 Nov 2006 19:36:21 +0000 voroshil r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
Sun, 05 Nov 2006 19:06:32 +0000 diego Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.
Sun, 05 Nov 2006 19:04:41 +0000 voroshil Initial partial translation of man page
Sun, 05 Nov 2006 18:56:31 +0000 eugeni Initialize fontconfig in VFCTRL_INIT_EOSD handler.
Sun, 05 Nov 2006 18:53:21 +0000 voroshil r20699: Missing <option> tag
Sun, 05 Nov 2006 18:40:16 +0000 reimar Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
Sun, 05 Nov 2006 18:27:07 +0000 diego Fix tdfx-related copy + paste typos, patch by Ville Skytt¸«£, ville.skytta iki fi.
Sun, 05 Nov 2006 18:21:39 +0000 eugeni Cosmetics: indentation fix.
Sun, 05 Nov 2006 17:43:25 +0000 reimar Fix compilation: forgotten mp_msg.h include
Sun, 05 Nov 2006 17:32:18 +0000 eugeni Fix an obvious typo.
Sun, 05 Nov 2006 17:31:28 +0000 rtogni printf ->mp_msg
Sun, 05 Nov 2006 17:26:55 +0000 eugeni Fix the following compiler warnings:
Sun, 05 Nov 2006 17:08:36 +0000 rtogni Do not use abort()
Sun, 05 Nov 2006 16:49:09 +0000 kraymer better wording for "workarounding"
Sun, 05 Nov 2006 16:36:02 +0000 kraymer MSGTRs for demux_avi.c
Sun, 05 Nov 2006 16:34:45 +0000 diego Add 4XM audio.
Sun, 05 Nov 2006 15:37:06 +0000 torinthiel Synced with r20705
Sun, 05 Nov 2006 15:23:50 +0000 kraymer r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
Sun, 05 Nov 2006 15:18:17 +0000 nicodvb spellfix and improvement suggested by Wanderer
Sun, 05 Nov 2006 15:13:05 +0000 kraymer some fixes for latest demux_mkv messages
Sun, 05 Nov 2006 15:11:04 +0000 torinthiel Unify ./configure script handling
Sun, 05 Nov 2006 15:10:05 +0000 torinthiel Better URL markup
Sun, 05 Nov 2006 15:09:36 +0000 torinthiel Better wording, especially if hyperlinks are not visible
Sun, 05 Nov 2006 15:08:39 +0000 torinthiel Remove ugly indentation in <screen> tags
Sun, 05 Nov 2006 15:07:41 +0000 torinthiel Don't break a paragraph in a middle of a thought
Sun, 05 Nov 2006 15:06:43 +0000 torinthiel A bunch of missing <systemitem class="library"> tags
Sun, 05 Nov 2006 15:06:02 +0000 torinthiel Missing <option> tag
Sun, 05 Nov 2006 14:31:14 +0000 kraymer better wording for note about utf-8
Sun, 05 Nov 2006 14:00:35 +0000 kraymer note for translators to use utf-8 encoding for help_mp files and xml docs
Sun, 05 Nov 2006 13:53:27 +0000 kraymer add MSGTR_MPDEMUX_MKV for demux_mkv.c
Sun, 05 Nov 2006 13:35:25 +0000 Gabrov synced with r20693
Sun, 05 Nov 2006 13:28:38 +0000 kraymer fix overly long line
Sun, 05 Nov 2006 13:15:37 +0000 kraymer markup fix
Sun, 05 Nov 2006 12:54:05 +0000 kraymer version bump, no changes made
Sun, 05 Nov 2006 12:50:03 +0000 kraymer Partial sync w/ en/mplayer.1 (6)
Sun, 05 Nov 2006 12:49:32 +0000 diego consistency/grammar
Sun, 05 Nov 2006 12:46:35 +0000 Gabrov synced with r20586
Sun, 05 Nov 2006 12:30:00 +0000 voroshil Split too long line into a number of small one
Sun, 05 Nov 2006 12:10:44 +0000 reimar Always respect w and h params to mpcodecs_config_vo over
Sun, 05 Nov 2006 11:54:29 +0000 voroshil r20682: punctuation, full stop -> comma
Sun, 05 Nov 2006 11:29:02 +0000 torinthiel (cosmetics) remove unneeded tabs
Sun, 05 Nov 2006 10:54:14 +0000 nicodvb reccomend the usage of :tsaf with :format=dvd in -mpegopts
Sun, 05 Nov 2006 10:50:29 +0000 nicodvb mention :tsaf on every instance of -mpegopts format=dvd
Sun, 05 Nov 2006 10:35:07 +0000 torinthiel punctuation, full stop -> comma
Sun, 05 Nov 2006 09:04:32 +0000 diego Remove empty variable.
Sun, 05 Nov 2006 00:10:10 +0000 diego output cosmetics
Sun, 05 Nov 2006 00:02:48 +0000 diego Fix some echo -n occurrences, patch by sci-fi@hush.ai.
Sat, 04 Nov 2006 23:38:59 +0000 Gabrov synced with r20677
Sat, 04 Nov 2006 23:07:55 +0000 nicodvb cosmetics: reformatted with only tabs
Sat, 04 Nov 2006 23:05:38 +0000 nicodvb use calloc() instead of malloc()
Sat, 04 Nov 2006 23:03:52 +0000 nicodvb nonsense removal: compare old and new frequency in order to skip tuning
Sat, 04 Nov 2006 22:01:51 +0000 michael Corrigendum 1
Sat, 04 Nov 2006 21:44:53 +0000 reimar Hack around Windows focus problem with -vo gl
Sat, 04 Nov 2006 20:48:15 +0000 reimar ass renderer absolutely needs readable target mpi.
Sat, 04 Nov 2006 19:19:03 +0000 reimar Remove completely useless cursor variable.
Sat, 04 Nov 2006 18:11:17 +0000 diego Add FFmpeg fraps video decoder.
Sat, 04 Nov 2006 17:58:09 +0000 eugeni More precise bounding box calculation for karaoke effects.
Sat, 04 Nov 2006 16:25:32 +0000 rtogni Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1
Sat, 04 Nov 2006 15:56:11 +0000 kraymer convert DOCS/xml/hu to UTF-8
Sat, 04 Nov 2006 13:56:55 +0000 ods15 SHOULD not -> SHOULD NOT
Sat, 04 Nov 2006 13:33:35 +0000 michael intro
Sat, 04 Nov 2006 12:01:29 +0000 reimar Clarify state of openal ao.
Sat, 04 Nov 2006 11:57:03 +0000 reimar Extended/reworked fontconfig test to work without pkg-config with versions
Sat, 04 Nov 2006 10:21:52 +0000 henry changed email address
Sat, 04 Nov 2006 10:02:22 +0000 voroshil no real change needed for r20657
Sat, 04 Nov 2006 09:45:00 +0000 torinthiel Sync with r20637
Sat, 04 Nov 2006 09:34:56 +0000 torinthiel Synced with r20658
Sat, 04 Nov 2006 09:30:30 +0000 torinthiel (cosmetics) Unify and clarify blank lines usage
Sat, 04 Nov 2006 09:24:33 +0000 torinthiel Move "and" to end of list, improves grammar
Sat, 04 Nov 2006 07:14:50 +0000 henry update for r20654
Sat, 04 Nov 2006 07:08:54 +0000 henry pass the interlacing info to the filter chain
Sat, 04 Nov 2006 07:05:21 +0000 henry fix quantizer export for interlaced video
Fri, 03 Nov 2006 23:11:00 +0000 eugeni Prefer microsoft-specific charmaps to all other.
Fri, 03 Nov 2006 22:53:24 +0000 nicodvb don't set the resolution for dvr-ms files: in the asf headers it seems to
Fri, 03 Nov 2006 22:03:58 +0000 diego Streamline and simplify internal vs external libdvdread handling.
Fri, 03 Nov 2006 21:52:35 +0000 kraymer remove charset files (all of them are in UTF-8 now anyway)
Fri, 03 Nov 2006 21:40:13 +0000 michael attempt to fix the unbound future frame issue with keyframes on the muxer side
Fri, 03 Nov 2006 21:36:11 +0000 diego Document ao_openal.
Fri, 03 Nov 2006 21:13:50 +0000 michael 2nd try for a keyframe definition
Fri, 03 Nov 2006 20:59:58 +0000 gpoirier partial sync
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Fri, 03 Nov 2006 15:46:47 +0000 voroshil no real change need for r20586, updating sync tag
Fri, 03 Nov 2006 15:43:33 +0000 voroshil add missing tag update
Fri, 03 Nov 2006 15:40:21 +0000 voroshil r20637:libmpdvdkit no longer exists.
Fri, 03 Nov 2006 14:36:48 +0000 kraymer r20620: better description for -correct-pts
Fri, 03 Nov 2006 14:30:07 +0000 kraymer r20571: cvidix tricks
Fri, 03 Nov 2006 14:19:32 +0000 kraymer fix typo
Fri, 03 Nov 2006 14:10:58 +0000 michael keyframe definition
Fri, 03 Nov 2006 14:02:08 +0000 diego libmpdvdkit no longer exists.
Fri, 03 Nov 2006 13:57:49 +0000 diego I'm effectively maintaining libdvdcss and libdvdread.
Fri, 03 Nov 2006 13:53:29 +0000 michael main header typo
Fri, 03 Nov 2006 13:52:12 +0000 michael move file up so its found first, this probably improves readability
Fri, 03 Nov 2006 13:51:04 +0000 diego libmpdvdkit2 --> libdvdcss
Fri, 03 Nov 2006 13:50:32 +0000 diego libmpdvdkit2 --> libdvdread
Fri, 03 Nov 2006 13:48:52 +0000 diego libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
Fri, 03 Nov 2006 12:30:52 +0000 diego Remove stray line.
Fri, 03 Nov 2006 12:25:56 +0000 diego Move libdvdcss into its own subdirectory.
Fri, 03 Nov 2006 10:48:17 +0000 diego Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.
Fri, 03 Nov 2006 10:37:22 +0000 diego Remove useless default target.
Fri, 03 Nov 2006 10:36:45 +0000 diego Move the rest of the config.h parameters to the Makefile.
Fri, 03 Nov 2006 10:09:39 +0000 diego Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.
Fri, 03 Nov 2006 09:58:23 +0000 diego bump version number
Fri, 03 Nov 2006 09:58:07 +0000 diego Remove options not present in upstream config.h.in.
Fri, 03 Nov 2006 09:52:13 +0000 diego Sync some cosmetics from upstream.
Fri, 03 Nov 2006 08:56:03 +0000 diego typo, roff markup
Fri, 03 Nov 2006 05:14:37 +0000 uau better description for -correct-pts
Fri, 03 Nov 2006 02:15:08 +0000 eugeni Implement loading subtitles from memory.
Fri, 03 Nov 2006 01:41:48 +0000 eugeni Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
Fri, 03 Nov 2006 00:30:11 +0000 torinthiel - random fixes
Fri, 03 Nov 2006 00:27:41 +0000 kraymer Partial sync w/ en/mplayer.1 (5).
Fri, 03 Nov 2006 00:03:30 +0000 torinthiel Synced with r20614
Thu, 02 Nov 2006 23:55:14 +0000 torinthiel another missing <application>
Thu, 02 Nov 2006 18:42:07 +0000 reimar Support backspace for -vo gl/gl2 under Windows
Thu, 02 Nov 2006 18:14:12 +0000 reimar remove accidential ';' (that's what too much C programming does to you ;-) )
Thu, 02 Nov 2006 18:12:19 +0000 reimar Check for existence of libcdio_paranoia, not libcdio, since the former is
Thu, 02 Nov 2006 18:07:00 +0000 reimar Useless break in libcdio pkg-config check
Thu, 02 Nov 2006 18:05:22 +0000 reimar Remove spurious $_inc_tmp in libcdio check
Thu, 02 Nov 2006 17:05:31 +0000 voroshil Replace some chars with &#<somecode>; to allow make vim working properly with unicode on koi8r locale.
Thu, 02 Nov 2006 16:20:25 +0000 reimar Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts
Thu, 02 Nov 2006 11:45:10 +0000 kraymer convert remaining help files to UTF-8
Thu, 02 Nov 2006 09:01:01 +0000 lucabe Add support for conversions from the rgb565 and rgb555 formats
Wed, 01 Nov 2006 20:31:18 +0000 diego Rework binary codec directory handling. Don't use directories from other
Wed, 01 Nov 2006 20:03:32 +0000 reimar More code shuffling
Wed, 01 Nov 2006 19:57:44 +0000 reimar cosmetics: move WIN32 read_toc code to allow for summarizing more common
Wed, 01 Nov 2006 19:52:42 +0000 henry qp height should be in macroblocks, not pixels
Wed, 01 Nov 2006 19:44:35 +0000 diego Do not mix declarations and statements.
Wed, 01 Nov 2006 19:41:03 +0000 reimar Avoid code duplication for "last" toc entry.
Wed, 01 Nov 2006 19:24:54 +0000 reimar simplify/unify read_toc
Wed, 01 Nov 2006 19:14:28 +0000 reimar Factor out common code in stream_cddb read_toc function.
Wed, 01 Nov 2006 19:11:43 +0000 voroshil some non russian/english characters (in people's names) copypasted from english page.
Wed, 01 Nov 2006 19:02:01 +0000 reimar Remove useless code
Wed, 01 Nov 2006 18:54:10 +0000 reimar libcdio also needs to link against libcdio_paranoia
Wed, 01 Nov 2006 18:41:25 +0000 reimar ARCH_X86 simplifications
Wed, 01 Nov 2006 18:36:20 +0000 diego Use common define for x86_32 and x86_64.
Wed, 01 Nov 2006 18:19:02 +0000 reimar mp3lib asm does not compile on AMD64.
Wed, 01 Nov 2006 18:17:18 +0000 diego Support for recent changes to ARCH_X86 handling in FFmpeg.
Wed, 01 Nov 2006 18:15:06 +0000 reimar Proper libcdio detection also without pkg-config
Wed, 01 Nov 2006 17:58:47 +0000 diego proper Subversion-speak for revision numbers
Wed, 01 Nov 2006 17:47:18 +0000 torinthiel - Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by me
Wed, 01 Nov 2006 17:44:40 +0000 torinthiel Missing comma added
Wed, 01 Nov 2006 17:43:20 +0000 diego The col utility eats non-ASCII characters without the -p option it seems.
Wed, 01 Nov 2006 17:33:45 +0000 diego cosmetics: Reformat section.
Wed, 01 Nov 2006 17:31:11 +0000 diego paragraph about groff and UTF-8
Wed, 01 Nov 2006 17:05:17 +0000 reimar gcc optimized != 0 check for extern function away, thus linking
Wed, 01 Nov 2006 14:50:36 +0000 diego encoding is now UTF-8
Wed, 01 Nov 2006 14:42:23 +0000 diego libdvdcss r202, my patch was committed upstream.
Wed, 01 Nov 2006 14:41:59 +0000 diego Typo: lseek --> lseek64, the former is not used in the code.
Wed, 01 Nov 2006 12:27:56 +0000 voroshil trivial sync with r20551
Wed, 01 Nov 2006 10:52:23 +0000 reimar Do not modify parsed command-line values on config,
Wed, 01 Nov 2006 10:49:52 +0000 reimar Test proper linking for cdda/cdio
Tue, 31 Oct 2006 22:28:16 +0000 torinthiel Sync r20551 and some wording fixes
Tue, 31 Oct 2006 21:49:34 +0000 torinthiel Bump sync tag, r20551
Tue, 31 Oct 2006 21:44:11 +0000 torinthiel Revert broken encoding translation
Tue, 31 Oct 2006 18:52:40 +0000 corey Typo fix: missing "get".
Tue, 31 Oct 2006 18:20:28 +0000 diego cvidix tricks, based on a patch by Reimar
Tue, 31 Oct 2006 17:55:54 +0000 diego Fix codec directory fallback, it was overriding the autodetection.
Tue, 31 Oct 2006 17:24:43 +0000 kraymer update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
Tue, 31 Oct 2006 17:10:16 +0000 diego Add copyright holders, mostly synced from the Debian package.
Tue, 31 Oct 2006 17:09:24 +0000 diego precise location for dvbstream
Tue, 31 Oct 2006 17:07:55 +0000 diego CVS -> SVN for FFmpeg, add pnm implementation from xine.
Tue, 31 Oct 2006 16:46:45 +0000 diego uCIFS is gone, URL update.
Tue, 31 Oct 2006 15:16:12 +0000 diego Implement proper codecs directory fallback.
Tue, 31 Oct 2006 14:51:47 +0000 kraymer remove outdated encoding comments
Tue, 31 Oct 2006 14:50:56 +0000 diego --with-codecsdir --> --codecsdir
Tue, 31 Oct 2006 14:48:07 +0000 diego --with-codecsdir --> --codecsdir
Tue, 31 Oct 2006 14:47:34 +0000 diego Rename all codecs directory options.
Tue, 31 Oct 2006 14:41:50 +0000 kraymer r20534: An example of using -vf ass.
Tue, 31 Oct 2006 13:34:17 +0000 diego Run dirclean instead of clean on distclean, this way we only need to
Tue, 31 Oct 2006 13:19:10 +0000 jheryan :Little typo
Tue, 31 Oct 2006 13:16:12 +0000 jheryan Synced to 26.10.2006 with respect to later utf-8 conversion.
Tue, 31 Oct 2006 12:52:05 +0000 diego Unification of linker option handling, part 1 of many.
Tue, 31 Oct 2006 12:41:29 +0000 diego CFLAGS are not necessary for linking.
Tue, 31 Oct 2006 12:35:50 +0000 kraymer convert some unmaintained help_mp-* files to UTF-8
Tue, 31 Oct 2006 12:34:40 +0000 voroshil convert help_mp-ru.h from koi8-r to UTF-8
Tue, 31 Oct 2006 12:23:38 +0000 kraymer convert DOCS/xml/en and help_mp-en.h to UTF-8
Tue, 31 Oct 2006 12:21:01 +0000 diego 100l to me for not checking properly, really fix pkg-config detection now.
Tue, 31 Oct 2006 12:14:08 +0000 diego 10l, use a pkg-config parameter that makes it return 0...
Tue, 31 Oct 2006 09:25:40 +0000 diego Test for the existence of pkg-config, fixes Bugzilla #553.
Mon, 30 Oct 2006 23:47:42 +0000 diego Cygwin linking fix.
Mon, 30 Oct 2006 22:32:04 +0000 rtogni printf -> mp_msg
Mon, 30 Oct 2006 22:17:11 +0000 kraymer convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
Mon, 30 Oct 2006 21:56:32 +0000 rtogni Update from IMC and realrtsp auth
Mon, 30 Oct 2006 21:55:58 +0000 rtogni Realrtsp authentication
Mon, 30 Oct 2006 21:31:11 +0000 kraymer convert DOCS/xml/es and help/help_mp-es.h* to UTF-8
Mon, 30 Oct 2006 21:28:44 +0000 diego Explain the risks of forcing options with --enable-* in a way that is
Mon, 30 Oct 2006 21:25:02 +0000 kraymer convert DOCS/xml/pl and help/help_mp-pl* to UTF-8
Mon, 30 Oct 2006 21:08:12 +0000 rtogni Intel Music Coder decoding via lavc
Mon, 30 Oct 2006 20:23:24 +0000 diego Remove special output for outdated SDL. It's doubtful such old versions still
Mon, 30 Oct 2006 20:22:00 +0000 kraymer convert DOCS/fr and help/help_mp-fr.* to UTF-8
Mon, 30 Oct 2006 20:12:24 +0000 diego misc fixes by Sheldon Jin (jinsh2 yahoo com)
Mon, 30 Oct 2006 19:54:59 +0000 diego wording/roff fix
Mon, 30 Oct 2006 19:38:45 +0000 eugeni An example of using -vf ass.
Mon, 30 Oct 2006 19:19:19 +0000 kraymer better wording for MSGTR_MENU_None
Mon, 30 Oct 2006 18:48:31 +0000 reimar Also detect static fontconfig when pkg-config is not installed
Mon, 30 Oct 2006 16:59:40 +0000 kraymer convert DOCS/de from ISO-8859-1 to UTF-8
Mon, 30 Oct 2006 15:32:47 +0000 voroshil convert DOCS/ru from koi8r to UTF-8
Mon, 30 Oct 2006 14:58:46 +0000 kraymer fix "iconv: illegal input sequence" error
Mon, 30 Oct 2006 11:22:11 +0000 diego Add a parameter to enable colorized console output.
Mon, 30 Oct 2006 09:08:19 +0000 diego Fix libmpdvdkit2 linking on Mac OS X.
Mon, 30 Oct 2006 08:39:19 +0000 diego Remove redundant variable setting.
Mon, 30 Oct 2006 08:28:58 +0000 diego Make libmpdvdkit2 compilation slightly more consistent with the other modules.
Sun, 29 Oct 2006 22:02:10 +0000 nicodvb a previous commit introduced a bug that prevented tables
Sun, 29 Oct 2006 21:52:26 +0000 reimar Fix possible crash: negative values may no be passed to render_one_glyph
Sun, 29 Oct 2006 21:29:23 +0000 nicodvb simplified assignment of subtitles stream in ts_parse()
Sun, 29 Oct 2006 21:10:59 +0000 reimar Handle windows path separator in filesel menu.
Sun, 29 Oct 2006 18:16:00 +0000 reimar disable nonworking/broken code for now till I find out what it is supposed to do.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:26:13 +0000 eugeni Move ass_library initialization code to ass_mp.c.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sun, 29 Oct 2006 14:45:44 +0000 reimar Add VIDEOMEMORY_SIZE define to allow to easily change it.
Sun, 29 Oct 2006 14:26:23 +0000 rtogni Prevent segfault if video codec init fails
Sun, 29 Oct 2006 14:16:42 +0000 reimar Warn about vo_gl scaled-osd broken with -ass
Sun, 29 Oct 2006 13:59:36 +0000 eugeni Fix width -> orig_width typo.
Sun, 29 Oct 2006 13:58:30 +0000 eugeni Don't set PlayResX for plaintext subtitles.
Sun, 29 Oct 2006 13:52:51 +0000 eugeni Add \N at the end of each subtitle line when converting from subdata.
Sun, 29 Oct 2006 13:17:26 +0000 reimar Make sure we do not read beyond end of subtitle packet
Sun, 29 Oct 2006 12:44:15 +0000 reimar realloc subtitle buffers since subcp_recode might have decreased their size.
Sun, 29 Oct 2006 12:32:12 +0000 reimar Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
Sun, 29 Oct 2006 11:38:14 +0000 reimar Factor out common cdda stuff from cdio and cdparanoia tests.
Sun, 29 Oct 2006 11:17:28 +0000 nicodvb handle broken ts packets before parsing the rest
Sun, 29 Oct 2006 11:05:49 +0000 reimar Support new flac-in-ogg, fixes bug #229
Sun, 29 Oct 2006 11:00:36 +0000 nicodvb cosmetics: reformatted after previous commit
Sun, 29 Oct 2006 10:55:02 +0000 nicodvb 1000l: fixed broken handling of the adaption field - part 2
Sun, 29 Oct 2006 10:33:49 +0000 nicodvb fixed mishandling of stream_read() (it doesn't necessarily return -1 in case of error)
Sun, 29 Oct 2006 10:23:15 +0000 nicodvb ts_parse() move section handling after stream_read() rather than repeating it
Sun, 29 Oct 2006 10:13:39 +0000 diego Add some <application> tags.