log

age author description
2007-01-06 nicodvb don't add pid 0 if it's already present in the list
2007-01-06 gpoirier update comment url
2007-01-05 reimar Simplify after last demux_ogg commit
2007-01-05 reimar Do not access ogg_d->subs after freeing it.
2007-01-05 reimar sizeof() is long, thus %d format in error message is wrong.
2007-01-05 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
2007-01-05 reimar Do not abort on X11 errors, most are not at all fatal.
2007-01-05 reimar move runtime cpu detection check after detection of host architecture,
2007-01-04 gpoirier add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
2007-01-04 reimar Use av_d2q to produce the fps fraction, this usually produces more sane fractions
2007-01-04 reimar Fix printf types: AVRational members are ints, not 64 bit.
2007-01-04 ben allows OSD menu to be displayed when using MPEG PES video out
2007-01-04 ben restore volume if muted at exit
2007-01-04 ben fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
2007-01-04 ben don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
2007-01-04 ben increased a bit max param length as it can be too short to declare tv channels when you have a long list of
2007-01-04 ben support for vidix on ATI Radeon 9600SE cards
2007-01-04 gpoirier fix gprof support (aka work around gprof's brain dead design)
2007-01-04 torinthiel Synced with r21760, typos
2007-01-04 torinthiel translated r21748
2007-01-02 Gabrov synced with r21537
2007-01-02 Gabrov synced with r21737
2007-01-02 voroshil better wording and typos fixing
2007-01-02 voroshil r21791: avoid a possible confusion, as suggested by Wanderer
2007-01-01 rtogni More free() that were forgotten in r21806 memleak fix
2007-01-01 nicodvb set dp->stream_pts only when feeding the video stream to workaround
2007-01-01 rtogni Memleak fix (implement sdpplin_free() and use it)
2007-01-01 rtogni Fix invalid memory access if identifier is unknown
2006-12-31 aurel Comment about lavf required for musepack and remove unneeded format entry.
2006-12-31 nicodvb removed unused variable
2006-12-31 rtogni I've found a mistake in encoding-guide:
2006-12-31 rtogni Fix potential buffer overflow in asm rules matching code
2006-12-31 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
2006-12-31 nicodvb replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
2006-12-31 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
2006-12-31 michael sort
2006-12-31 rathann Fix build with shared libavutil. Approved by Diego.
2006-12-30 nicodvb reindentation
2006-12-30 iive Fix double free of *http_hdr at server error.
2006-12-29 gpoirier avoid a possible confusion, as suggested by Wanderer
2006-12-29 vayne small oops fix from my last commit
2006-12-29 michael the avi spec does not allow random samplesize whoever wrote this should be shot
2006-12-29 michael dont read index if -noidx
2006-12-29 michael first step toward amr-nb muxing support
2006-12-29 vayne fix to allow adding multiple files to the playlist with the open file dialog.
2006-12-29 gpoirier sync with r21758
2006-12-29 nicodvb spellfix
2006-12-28 aurel don't compile demux_mpc.c when libmpcdec is disabled
2006-12-28 Gabrov synced with r21612
2006-12-28 vayne remove two unused functions.
2006-12-28 vayne avoid code duplication.
2006-12-28 aurel add support for musepack native decoder from ffmpeg (require -demuxer lavf)
2006-12-27 kraymer file added: Chinese translation for cd-dvd.xml
2006-12-26 Gabrov synced with r21741
2006-12-26 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-12-26 lucabe Mark some variables as possibly unused to avoid warnings
2006-12-26 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
2006-12-26 lucabe Add some other casts, to remove void pointers arithmetic
2006-12-26 lucabe Add some explicit casts to avoid some warnings
2006-12-26 lucabe Remove some void pointers arithmetic
2006-12-26 Gabrov synced with r21741
2006-12-26 Gabrov synced with r21748
2006-12-26 Gabrov synced with r21612
2006-12-26 Gabrov synced with r21686
2006-12-25 voroshil Translation of menc-feat-telecine sect1 in encoding-guide.xml.
2006-12-25 Gabrov audio.xml & bugreports.xml synced with r21764
2006-12-24 voroshil Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
2006-12-24 voroshil Translation of menc-feat-x264 sect1 in encoding-guide.xml
2006-12-24 voroshil r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
2006-12-24 voroshil r21748: Reformatting round continued
2006-12-24 diego Directly point to the Subversion instructions.
2006-12-24 diego Remove undocumented redundant key bindings.
2006-12-24 diego Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
2006-12-24 diego 100l syntax error
2006-12-24 diego cosmetics: Fix indentation after last commit.
2006-12-24 diego Run less CPU checks when runtime CPU detection is enabled.
2006-12-24 diego Exit when runtime CPU detection is requested on unsupported arches.
2006-12-24 diego Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
2006-12-23 diego Extend runtime CPU detection to x86-64.
2006-12-23 torinthiel Synced with r21748
2006-12-23 diego Amiga OS 4 support
2006-12-23 diego Amiga OS 4 needs a large sample size.
2006-12-23 torinthiel Reformatting round continued
2006-12-23 nicodvb replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
2006-12-23 diego Properly fix compilation without code duplication.
2006-12-23 voroshil r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
2006-12-23 torinthiel Mention that you can use different image formats with mf://
2006-12-23 torinthiel Synced with r21741 (or just tag bump)
2006-12-23 torinthiel And <simpara> -> <para> continued, those languages somehow slipped by during
2006-12-23 torinthiel Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
2006-12-23 rik compilation fixes: define always_inline and don't use uint64_t_C
2006-12-23 ods15 Sync to libnut, nom->num
2006-12-23 voroshil r21736: Add <keycombo> barkup for key combinations
2006-12-23 torinthiel Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
2006-12-23 torinthiel Add <keycombo> markup for key combinations
2006-12-23 diego Fix disabling individual demuxers, parsers and decoders
2006-12-23 diego cosmetics: Rename variables to simplify upcoming patches.
2006-12-23 diego Remove x11grab hack, it's now disabled by default in FFmpeg.
2006-12-22 nicodvb smb:// can be used as an output stream
2006-12-22 kraymer sync with r21655, based on a file conversion of help_mp-zh_CN.h
2006-12-22 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 voroshil r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
2006-12-22 lucabe Remove useless include (not needed now that libswscale uses libavutil)
2006-12-22 voroshil Must refer to option name instead of internal variable
2006-12-22 reynaldo fix correct addressing of user, some gram and ortographical fixes too - only partial
2006-12-22 diego wording and markup improvements
2006-12-22 diego small wording/markup improvements
2006-12-21 kraymer sync of Spanish translation for help_mp-es.h
2006-12-21 lorenm ffv1 and ffvhuff haven't required vstrict=-2 for a while
2006-12-21 nicodvb fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
2006-12-21 uau Fix display of multiple simultaneous subtitles without libass.
2006-12-21 voroshil Fixed wrong sync tag
2006-12-21 voroshil r21691: added smb:// to the list of allowed input urls
2006-12-21 voroshil r21686: [cosmetocs] minor fixes after reformatting round
2006-12-21 voroshil Typos, spelling fixes
2006-12-21 reimar Remove duplicate vo_sub extern definition.
2006-12-21 gpoirier Pass quant tables to next filters
2006-12-21 voroshil Fixed:
2006-12-21 diego consistent naming for revision tags
2006-12-21 diego Remove very outdated Italian translation.
2006-12-21 voroshil Typos
2006-12-21 torinthiel Synced with 21706
2006-12-21 torinthiel Synced with 21537
2006-12-21 torinthiel Move message translation outside <screen> tags
2006-12-21 torinthiel [cosmetics] <simpara> -> <para>, for consistency
2006-12-21 torinthiel Still some reformatting:
2006-12-20 nicodvb reindented after yesterday's commit
2006-12-20 kraymer new file: DOCS/xml/zh_CN/mencoder.xml
2006-12-20 lucabe Fix compilation of non-MMX code with gcc 2.95
2006-12-20 kraymer alsa messages for Spanish help file
2006-12-20 voroshil Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
2006-12-20 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
2006-12-20 gpoirier synced with r21697
2006-12-20 gpoirier typo fix in denoise3d's chroma_tmp option description
2006-12-20 voroshil Translation of menc-feat-xvid sect1 in encoding-guide.xml
2006-12-20 kraymer sync with r21655
2006-12-20 kraymer add source files comments to libass messages
2006-12-19 kraymer Spanish translation for libass help messages
2006-12-19 nicodvb mentioned file:// and smb:// as alternative stream outputs for mencoder
2006-12-19 nicodvb added smb:// to the list of allowed input urls
2006-12-19 nicodvb support for writing over smb shares
2006-12-19 nicodvb in WRITE mode open the output file with mode 0666; umask will filter it
2006-12-19 voroshil Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
2006-12-19 torinthiel Sync tag bumped to 21686
2006-12-19 torinthiel [cosmetics] minor fixes after reformatting round
2006-12-19 torinthiel Synced with 21537
2006-12-19 torinthiel Synced with 21624
2006-12-19 torinthiel Synced with 21612
2006-12-19 kraymer r21465: [cosmetics] Reindent XML source
2006-12-19 kraymer r21508: emphasis the fact that leaving black borders really hurts quality
2006-12-18 nicodvb update the list of files I maintain
2006-12-18 kraymer r21425: Some fixes for previous commit, 10l for me
2006-12-18 kraymer r21423: Consistent capitalization of table entries
2006-12-18 nicodvb output streams
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-12-18 nicodvb support functions for writing to streams
2006-12-18 nicodvb implemented STREAM_CTRL_GET_SIZE
2006-12-18 nicodvb new STREAM_CTRL_GET_SIZE to get size of output stream
2006-12-18 nicodvb in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
2006-12-18 nicodvb added member and definitions for output streams
2006-12-18 reimar Color console had a big bug nobody noticed, so mark this feature as
2006-12-18 reimar Fix possible crashes with colorized mplayer output
2006-12-18 kraymer remove outdated html docs, Chinese translation
2006-12-18 reimar doxify a comment
2006-12-18 reimar Require 12 consecutive MPEG-audio headers before detecting as audio.
2006-12-18 kraymer svn move xml/zh to xml/zh_CN
2006-12-17 nicodvb -dvd-speed
2006-12-17 rtogni lavc vp6 decoder now supports also VP60 and VP61
2006-12-17 voroshil r21651: add missing line break
2006-12-17 voroshil r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
2006-12-17 voroshil Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
2006-12-17 gpoirier more sensible names for denoiser options
2006-12-17 kraymer typo
2006-12-17 kraymer r21654: add man page entry for new -dvd-speed option
2006-12-17 gpoirier document hqdn3d and dn3d's 4th parameter
2006-12-17 kraymer make messages for success/failure of setting dvd-speed more clear
2006-12-17 kraymer add man page entry for new -dvd-speed option
2006-12-17 kraymer r21561: update vbuf_size and suggest 400 for HDTV video
2006-12-17 nicodvb support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
2006-12-17 kraymer add missing line break
2006-12-17 voroshil r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
2006-12-17 voroshil r21621: mpegts uses 3-letter language codes
2006-12-17 eugeni Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
2006-12-17 reimar Fix compilation under MinGW with X11 enabled
2006-12-17 eugeni Update some comments.
2006-12-17 torinthiel Ignore main.xml properly
2006-12-17 torinthiel Partially revert r20940, we had some local modifications.
2006-12-17 torinthiel CVS -> SVN
2006-12-17 torinthiel - there's no <book lang=""> for ages, it's automated
2006-12-17 torinthiel Initial Chinese translation, by Kun Niu, haoniukun gmail com
2006-12-16 reimar Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.
2006-12-16 reimar Get rid of completely useless includes that in addition hinder compilation
2006-12-16 reimar Simplify: get rid of useless lame_presets_longinfo_dm function.
2006-12-16 reimar Fix FIXME mp_msg levels and targets
2006-12-16 eugeni Cosmetics: fix indentation.
2006-12-16 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
2006-12-16 eugeni Avoid storing font file path and index in ass_font_t.
2006-12-16 eugeni Remove a mistakenly committed debug printf.
2006-12-16 eugeni FT_Set_Transform is fast enough to be called once for each glyph.
2006-12-16 eugeni Avoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeni Move ascender, descender, and kerning computation to ass_font.c.
2006-12-15 nicodvb simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
2006-12-15 rtogni Force lavf on flv streams. Closes bugzilla #354
2006-12-15 nicodvb dvdnav support -alang and -slang
2006-12-15 reimar ASF aspect support via metadata reading.
2006-12-15 eugeni VobSub tracks cannot be handled by libass, do not mark them with 'a'.
2006-12-15 rathann RedHat RPMs are long gone. Greysector repository is going away, and I've
2006-12-15 reimar Compilation fix hacks: disable libavformat X11 grabber and
2006-12-15 ods15 gcc 2.95 fix
2006-12-14 nicodvb mpegts uses 3-letter language codes
2006-12-14 nicodvb show audio language in osd when playing dvdnav streams
2006-12-14 nicodvb implemented dvdnav_lang_from_aid() to retrieve audio language
2006-12-14 nicodvb call dvd_lang_from_aid() only if stream_type is DVD
2006-12-14 nicodvb support for -alang in dvdnav
2006-12-14 nicodvb added dvdnav_aid_from_lang() to support -alang
2006-12-14 reimar 10l, missing () in check for 32bit endian-conversion hack
2006-12-14 voroshil r21612: replace &quot; with ", better readability
2006-12-14 voroshil transliteration -> translation for "dB" and "intra"
2006-12-14 torinthiel replace &quot; with ", better readability
2006-12-13 corey Add missing redirect to /dev/null.
2006-12-13 voroshil r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
2006-12-13 voroshil spelling fix
2006-12-13 diego __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
2006-12-13 diego Ugly hotfix for --disable-mencoder.
2006-12-12 diego wording
2006-12-12 reimar Always use tcgetattr/tcsetattr instead of #ifdef mess
2006-12-12 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
2006-12-12 reimar Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
2006-12-12 reimar Support for different endianness on client and server with -vo x11
2006-12-12 reimar Align image data pointer, this is also in preparation of an upcoming patch
2006-12-12 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
2006-12-12 gpoirier vstrict=0 is required to create DVDs decodable by standalone dvd players
2006-12-11 reimar Mark utf8_get_char parameter as const and fix a compiler warning
2006-12-11 reimar Another simplification
2006-12-11 reimar Reuse utf8_get_char in subtitle rendering code.
2006-12-11 reimar More ChangeLog updates
2006-12-11 henry count needs to be even
2006-12-11 gpoirier sync w/r21561
2006-12-11 gpoirier sync w/ r21506 and misc
2006-12-11 gpoirier sync w/ r21486
2006-12-11 diego Fix --extra-libs-mplayer and --extra-libs-mencoder.
2006-12-11 diego small updates, cosmetics
2006-12-11 reimar 10l, forgot to add _inc_x11 to X11 cc check
2006-12-11 henry (hopefully) the rest of PPC modifications
2006-12-10 reimar OpenAL volume control
2006-12-10 reimar Better default CFLAGS for non-gnu, non-intel compilers
2006-12-10 reimar Respect -noidx in lavf demuxer
2006-12-10 reimar Make sure closesocket is called.
2006-12-10 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
2006-12-10 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
2006-12-10 torinthiel Revert my previous, broken commit
2006-12-10 reimar Only increase buffer size to avoid crashes when seeking in
2006-12-10 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
2006-12-10 nicodvb show subtitle language in OSD ; patch by Otvos Attila
2006-12-10 nicodvb added function to return the language of the specified subtitle id. Patch by
2006-12-10 reimar Fix realvideo size changes by using our own malloced buffer and export type mpi.
2006-12-10 reimar Add x11 include path only to _inc_extra if X11 is actually enabled.
2006-12-10 reimar Remove no longer needed always_inline hack in mpbswap.h
2006-12-10 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
2006-12-10 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
2006-12-10 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
2006-12-10 reimar ffmjpeg uses RGB24 for JPEG-LS
2006-12-10 voroshil r21561: update vbuf_size and suggest 400 for HDTV video
2006-12-10 nplourde vo_macosx, fix crash when closing window
2006-12-10 reimar Fix a compiler warning
2006-12-10 reimar Set frequency and correct frequency getting
2006-12-10 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
2006-12-10 reimar Remove a disabled and completely outdated sample rate mismatch warning.
2006-12-09 nplourde vo_macosx.m disable window animation when going to fullscreen
2006-12-09 nicodvb update vbuf_size and suggest 400 for HDTV video
2006-12-09 nicodvb align vbuf_size to the max value allowed by main profile @ high level
2006-12-09 Gabrov synced with r21558
2006-12-09 reimar Fix misplaced http_free
2006-12-09 reimar Fix potential endless loop in http_streaming_start due
2006-12-09 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
2006-12-09 nicodvb use dvdnav's palette if available
2006-12-09 nicodvb export spu palette; part of a patch by Otvos Attila
2006-12-09 reimar Avoid memory and fd leaks in asf streaming open code.
2006-12-09 reimar Forgotten closesocket on error, patch by
2006-12-09 reimar Close fd on error.
2006-12-09 reimar Fix ppc without altivec compilation
2006-12-09 reimar cscd produces BGR15, not BGR16
2006-12-09 reimar Replace another MIN macro by FFMIN
2006-12-09 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
2006-12-09 reimar Improve OpenAL speaker positions a bit.
2006-12-09 reimar Remove condition that should always be true
2006-12-09 reimar Fix crash in ogg demuxer uninit with -aid
2006-12-09 reimar Half-properly set up OpenAL position stuff
2006-12-09 henry sync to libmpeg2-0.4.1
2006-12-09 voroshil r21537: General reformatting round:
2006-12-09 nplourde do not force arch and isysroot in osx
2006-12-08 voroshil Fix bmovl-test build error
2006-12-08 torinthiel Ignore .depend properly
2006-12-08 torinthiel General reformatting round:
2006-12-08 torinthiel .norecurse should be ignored
2006-12-07 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
2006-12-07 kraymer r21531: Document geq filter.
2006-12-07 voroshil r21529: spelling
2006-12-07 voroshil Typo
2006-12-07 diego Document geq filter.
2006-12-07 kraymer r21529: spelling
2006-12-07 diego spelling
2006-12-07 diego Fix mplayer-rc.o build.
2006-12-07 kraymer r21503: updated documentation of -mpegopts :tele*
2006-12-07 jheryan Synced with 30.11.2006
2006-12-07 reimar vorbis_comment is only used locally, move it out of demuxer struct
2006-12-07 reimar Remove unused ov_struct_t
2006-12-07 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
2006-12-06 eugeni Speed up ASS subtitles display by detecting changes between two consecutive
2006-12-06 voroshil Translated section "GENERAL ENCODING OPTIONS"
2006-12-06 reimar Simplify NEXT_LINE macro and put most of it in a separate function.
2006-12-06 reimar remove useless and incorrect const-removing cast
2006-12-06 reimar Do not define _GNU_SOURCE, it is not necessary and causes a warning if it is
2006-12-06 reimar Properly free fontconfig patterns
2006-12-06 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
2006-12-06 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
2006-12-06 reimar Fix memleak if vd_ffmpeg init fails
2006-12-06 reimar Also free ass_library_t members in ass_library_done
2006-12-05 voroshil r21503: updated documentation of -mpegopts :tele*
2006-12-05 voroshil r21508: emphasis the fact that leaving black borders really hurts quality
2006-12-05 voroshil Translation of "VIDEO FILTERS" section.
2006-12-05 reimar Make sure invalid protocols are rejected instead of treated
2006-12-05 gpoirier emphasis the fact that leaving black borders really hurts quality
2006-12-05 gpoirier update local diff after r20779
2006-12-05 nicodvb wording fix suggested by Diego
2006-12-05 nplourde fix include clash for mmap_anon on darwin ppc
2006-12-04 nplourde force ppc arch and 10.3.9 sys lib on ppc mac
2006-12-04 nicodvb updated documentation of -mpegopts :tele*
2006-12-04 nicodvb disable telecining when it can't be applied
2006-12-04 nicodvb since display_frames in increased by a possibly negative number it had better be signed
2006-12-04 nicodvb cosmetics
2006-12-04 nicodvb removed dead code
2006-12-04 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
2006-12-04 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
2006-12-04 reimar Move cddb "autodetection" so it also works for libcdio
2006-12-04 reimar Add full support for en-/disabling cddb support
2006-12-04 kraymer r21372: Some punctuation cosmetics and better wording
2006-12-04 kraymer help_mp-de.h:
2006-12-04 kraymer fix sentence, reformat
2006-12-04 voroshil r21484: documented -mpegopts :tele_src and :tele_dest
2006-12-04 voroshil r21476: Open embedded fonts directly from memory....
2006-12-04 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
2006-12-04 diego slight clarification
2006-12-04 gpoirier document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
2006-12-04 voroshil Improoving readability of pullup filter section
2006-12-04 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
2006-12-04 nicodvb documented -mpegopts :tele_src and :tele_dest
2006-12-04 nicodvb added generalized teleciner by Donald Graft
2006-12-03 reimar Remove unused function pointers, they probably had incorrect prototypes
2006-12-03 aurel remove headers included twice
2006-12-03 aurel use strchr() instead of index()
2006-12-03 gpoirier sync w/ r21452
2006-12-03 reimar mmap memory area for generated code to avoid crashes on machines which
2006-12-03 reimar Fix 21381, make sure gcc does not make any ip-relative calls or similar.
2006-12-03 eugeni Open embedded fonts directly from memory.
2006-12-03 voroshil One FIXME (CC subtitles related) resolved.
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-12-03 reimar Compile fix, BE_32 definition has been moved
2006-12-03 voroshil r21462: mention all other image formats
2006-12-03 eugeni Rename: ass_process_font -> ass_add_font.
2006-12-03 reimar Use libavutil LE_* macros instead of pointer casts which can result
2006-12-03 eugeni Avoid calling validate_fname() twice for one string.
2006-12-03 reimar Do not call usec_sleep when we are not supposed to sleep.
2006-12-03 torinthiel Synced with r21466
2006-12-03 torinthiel [cosmetics] Consistent XML source formatting
2006-12-03 torinthiel [cosmetics] Reindent XML source
2006-12-03 nicodvb cosmetics: anti-chaos reindentation
2006-12-03 torinthiel Synced with r21462
2006-12-03 torinthiel mention all other image formats
2006-12-03 reimar Unicode support for demuxer info in ASF demuxer.
2006-12-03 reimar Open vobsub output files in binary mode, otherwise the OS might
2006-12-03 reimar 100l typo in 21380 disabled OSD with at least xvmc.
2006-12-03 voroshil fix two overlooked typos in previous sync cause build error
2006-12-03 voroshil Fix translation error in previous sync
2006-12-03 voroshil muxer FIXME resolved
2006-12-03 voroshil r21423: Consistent capitalization of table entries
2006-12-03 voroshil fixed missing tag update
2006-12-03 voroshil r21430: documented -mpegopts :[va]buf_size
2006-12-03 gpoirier document s3fb video out driver
2006-12-02 diego Use fallback XAnim and Real codecs directories when autodetection is skipped.
2006-12-02 diego Remove warning about missing codecs directory, the condition is always true.
2006-12-02 diego Merge dga/nodga suboption of vo_vesa, no short forms.
2006-12-02 reimar Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)
2006-12-02 Gabrov synced with r21446
2006-12-02 diego Remove long-deprecated -vop option.
2006-12-02 diego Replace deprecated vo_plugin_args by vf_settings.
2006-12-02 diego cosmetics: Rename functions and variable names from vop to vf.
2006-12-02 eugeni Set video aspect ratio for libass in vf_vo.
2006-12-02 diego Update comment, video output plugins are deprecated.
2006-12-02 diego Audio track switching works for AVI and libavformat as well.
2006-12-02 nicodvb doxygenized dvdnav_sid_from_lang() and dvdnav_number_of_subs()
2006-12-02 Gabrov synced with r21438
2006-12-02 diego Fix includes and include path, bswap.h is in libavutil now.
2006-12-02 diego Remove superfluous bswap.h include.
2006-12-02 diego Remove suffix rules that are just copies of make builtin rules.
2006-12-02 diego Use standard name for C++ flags.
2006-12-02 diego Move system headers before libavutil headers to work around build issues on
2006-12-02 reimar Compile fix since libvo/sub.h include was removed from mplayer.h
2006-12-02 voroshil Translated section "AUDIO FILTERS"
2006-12-02 voroshil Typo
2006-12-02 nicodvb documented -mpegopts :[va]buf_size
2006-12-01 nicodvb permit to specify the sizes of the decoders' buffers
2006-12-01 nplourde fix mencoder include clash on osx
2006-12-01 torinthiel Synced with r21395
2006-12-01 torinthiel Sync r21425
2006-12-01 torinthiel Some fixes for previous commit, 10l for me
2006-12-01 torinthiel Reformat examples:
2006-12-01 torinthiel Consistent capitalization of table entries
2006-12-01 reimar 100l confused FFMIN/FFMAX
2006-12-01 reimar Proper fix for last demux_avi commit, stream switching now really should
2006-12-01 reimar Make sure we do not hang if no streams are available
2006-12-01 reimar Implement stream switching for AVI demuxer.
2006-12-01 henry update for r21415 and r21416
2006-12-01 reimar Cleanup and fix rectangle size calculation, caused crashes with e.g.
2006-12-01 henry fix incorrect 4:4:4 chroma handling (backport from 0.4.1)
2006-12-01 henry ignore invalid values in the sequence display extension (backport from 0.4.1)
2006-12-01 voroshil r21410: document new meaning of dia=1 introduced by lavc r7192
2006-12-01 gpoirier mark lavc's uneven multi-hexagon search as slow, remove stray '.'
2006-12-01 diego Fix a declarations vs statements warning.
2006-12-01 diego Fix declarations vs statements warning.
2006-12-01 gpoirier document new meaning of dia=-1 introduced by lavc r7192
2006-12-01 diego Add libav include paths to CFLAGS without indirection.
2006-12-01 diego Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
2006-12-01 gpoirier remove duplicate entry
2006-12-01 diego Add libav include paths to CFLAGS without indirection.
2006-11-30 ivo move reserved_bytes out of packet_footer. this makes all packets uniform.
2006-11-30 reimar Use av_int2flt/av_int2dbl to read float values. This is simpler and more
2006-11-30 reimar Move initialization of sh_audio/sh_video members to aviheader
2006-11-30 voroshil r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
2006-11-30 voroshil r21372: Some punctuation cosmetics and better wording
2006-11-30 voroshil r21367: If a glyph is not found in the current font, switch to another one.
2006-11-30 gpoirier fix suggested by Diego
2006-11-30 gpoirier improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
2006-11-30 gpoirier fix indentation after last commit
2006-11-30 gpoirier add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
2006-11-29 torinthiel Better wording for previous commit
2006-11-29 torinthiel Typo
2006-11-29 henry add missing r15484
2006-11-29 rathann Add another FourCC found in the wild, for example:
2006-11-29 diego Remove duplicate OPTFLAGS from CFLAGS.
2006-11-29 diego Remove some superfluous include CFLAGS.
2006-11-29 diego Explain reason for -I.. in CFLAGS here.
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-11-29 diego Fix macro redefinition warning.
2006-11-29 reimar Remove some of the worst "headers include headers which include
2006-11-29 reimar Avoid compiling code using %ah etc. on AMD64, since that will not work
2006-11-29 reimar Get rid of stubs.S, move code to inline asm.
2006-11-29 reimar Cosmetics: remove unused and commented out add_stub function header
2006-11-29 reimar Some extra checks and safety space for add_stub function.
2006-11-29 reimar Change add_stub code to also work without -fomit-frame-pointer
2006-11-29 reimar EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
2006-11-29 diego Add /usr/local/lib and /usr/local/include to the linker/compiler
2006-11-29 diego support for Westwood SND1 audio
2006-11-29 diego `sdl-config --libs` under mingw32 will give -lmingw32, which leads to
2006-11-29 diego URL fix
2006-11-29 torinthiel Synced with r21374
2006-11-29 torinthiel Fix URL, it has moved.
2006-11-29 torinthiel Synced with r21372
2006-11-29 torinthiel Some punctuation cosmetics and better wording
2006-11-29 aurel Sync with FFmpeg changes for encoder/decoder registration.
2006-11-28 uau Fix 2 header bugs introduced by nplourde's previous commit:
2006-11-28 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>
2006-11-28 nplourde adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patcg by Crhis Roccati<roccati@pobox.com>
2006-11-28 eugeni If a glyph is not found in the current font, switch to another one.
2006-11-28 eugeni Skip glyphs with char code < 0x20.
2006-11-28 eugeni Add FT_Library to ass_font_t.
2006-11-28 eugeni Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
2006-11-28 reimar Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl
2006-11-28 reimar Make me maintainer of demux_nuv since I am the only one
2006-11-28 voroshil r21306: fix compilation for win32 dll codec support for intel osx
2006-11-28 reimar Remove long double reading code, long double was never used AFAICT and
2006-11-28 voroshil r21298: "D" interactive key also works with yadif now
2006-11-28 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
2006-11-28 diego Cycling through video tracks works with libavformat as well.
2006-11-28 diego Remove #ifdef __OpenBSD__, there is no indication this is needed.
2006-11-28 diego support Intel Core 2 and AMD Geode in the processor detection routines
2006-11-28 diego Generate OBJS from SRCS in a more elegant and less redundant way.
2006-11-28 diego cosmetics: Sort SRCS by alphabetical order.
2006-11-28 diego Unrecurse VIDIX installation.
2006-11-28 diego Unrecurse VIDIX drivers uninstall.
2006-11-28 diego Remove one level of indirection on VIDIX install/uninstall.
2006-11-27 nicodvb cosmetical reformatting
2006-11-27 nicodvb feed the content of NAV_PACKET to the demuxer
2006-11-27 diego Shorten LIBAV_INC handling.
2006-11-27 diego Merge _ld_arch into _ld_extra.
2006-11-27 diego cosmetics to ease future patching
2006-11-27 diego Disable cddb on Darwin at Reimar's request.
2006-11-27 diego _ld_sock is already in _ld_extra.
2006-11-27 diego Add a config.mak variable for CDDB.
2006-11-27 reimar Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
2006-11-27 diego Note that ffxandpcm only works with libavformat.
2006-11-27 eugeni Don't include freetype headers in other headers.
2006-11-27 eugeni Fix compilation broken in previous commit.
2006-11-27 eugeni Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
2006-11-27 eugeni Cosmetics: reindent.
2006-11-27 eugeni Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
2006-11-27 kraymer help messages:
2006-11-27 eugeni Move ass_font_t allocation to ass_font.h.
2006-11-27 kraymer insert line break for overly long line (second line indented)
2006-11-27 diego wrapper.S should be compiled on non-Darwin, non-Windows systems.
2006-11-27 eugeni Initialize font size with 0.
2006-11-27 reimar Remove unused unk_exp1 loader asm code
2006-11-27 ptt localization of parser-m*cmd.c messages
2006-11-27 diego Ignore libmpmux.a.
2006-11-27 diego Split muxers into a separate library that only MEncoder is linked against.
2006-11-27 diego FFmpeg-style dependency declaration
2006-11-27 diego Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
2006-11-27 diego Move common code to mpcommon.mak.
2006-11-27 diego Sync with FFmpeg changes for (de)muxer registration.
2006-11-27 diego test1 --> test
2006-11-27 diego cosmetics: Merge SRCS together, alphabetical order, whitespace.
2006-11-27 nplourde oops someone forgot obj-c source file
2006-11-27 diego cosmetics:indentation
2006-11-27 diego Untangle dependencies that are handled by configure.
2006-11-27 diego Remove unused LIBAV_INC variable.
2006-11-27 diego Remove superfluous dependency declaration on real header files.
2006-11-27 diego simplify test target
2006-11-27 diego Simplify, TARGET_WIN32 is both Cygwin and MinGW.
2006-11-27 diego Simplify test program generation.
2006-11-27 diego Remove superfluous CFLAGS declaration (is in mpcommon.mak).
2006-11-27 diego There are no .s files in mp3lib/, remove the corresponding suffix rule.
2006-11-27 diego libac3 was removed ages ago, remove the related test target.
2006-11-27 diego .s files don't exist anymore.
2006-11-27 torinthiel Synced with r21168
2006-11-27 nplourde fix compilation for win32 dll codec support for intel osx
2006-11-27 diego Remove unnecessary header indirection.
2006-11-27 diego Use standard SRCS2 name for MEncoder sources.
2006-11-27 diego Move common code for generating multiple libraries to mpcommon.mak.
2006-11-27 diego 10l: Muxers were not being compiled even when MEncoder was enabled.
2006-11-27 diego FFmpeg-style conditional dependency declaration
2006-11-27 diego libmpdemux has no subdirectories.
2006-11-26 gpoirier sync w/ 21298
2006-11-26 gpoirier "D" interactive key also works with yadif now
2006-11-26 diego Merge duplicate entries.
2006-11-26 diego Remove unnecessary variable indirection.
2006-11-26 eugeni Remove obsolete "no_more_font_messages" hack.
2006-11-26 ivo rename all *_nom (nominator) to the correct *_num (numerator)
2006-11-26 eugeni Move fonts-related code to a separate file.
2006-11-26 diego cosmetics: alphabetical order
2006-11-26 diego FFmpeg-style conditional dependency declaration
2006-11-26 diego 100l typos
2006-11-26 diego Remove useless variable indirection.
2006-11-26 diego cosmetics: Move around some entries for better readability.
2006-11-26 diego Do not use many different variables for SRCS.
2006-11-26 diego Reorder entries for better readability.
2006-11-26 diego Remove unused include variable.
2006-11-26 reimar Use gtk_spin_button_get_value_as_int instead of gtk_spin_button_get_value since
2006-11-26 eugeni Make ass_new_font return ass_font_t struct (instead of just FT_Face).
2006-11-26 eugeni Move ass_font_t to header.
2006-11-26 eugeni Rename:
2006-11-26 uau Fix previous broken vd_qtvideo.c commit which failed on MACOSX
2006-11-26 uau Move #include <QuickTime/ImageCodec.h> before internal headers
2006-11-26 reimar Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
2006-11-26 diego Rename config.h --> debug.h and include config.h explicitly.
2006-11-26 uau Shouldn't move "#ifdef MACOSX" before #include config.h of course...
2006-11-26 diego Merge common parts of all Makefiles into one file included by all.
2006-11-26 uau Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
2006-11-26 diego Add explicit dependency information for libosd.a, this fixes MEncoder-only
2006-11-26 diego Remove config.h, there are multiple files under that name, inviting bugs and
2006-11-26 gpoirier sync w/ r21255 (improved deadzone desc.)
2006-11-26 reimar -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
2006-11-26 reimar Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.
2006-11-26 reimar Adjust icon path since windres is now called from osdep subdir
2006-11-26 reimar Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.
2006-11-26 reimar le2me_32 is no longer a macro on PPC, and in general does not have to
2006-11-26 uau Revert r21251 (moving loader/config.h contents to main config.h).
2006-11-26 reimar Remove useless fd parameter for mmap_anon
2006-11-26 diego Simplify, remove useless indirection.
2006-11-26 reimar Fix loader code: closed .dll file handles when it should not
2006-11-26 voroshil r21186: Remove "OSD only" tags; those options always exist.
2006-11-26 reimar open /dev/zero left over from mmap_anon patch
2006-11-26 reimar Useless use of strstr, strchr is good enough.
2006-11-26 henry Check the log level before processing the message
2006-11-26 nicodvb match exactly card number N specified, rather than the N-th actually usable
2006-11-26 reimar Set _win32codecsdir fallback also with --enable-win32
2006-11-26 lorenm typo in deadzone_inter
2006-11-26 gpoirier nits and picks by The Wanderer :)
2006-11-25 reimar Sanity-check number of lines in CC subtitle
2006-11-25 reimar Cleanup for uselessly complicated closed-caption subtitle handling
2006-11-25 diego Move contents of loader/config.h to configure/config.h, there are
2006-11-25 uau Add a sanity check to unsafe-looking code.
2006-11-25 diego Remove config.h and move its content to af.h. There are multiple files under
2006-11-25 diego Use the real name of the header file when guarding against double inclusion.
2006-11-25 diego Remove nonexistent variable.
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Don't compile libvo.a unless MPlayer is enabled.
2006-11-25 diego simplify
2006-11-25 diego Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.h
2006-11-25 reimar Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.
2006-11-25 diego Linking hotfix, loader depends on osdep.
2006-11-25 reimar Remove useless libvo/sub.h include.
2006-11-25 reimar Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
2006-11-25 diego simplify
2006-11-25 reimar Add generic target that allow compiling without any assembler or otherwise
2006-11-25 ben missing include for uint16_t
2006-11-25 ben keep nav highlight event in dvdnav priv structure
2006-11-25 diego There are no more .depend files in subdirectories.
2006-11-25 diego simplify
2006-11-25 diego Remove commented-out cruft.
2006-11-25 diego Unconditionally include config.mak for consistency.
2006-11-25 diego more consistency with the other Makefiles.
2006-11-25 diego SRCS should be one per line to make patches more readable.
2006-11-25 gpoirier fix typos noticed by Diego
2006-11-25 diego Remove pointless indirection.
2006-11-25 diego Sync with FFmpeg r7167.
2006-11-25 diego FFmpeg-style conditional dependency declaration
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Remove superfluous comment.
2006-11-25 diego Remove superfluous comment.
2006-11-25 gpoirier improve description of x264's deadzone* options
2006-11-25 nicodvb support for comma-separated language codes in -slang
2006-11-25 nicodvb support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
2006-11-25 reimar spurious () like in ({code;}) probably is not valid C, icc 9, definitely
2006-11-25 reimar Avoid void * arithmetic
2006-11-25 ben better nav highlight handling
2006-11-25 nicodvb removed unused members and variables
2006-11-25 nicodvb COSMETICS: consistently reformatted after ben's mess
2006-11-25 nicodvb added code to identify subs language and count; needed for forthcoming support for -slang
2006-11-25 diego Add distclean target, unconditionally remove all objects on clean.
2006-11-25 michael a few more clarifications for codec_specific_data by Ralph Giles and me
2006-11-25 diego all should be the first target.
2006-11-25 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
2006-11-25 diego 10l copy + paste typo
2006-11-25 diego Simplify LIBNAME target with $@ and $^.
2006-11-25 diego Remove commented-out cruft.
2006-11-25 diego Move osdep/mplayer.rc handling to the osdep Makefile.
2006-11-25 diego Remove nonexistent variable/file.
2006-11-25 nplourde added mmap_anon to osdep lib. Used in loader for now
2006-11-25 diego No need to ignore files that are not generated any longer.
2006-11-25 diego Make loader Makefile non-recursive.
2006-11-25 diego Use $@ and $^ to designate target and prerequisites.
2006-11-25 diego cosmetics: Move around targets for consistency.
2006-11-25 diego Remove superfluous suffix rule.
2006-11-24 diego Handle stubs.s like all other source files.
2006-11-24 diego Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
2006-11-24 diego Remove .depend on distclean.
2006-11-24 diego Clean up CFLAGS handling.
2006-11-24 ivo add two missing descriptions (index.syncpoints and info_packet.count)
2006-11-24 ivo specify the bitnumber for frame_flags, instead of a decimal bitmask
2006-11-24 ivo specify, where possible, the type of the tags in the tag description section
2006-11-24 kraymer r21161: MSGTR for libmpcodecs/vd.c
2006-11-24 michael codec_specific_data clarification
2006-11-24 gpoirier sync with r21186
2006-11-24 ivo fix another typo
2006-11-24 uau Remove "OSD only" tags; those options always exist.
2006-11-24 diego Remove bug workarounds for ancient gcc and libc versions.
2006-11-23 kraymer fix sync comment, it was left out in last commit
2006-11-23 kraymer r21078: add a link to Michael's de-interlacing filters, and replace the crappy
2006-11-23 eugeni Cosmetics: indentation fix.
2006-11-23 ivo fix some typos
2006-11-22 diego Get rid of _ld_gtk and _ld_glib.
2006-11-22 uau Fix incorrect function pointer definition.
2006-11-22 diego Get rid of _ld_vorbis.
2006-11-22 uau Make compilation depending on USE_OSD unconditional.
2006-11-22 diego Get rid of _xmms_lib.
2006-11-22 diego _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.
2006-11-22 diego Cosmetics to make the next patches more readable.
2006-11-22 voroshil Better translation of "demuxer" word.
2006-11-22 voroshil r21151: typo
2006-11-22 voroshil r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.
2006-11-22 eugeni Fix incorrect stride used in vf_ass.
2006-11-22 diego Remove _ld_x11.
2006-11-22 gpoirier x264 supports interlaced encoding for some time
2006-11-22 kraymer r21082: MSGTRs for libass
2006-11-22 diego typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
2006-11-22 diego Remove _ld_gif and _ld_theora.
2006-11-22 diego Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.
2006-11-22 kraymer fix broken character
2006-11-22 kraymer MSGTRs for mencoder.c
2006-11-22 kraymer MSGTR for libmpcodecs/vd.c
2006-11-21 gpoirier sync w/ r21154
2006-11-21 torinthiel Synced with r21152
2006-11-21 nicodvb documented :format=pes[12] in -mpegopts
2006-11-21 nicodvb permit muxing to raw pes (VDR uses this)
2006-11-21 uau Make compilation depending on USE_SUB unconditional.
2006-11-21 diego Remove outdated and superfluous video cards section.
2006-11-21 diego Remove outdated and superfluous sound card section.
2006-11-21 diego Miscellaneous updates for the introduction and the requirements section.
2006-11-21 diego typo: Bitrate is printed in kb/s, not Mb/s on the status line.
2006-11-21 diego typo
2006-11-21 voroshil r21078: add a link to Michael's de-interlacing filters...
2006-11-21 voroshil Fix wrong fps value for TelecineMode in translation
2006-11-21 voroshil r21082: MSGTRs for libass
2006-11-21 diego LIBS vs LDFLAGS typo
2006-11-21 diego Split libs that are dependencies and those that are just linker flags.
2006-11-21 reimar Fix SVN r21075, it completely disabled OpenGL in almost all cases.
2006-11-21 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
2006-11-21 diego Remove stray -I from include dirs in live555 check, it was being duplicated.
2006-11-21 reimar cosmetics
2006-11-21 reimar Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA
2006-11-21 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
2006-11-21 diego _ld_tmp vs _ld_x264 typo
2006-11-21 diego Remove --with-x11libdir and --with-livelibdir.
2006-11-21 diego Attempt to properly fix linking of encoding libs used by libavcodec.
2006-11-21 reimar Reuse init_vo_spudec in subtitle switching code.
2006-11-21 reimar Move vo_spudec initialization into a separate function, for later reuse
2006-11-21 diego Remove libdha from LIBS_MPLAYER.
2006-11-21 diego ALSA can be used by both MPlayer and MEncoder.
2006-11-21 diego Fix linking when libavcodec uses x264.
2006-11-21 diego Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.
2006-11-21 diego _ld_xv does not exist anymore.
2006-11-21 diego Add _libs_mplayer and _libs_mencoder to cc_check.
2006-11-21 diego Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
2006-11-21 diego Move FFmpeg library dependencies into the Makefile just like everything else.
2006-11-21 diego Move some Win32 LDFLAGS into _ld_extra.
2006-11-21 diego Merge MPlayer-specific libs into one variable.
2006-11-21 diego Remove _ld_win32, this is handled by the Makefile.
2006-11-21 diego Split libvo.a into two libs so that libosd.a can be used by MEncoder.
2006-11-21 diego Remove superfluous empty variable declaration.
2006-11-21 diego Remove unused -D from CFLAGS.
2006-11-21 diego Remove superfluous empty variable declaration.
2006-11-21 diego Add VIDIX to LIBS_MPLAYER directly.
2006-11-21 kraymer typo / small fixes
2006-11-20 nicodvb demux_lavf handles video stream switching
2006-11-20 nicodvb check we aren't short of sh_videos before allocating another one
2006-11-20 nicodvb slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too)
2006-11-20 eugeni Cosmetics: remove unneeded curly brackets.
2006-11-20 eugeni Fix collision detection. The old method tried to avoid gaps between subtitles
2006-11-20 diego Remove --with-xmmsplugindir and --with-xmmslibdir.
2006-11-20 diego Remove --with-x264libdir.
2006-11-20 diego Remove --with-xvidlibdir.
2006-11-20 diego Remove --with-toolamelibdir from help output as well.
2006-11-20 diego Remove --with-toolamelibdir.
2006-11-20 diego Add support for disabling MPlayer compilation.
2006-11-20 diego Oops, the loader stuff needs to be in COMMON_LIBS.
2006-11-20 diego Deliver dependency handling from redundancy.
2006-11-20 diego Remove MPlayer-specific dependencies from COMMON_DEPS.
2006-11-20 diego VIDIX is for MPlayer only.
2006-11-20 diego The GUI is only for MPlayer, not MEncoder.
2006-11-20 diego Rename variables for consistency.
2006-11-20 diego Simplify gui and menu libs handling.
2006-11-20 diego cosmetics: Move some stuff around for better readability.
2006-11-20 uau Move pause loop into a separate function.
2006-11-20 diego Clean up PARTS handling.
2006-11-20 diego Unify dep/depend targets.
2006-11-20 diego Uninstall should run all parts unconditionally.
2006-11-20 diego Remove nonsense ifeq around MEncoder target and variable declaration.
2006-11-20 uau Reorganize code to move more things out of main().
2006-11-20 diego another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
2006-11-20 diego Some more cleanups for LDFLAGS handling.
2006-11-20 diego 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
2006-11-20 diego Some cleanups for LDFLAGS handling, next part.
2006-11-19 nicodvb in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)
2006-11-19 diego misc updates
2006-11-19 diego Put libdvdcss under a separate ifeq.
2006-11-19 diego misc small fixes
2006-11-19 nicodvb in mp_property_{video,audio} permit uniniting of the corresponding chain
2006-11-19 nicodvb during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'
2006-11-19 kraymer MSGTRs for libass
2006-11-19 diego Remove settled FIXME.
2006-11-19 kraymer Sync w/ help_mp-en.h r21001
2006-11-19 gpoirier Add a new MPEG encoding example using lavf
2006-11-19 gpoirier add a link to Michael's de-interlacing filters, and replace the crappy
2006-11-19 reimar Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,
2006-11-19 gpoirier allows to de- and reactivate yadif on the fly
2006-11-19 nplourde disable x11 gl support on osx
2006-11-19 uau Reinitialize some variables on af_resample reinit, fixes crash
2006-11-19 uau Fix printf format/argument count mismatch in mp_property_video
2006-11-19 gpoirier sync w/ r21026
2006-11-19 uau Move subtitle updating to a separate function, fix inverted condition
2006-11-19 reimar Fix obvious typo, although the exact effect is still unclear to me, see also bug #593.
2006-11-19 gpoirier sync w/r21004
2006-11-19 gpoirier sync w/ r20933, patch by Jerome Ferrari
2006-11-19 voroshil sync tag update
2006-11-19 voroshil Translated section "DECODING/FILTERING OPTIONS"
2006-11-19 reimar Remove (now hopefully unnecessary) workarounds added in r21056
2006-11-19 Gabrov synced with r21001
2006-11-19 reimar directly insert ffreep %%st(0) opcode for compatibility with old
2006-11-19 reimar Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
2006-11-19 gpoirier sync with r20876, patch by Jerome Ferrari
2006-11-19 reimar Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up as
2006-11-19 Gabrov synced with r21058
2006-11-19 voroshil new slave command: radio_step_freq
2006-11-19 reimar Fix compilation error due to unescaped "s.
2006-11-19 nplourde fix mp3lib compilation on OSX
2006-11-19 reimar 10l, compilation error in r21054
2006-11-19 reimar Generalize subtitle switching, demux_ogg does not need a special case
2006-11-19 voroshil translation/spelling fix.
2006-11-19 reimar Make -slang work again, sub->id is -2 by default, so -slang would be ignored
2006-11-19 reimar Create a sh_sub_t for ogg subtitles.
2006-11-19 nicodvb riformatted after previous commit
2006-11-19 nicodvb if in the list of pids appears at least one 8192 (while TS) remove all other pid filters
2006-11-19 reimar Support multiple subs in mov
2006-11-19 reimar Make sure sh_video == NULL when reinit_video_chain fails.
2006-11-19 reimar Do not just skip a file when vo init fails, instead try to play it
2006-11-19 lucabe Clarify that some of the non-SIMD code is now LGPLed.
2006-11-19 kraymer Update section "AUDIO FILTERS"; Some sync w/ r21026;
2006-11-19 reimar Fix clobber list, half of the modified registers were missing.
2006-11-19 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
2006-11-18 gpoirier sync w/ r20876, patch by Jerome Ferrari
2006-11-18 gpoirier sync with r20876, patch by Jerome Ferrari
2006-11-18 ods15 fix demux_nut to give proper (estimate) of percent position after a seek
2006-11-18 ods15 Add disabled EAGAIN testing code for libnut
2006-11-18 voroshil help_mp-ru.h sync with r21001
2006-11-18 nicodvb switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-1
2006-11-18 diego Improve Id CIN description.
2006-11-18 kraymer fix wrong 60000/10001 fraction
2006-11-18 uau Fix double free in af_resample when reinited with suitable parameters
2006-11-18 kraymer r20969: document new key binding for switching video streams in MPEG-TS
2006-11-18 kraymer r21012: group together "quality" control options
2006-11-18 kraymer r20876: rename: XviD -> Xvid (man page part)
2006-11-18 kraymer r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_type
2006-11-18 uau When changing playback speed write the current speed to OSD only after
2006-11-18 ods15 move demux_nut priv calloc to init() instead of check_file()
2006-11-18 nicodvb TAB switches between programs
2006-11-18 nicodvb mention switch_video and switch_program
2006-11-18 nicodvb bind TAB to 'step_property switch_program'
2006-11-18 nicodvb switch_program property to switch to/set a new program
2006-11-18 nicodvb implemented DEMUXER_CTRL_IDENTIFY_PROGRAM
2006-11-18 nicodvb new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
2006-11-18 gpoirier group together B-frames options with I,P frames options
2006-11-18 gpoirier group together xvid's rate control options
2006-11-18 reimar more mp_property_deinterlace simplification, patch by
2006-11-18 gpoirier group together "quant_type" and quant_*_matrix since they are related
2006-11-18 nicodvb implemented M_PROPERTY_SET in mp_property_{audio,video}
2006-11-18 gpoirier group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release
2006-11-18 reimar reinit_video_chain might set sh_video = NULL, so check against that.
2006-11-18 gpoirier Move xvid 'grayscale' option close to 'interlacing'
2006-11-18 gpoirier group together "quality" control options
2006-11-18 gpoirier group together xvid's 'closed_gop' and 'packed' options
2006-11-18 gpoirier remove xvid3's divx5bvop and replace it by xvid4's closed_gop
2006-11-18 kraymer r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
2006-11-18 gpoirier remove xvid3's mpeg_quant, replace it by xvid4's quant_type
2006-11-18 kraymer r21001: Add *BSD BT848 radio support
2006-11-18 diego support for XAN DPCM audio
2006-11-18 kraymer document new "D" keybinding for deinterlacing, introduced in
2006-11-18 gpoirier remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
2006-11-18 gpoirier Xvid3 support is no more: Remove Xvid3-specific options
2006-11-18 uau Mark some functions static
2006-11-18 voroshil Add *BSD BT848 radio support
2006-11-18 diego Remove obsolete Xvid 3 support.
2006-11-18 diego Drop some unnecessary local changes.
2006-11-18 diego Make sure to pick up internal dvdcss.h before a globally installed one.
2006-11-18 diego Rename libdvdread to dvdread. We really only include only the dvdread
2006-11-17 diego support for some more fringe formats, still buggy ..
2006-11-17 reimar Try reading palette for vobsub
2006-11-17 reimar Support palette for general vobsub
2006-11-17 reimar Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
2006-11-17 reimar Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sample.3gp
2006-11-17 reimar consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.
2006-11-17 reimar Minor mp_property_deinterlace simplification
2006-11-17 reimar Add deinterlace property, patch by Carl Eugen Hoyos
2006-11-17 reimar Adapt code to annoying ShowCursor semantics (increases/decreases and returns
2006-11-17 ods15 missed piece in update to libnut API - non negative errors
2006-11-17 voroshil r20972: defined MSGTR_OSDVideo
2006-11-17 gpoirier sync w/r20969
2006-11-17 voroshil add public wrapper for get_frequency
2006-11-17 voroshil Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"
2006-11-17 michael clarify syncpoint placement recommanditions
2006-11-17 michael seeking
2006-11-17 michael dts & synchronous decoder
2006-11-17 diego support flic video through lavf
2006-11-17 reimar Put files fully owned by my under GPL v2 "or later"
2006-11-17 gpoirier Fix AMD64 support, patch by Reimar Doffinger
2006-11-17 ods15 some more updates
2006-11-17 diego some updates
2006-11-17 kraymer fix some mixed up usage messages and unify with master copy
2006-11-17 kraymer r20972: defined MSGTR_OSDVideo
2006-11-17 nicodvb defined MSGTR_OSDVideo
2006-11-16 nicodvb COSMETICS: reformatted
2006-11-16 nicodvb restored circular looping when changing audio and video stream (previously broken)
2006-11-16 kraymer document new key binding for switching video streams in MPEG-TS
2006-11-16 nicodvb reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO
2006-11-16 nicodvb implemented DEMUXER_CTRL_SWITCH_VIDEO
2006-11-16 nicodvb associated _ to 'step_property switch_video'
2006-11-16 nicodvb handle video stream switch using 'switch_video' property'
2006-11-16 nicodvb added code to switch video stream
2006-11-16 nicodvb moved video codec/filters/outdevice initialization code to specific function
2006-11-16 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 ...)
2006-11-16 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 ...)
2006-11-16 diego cosmetics: Restore alphabetical order, align both tables.
2006-11-16 diego Remove stray newline.
2006-11-16 diego support for RoQ video and audio through libavformat
2006-11-16 diego support for Electronic Arts ADPCM audio
2006-11-16 diego support for Delphine CIN audio and video
2006-11-16 diego Mark internal lavf FourCCs as such.
2006-11-16 ods15 update to libnut API, non-negative errors
2006-11-16 reynaldo Removing redundant entry, kraymer is doing all this work while maintaining translations
2006-11-16 diego support for Interplay DPCM audio
2006-11-16 diego cosmetics: alphabetical order and prettyprinting for the CodecTag table
2006-11-16 diego support for Sierra VMD video
2006-11-16 diego Add support for Tiertex SEQ video.
2006-11-16 torinthiel synced with r20879
2006-11-15 diego Add support for Westwood IMA ADPCM audio.
2006-11-15 gpoirier Fix segfault with videos with unusual resolution, patch by Stanislav Maslovski % stanislav P maslovski A gmail P com %
2006-11-15 iive When testing lame preset presence, use actuall lame_set_preset() function to test its availablility in the library.
2006-11-15 voroshil missing small update about libsmb in previous commit
2006-11-15 voroshil r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
2006-11-15 ods15 update to libnut, no nut_skip_packet()
2006-11-15 ods15 update to libnut API, don't free the streams
2006-11-15 diego Output UTF-8 instead of legacy encodings by default.
2006-11-15 kraymer r20878: [cosmetics] (skipped)
2006-11-15 ods15 revert last 2 commits on nut.txt
2006-11-14 rtogni Don't spam the console with timestamps (non-error messages printed every
2006-11-14 rtogni Fix extradata passing to lavc RV20 decoder
2006-11-14 torinthiel [cosmetics] Fix indentation
2006-11-14 torinthiel Synced with r20933
2006-11-14 diego libvorbis is not necessary for Vorbis playback, small wording improvement.
2006-11-14 kraymer add character encoding info
2006-11-14 reimar Introduce step_property command.
2006-11-14 reimar Fix Unkown -> Unknown typo
2006-11-14 voroshil r20900: Missing : in -vf expand ar example
2006-11-14 gpoirier sync w/ 20637, patch by Francois franz A ephack P net
2006-11-14 ods15 bump date of NUT spec for previous commit
2006-11-14 ods15 allow info packets to appear in mid-stream, outside of main headers.
2006-11-14 ods15 update to libnut, add cache_syncpoints
2006-11-14 diego MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK
2006-11-14 reimar 10l copy&Ãpaste bug in subtitle sh handling
2006-11-14 uau Use vf control for reading pts from vf_vo
2006-11-14 gpoirier remplace le tutoiement par le vouvoiement de l'utilisateur (qui n'ont pas garde les vaches ensemble)
2006-11-14 reimar Fix statement-before-declaration warnings.
2006-11-14 uau Remove write-only variable
2006-11-14 uau Update OSD contents only after the correct values for the frame are known.
2006-11-14 diego Clarify messages for unavailable options.
2006-11-14 uau Move xscreensaver_heartbeat call next to vo check_events
2006-11-14 uau Replace sleep time calculation in main() with a separate function.
2006-11-14 uau simplify
2006-11-14 uau Move -frames check out of frame flip code (like -endpos earlier)
2006-11-14 uau Remove some unused code.
2006-11-14 uau Move endpos handling from page flip code to a saner location, change < to <=
2006-11-14 uau move vo event check together with gui event check
2006-11-14 ods15 update to libnut, rename nut.h->libnut.h
2006-11-14 uau Remove some incorrect code
2006-11-14 uau Update libao2 description, delete completely outdated "audio plugins" part
2006-11-14 uau Try filling audio buffers more if they're very large, add some comments.
2006-11-14 uau Move audio playing code from main() into a separate function.
2006-11-14 uau Remove useless check.
2006-11-14 uau Split some from main() into separate functions.
2006-11-13 gpoirier sync with r20900
2006-11-13 kraymer r20900: Missing : in -vf expand ar example
2006-11-13 reimar Missing : in -vf expand ar example
2006-11-13 gpoirier rename: XviD -> Xvid
2006-11-13 gpoirier sync with r20876
2006-11-13 voroshil r20872: Clarify -dumpaudio, it is not useful normally
2006-11-13 voroshil Update missing tags of previous commit
2006-11-13 voroshil r20876: rename: XviD -> Xvid
2006-11-13 reimar Try to handle oversized asf headers by ignoring anything beyond the first MB
2006-11-13 reimar Incomplete support for vobsub (missing palette support) and
2006-11-13 reimar Move sh_sub_t to stheader.h, where all the other sh structs are defined
2006-11-13 eugeni Support \t with acceleration.
2006-11-13 eugeni Partial fix for semitransparent glyph outlines.
2006-11-13 reimar Add forgotten new_sh_sub
2006-11-13 reimar Make subtitle stream handling more similar to audio and video streams.
2006-11-13 gpoirier Add missing translated strings
2006-11-13 michael pts definition by mans
2006-11-13 torinthiel Synced with 20876
2006-11-13 torinthiel Partial sync with r20879
2006-11-13 diego -vop has been deprecated a long time ago.
2006-11-13 diego vop --> vf
2006-11-13 diego Remove/fix outdated message.
2006-11-13 diego typo
2006-11-13 torinthiel [small fixes]
2006-11-13 torinthiel [cosmetics]
2006-11-13 kraymer r20866: Recommend gcc 3.4+.
2006-11-13 kraymer rename: XviD -> Xvid
2006-11-12 Gabrov synced with r20873
2006-11-12 diego update to 0.6.2, patch by Giacomo Comes, comes naic edu
2006-11-12 diego Misc issues noticed by Torinthiel.
2006-11-12 reimar Clarify -dumpaudio, it is not useful normally
2006-11-12 torinthiel Synced with r20870
2006-11-12 diego Restore PowerPC gcc note that I mistakenly removed.
2006-11-12 reimar Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines
2006-11-12 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
2006-11-12 nicodvb consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
2006-11-12 diego Recommend gcc 3.4+.
2006-11-12 diego Mac OS X Server support
2006-11-12 reimar ffgif, fftiff and fftga support, patch by compn (tempn <at> twmi rr com)
2006-11-12 diego Remove duplicate message, the same info is printed anyway.
2006-11-12 michael least restrictive dts ordering rule which ensures frames are in decoding order
2006-11-11 Gabrov synced with r20817
2006-11-11 Gabrov synced with r20859
2006-11-11 kraymer r20834: The -gui command line option is back.
2006-11-11 kraymer 1. convert single quotation mark to double one for better looking
2006-11-11 nicodvb removed duplicated check in demuxer_seek_chapter
2006-11-11 nicodvb make fail STREAM_CTRLs related to seeking/fetching time/chapter when the cache is enabled: they can't work atm
2006-11-11 nicodvb in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESYNC to notify the demuxer of the change
2006-11-11 kraymer add encoding info to some man pages
2006-11-11 kraymer remove very outdated and unmantained Swedish man page
2006-11-11 michael s/by/be/
2006-11-10 reimar Hack to make wrapper.S be compiled again. Someone who knows make please fix properly.
2006-11-10 rtogni Skip empty lines in front of winamp playlist.
2006-11-10 voroshil r20834: The -gui command line option is back.
2006-11-10 voroshil Translated section "VIDEO OUTPUT DRIVERS"
2006-11-10 diego typo, wrong variable name
2006-11-10 michael within array MUST for time_base_id
2006-11-10 michael clearer time_base_id description
2006-11-10 diego Ignore .depend.
2006-11-10 diego Add standard depend target.
2006-11-10 diego Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.
2006-11-10 diego Use default variable names.
2006-11-10 diego Remove redundant variable.
2006-11-10 michael time_base_count
2006-11-10 michael stream_count
2006-11-10 diego Remove mmx.h, the licensing status was doubtful, and put a minimal
2006-11-10 diego typo/grammar
2006-11-10 diego The addition of loader/ to PARTS depended on a non-existing variable.
2006-11-10 diego The -gui command line option is back.
2006-11-10 kraymer r20774: Adding ability to check allowed frequency range.
2006-11-10 diego Mark file as UTF-8-encoded.
2006-11-10 ods15 shut warning on "realloc undefined" in demuxer.h
2006-11-10 ods15 update libnut API
2006-11-10 kraymer sync with r20817
2006-11-10 nicodvb idenfify now shows the timings of chapters of the chosen pgc
2006-11-09 rathann Disable linking mplayer (and internal static libavcodec) with
2006-11-09 nicodvb one more deuglification
2006-11-09 nicodvb COSMETICS: renamed dvdnav_priv to priv
2006-11-09 gpoirier put back accidentally reverted r20742 commit
2006-11-09 gpoirier sync w/ 20191, patch by Alexandre Coutherez %newt A neopulsar P org%
2006-11-09 voroshil Add missed 'break'.
2006-11-09 diego Allow disabling internal libdvdcss.
2006-11-09 kraymer r20711: MSGTRs for demux_avi.c
2006-11-09 diego Remove bogus OPTFLAGS settings.
2006-11-09 voroshil r20817: add full stop at end of sentence
2006-11-09 kraymer add full stop at end of sentence
2006-11-09 lucabe Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
2006-11-09 kraymer r20657: (does not apply)
2006-11-09 kraymer commented out broken MSGTR
2006-11-09 kraymer r20648: Document ao_openal.
2006-11-09 voroshil Move non driver-specific block to non-driver specific procedure, to avoid
2006-11-09 uau Change some constants in pts arithmetic from float to double.
2006-11-09 uau Changed code that used pts=0 in demux packets to indicate "not known".
2006-11-09 diego Revert one more local change without effect.
2006-11-08 gpoirier Fix crash when attempting to seek in a streamed unseekable stream, like
2006-11-08 diego 10l: Overlooked one $(EXESUF) addition.
2006-11-08 diego Update for malloc cast changes.
2006-11-08 gpoirier sync with r20774
2006-11-08 nicodvb changed ugly sizeof(*type_ptr) width sizeof(type)
2006-11-08 diego Revert nonsensical local change hunk that had no effect at all.
2006-11-08 nicodvb COSMETICS: reformatted this ugly mess in a consistent manner
2006-11-08 diego Mark modified files as such.
2006-11-08 reimar Support URL redirections that do not specify full URL.
2006-11-08 rtogni Updated for controversial changes and irc-only decisions
2006-11-08 gpoirier partial sync
2006-11-08 diego Reset _ld_xvid so that stray libs do not appear on the link command line.
2006-11-08 michael dts, width/height explanation
2006-11-08 eugeni s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
2006-11-08 michael size and stream_id docs
2006-11-08 diego Remove unused variables.
2006-11-08 diego Rename xvid4 variable/option back to xvid so as not to break scripts.
2006-11-08 michael clearer frame_code explanation
2006-11-08 diego cosmetics: Fix indentation after last commit.
2006-11-08 diego Separate XviD 3 and XviD 4 tests.
2006-11-08 michael simple 1 line definition of what a keyframe is
2006-11-08 uau Change value used to indicate "unknown audio format" from 0 to -1.
2006-11-08 diego Remove some DivX 4 leftovers.
2006-11-08 voroshil r20774: Adding ability to check allowed frequency range.
2006-11-08 voroshil sync with r20774
2006-11-08 kraymer 11l, revert r20782
2006-11-08 kraymer remove duplicate MSGTR
2006-11-08 kraymer MSGTRs for libvo/aspect.c and libvo/vo_xv.c
2006-11-08 kraymer MSGTRs for ao_alsa.c
2006-11-08 gpoirier symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free
2006-11-08 gpoirier partial sync with latest manpage commits
2006-11-08 diego Generated XSL files should be in UTF-8.
2006-11-08 diego Move some FourCC values from libavformat/riff.c to our private mapping.
2006-11-08 voroshil Spelling fix: Allowable -> Allowed
2006-11-08 voroshil Adding ability to check allowed frequency range.
2006-11-08 corey - explain lavc lmin option more clearly
2006-11-08 corey support lavc mblmin and mblmax
2006-11-08 diego Create binaries with proper executable suffix under Windows.
2006-11-08 nicodvb support for -dvdangle
2006-11-08 nicodvb near-precise seeking in dvd://
2006-11-07 uau Fix code that cuts audio data if the filters produce too much.
2006-11-07 gpoirier sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com %
2006-11-07 nicodvb now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts
2006-11-07 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
2006-11-07 nicodvb now demux_seek() tries to seek aided by the stream layer, if possible
2006-11-07 nicodvb added definition of DEMUXER_CTRL_RESYNC
2006-11-07 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking)
2006-11-07 gpoirier Partial sync with en/mplayer.1 r20739
2006-11-07 nicodvb added definitions of STREAM_CTRL_GET_CURRENT_TIME STREAM_CTRL_SEEK_TO_TIME
2006-11-07 diego typo
2006-11-07 diego _inputmodules vs _noinputmodules typo fix
2006-11-07 michael feed av_log() through mp_msg()
2006-11-07 michael fprintf -> mp_msg
2006-11-07 voroshil Adding myself to man page translation and stram sections.
2006-11-07 voroshil Replace enneccesery O_RDWR with O_RDONLY
2006-11-07 voroshil Restoring volume level of radio card on exit.
2006-11-07 voroshil sync tag update, no real changes needed
2006-11-07 voroshil r20739: Remove remnants of long-gone libfame.
2006-11-07 mosu If parsing a seek head fails then mplayer should try continue parsing the file after the seek head.
2006-11-07 reimar Add our own CODEC_ID -> fourcc translation tables so we do not need
2006-11-07 reimar r20650 inverted the gtk1 check before setting charset, this
2006-11-07 kraymer remove stray comment line
2006-11-07 diego Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,
2006-11-07 diego Remove bogus comment lines.
2006-11-07 diego Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.
2006-11-07 kraymer remove dead defines (spotted by mphelp_check.py)
2006-11-07 kraymer fix format identifiers mismatch
2006-11-07 voroshil Initial (partially, about 40%) translation.
2006-11-07 gpoirier Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
2006-11-06 diego Remove remnants of long-gone libfame.
2006-11-06 eugeni Bugfix: when copying ass_force_style_list, ending 0 was left out.
2006-11-06 diego typo
2006-11-06 diego output cosmetics
2006-11-06 jheryan Synced to 3.11.2006
2006-11-06 eugeni Calculate text bounding box in a way that does not depend on actual glyph
2006-11-06 diego Don't let the program speak as 'I'.
2006-11-06 diego Remove hackish setting of extra libraries through --enable-static=-lfoo,
2006-11-06 diego Remove deprecated install-path option.
2006-11-06 diego spelling/grammar/wording/consistency for the help output
2006-11-05 diego WIN32 was already being set from config.h.
2006-11-05 reimar Fix index-based seeking in audio-only files, fixes bug #621
2006-11-05 rtogni printf->mp_msg
2006-11-05 kraymer fix typo (noticed by jerome.ferrari lappis com)
2006-11-05 voroshil r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
2006-11-05 diego Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.
2006-11-05 voroshil Initial partial translation of man page
2006-11-05 eugeni Initialize fontconfig in VFCTRL_INIT_EOSD handler.
2006-11-05 voroshil r20699: Missing <option> tag
2006-11-05 reimar Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
2006-11-05 diego Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.
2006-11-05 eugeni Cosmetics: indentation fix.
2006-11-05 reimar Fix compilation: forgotten mp_msg.h include
2006-11-05 eugeni Fix an obvious typo.
2006-11-05 rtogni printf ->mp_msg
2006-11-05 eugeni Fix the following compiler warnings:
2006-11-05 rtogni Do not use abort()
2006-11-05 kraymer better wording for "workarounding"
2006-11-05 kraymer MSGTRs for demux_avi.c
2006-11-05 diego Add 4XM audio.
2006-11-05 torinthiel Synced with r20705
2006-11-05 kraymer r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
2006-11-05 nicodvb spellfix and improvement suggested by Wanderer
2006-11-05 kraymer some fixes for latest demux_mkv messages
2006-11-05 torinthiel Unify ./configure script handling
2006-11-05 torinthiel Better URL markup
2006-11-05 torinthiel Better wording, especially if hyperlinks are not visible
2006-11-05 torinthiel Remove ugly indentation in <screen> tags
2006-11-05 torinthiel Don't break a paragraph in a middle of a thought
2006-11-05 torinthiel A bunch of missing <systemitem class="library"> tags
2006-11-05 torinthiel Missing <option> tag
2006-11-05 kraymer better wording for note about utf-8
2006-11-05 kraymer note for translators to use utf-8 encoding for help_mp files and xml docs
2006-11-05 kraymer add MSGTR_MPDEMUX_MKV for demux_mkv.c
2006-11-05 Gabrov synced with r20693
2006-11-05 kraymer fix overly long line
2006-11-05 kraymer markup fix
2006-11-05 kraymer version bump, no changes made
2006-11-05 kraymer Partial sync w/ en/mplayer.1 (6)
2006-11-05 diego consistency/grammar
2006-11-05 Gabrov synced with r20586
2006-11-05 voroshil Split too long line into a number of small one
2006-11-05 reimar Always respect w and h params to mpcodecs_config_vo over
2006-11-05 voroshil r20682: punctuation, full stop -> comma
2006-11-05 torinthiel (cosmetics) remove unneeded tabs
2006-11-05 nicodvb reccomend the usage of :tsaf with :format=dvd in -mpegopts
2006-11-05 nicodvb mention :tsaf on every instance of -mpegopts format=dvd
2006-11-05 torinthiel punctuation, full stop -> comma
2006-11-05 diego Remove empty variable.
2006-11-05 diego output cosmetics
2006-11-05 diego Fix some echo -n occurrences, patch by sci-fi@hush.ai.
2006-11-04 Gabrov synced with r20677
2006-11-04 nicodvb cosmetics: reformatted with only tabs
2006-11-04 nicodvb use calloc() instead of malloc()
2006-11-04 nicodvb nonsense removal: compare old and new frequency in order to skip tuning
2006-11-04 michael Corrigendum 1
2006-11-04 reimar Hack around Windows focus problem with -vo gl
2006-11-04 reimar ass renderer absolutely needs readable target mpi.
2006-11-04 reimar Remove completely useless cursor variable.
2006-11-04 diego Add FFmpeg fraps video decoder.
2006-11-04 eugeni More precise bounding box calculation for karaoke effects.
2006-11-04 rtogni Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1
2006-11-04 kraymer convert DOCS/xml/hu to UTF-8
2006-11-04 ods15 SHOULD not -> SHOULD NOT
2006-11-04 michael intro
2006-11-04 reimar Clarify state of openal ao.
2006-11-04 reimar Extended/reworked fontconfig test to work without pkg-config with versions
2006-11-04 henry changed email address
2006-11-04 voroshil no real change needed for r20657
2006-11-04 torinthiel Sync with r20637
2006-11-04 torinthiel Synced with r20658
2006-11-04 torinthiel (cosmetics) Unify and clarify blank lines usage
2006-11-04 torinthiel Move "and" to end of list, improves grammar
2006-11-04 henry update for r20654
2006-11-04 henry pass the interlacing info to the filter chain
2006-11-04 henry fix quantizer export for interlaced video
2006-11-03 eugeni Prefer microsoft-specific charmaps to all other.
2006-11-03 nicodvb don't set the resolution for dvr-ms files: in the asf headers it seems to
2006-11-03 diego Streamline and simplify internal vs external libdvdread handling.
2006-11-03 kraymer remove charset files (all of them are in UTF-8 now anyway)
2006-11-03 michael attempt to fix the unbound future frame issue with keyframes on the muxer side
2006-11-03 diego Document ao_openal.
2006-11-03 michael 2nd try for a keyframe definition
2006-11-03 gpoirier partial sync
2006-11-03 eugeni Introduce MSGT_ASS, use it for all libass messages.
2006-11-03 voroshil no real change need for r20586, updating sync tag
2006-11-03 voroshil add missing tag update
2006-11-03 voroshil r20637:libmpdvdkit no longer exists.
2006-11-03 kraymer r20620: better description for -correct-pts
2006-11-03 kraymer r20571: cvidix tricks
2006-11-03 kraymer fix typo
2006-11-03 michael keyframe definition
2006-11-03 diego libmpdvdkit no longer exists.
2006-11-03 diego I'm effectively maintaining libdvdcss and libdvdread.
2006-11-03 michael main header typo
2006-11-03 michael move file up so its found first, this probably improves readability
2006-11-03 diego libmpdvdkit2 --> libdvdcss
2006-11-03 diego libmpdvdkit2 --> libdvdread
2006-11-03 diego libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
2006-11-03 diego Remove stray line.
2006-11-03 diego Move libdvdcss into its own subdirectory.
2006-11-03 diego Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.
2006-11-03 diego Remove useless default target.
2006-11-03 diego Move the rest of the config.h parameters to the Makefile.
2006-11-03 diego Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.
2006-11-03 diego bump version number
2006-11-03 diego Remove options not present in upstream config.h.in.
2006-11-03 diego Sync some cosmetics from upstream.
2006-11-03 diego typo, roff markup
2006-11-03 uau better description for -correct-pts
2006-11-03 eugeni Implement loading subtitles from memory.
2006-11-03 eugeni Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
2006-11-03 torinthiel - random fixes
2006-11-03 kraymer Partial sync w/ en/mplayer.1 (5).
2006-11-03 torinthiel Synced with r20614
2006-11-02 torinthiel another missing <application>
2006-11-02 reimar Support backspace for -vo gl/gl2 under Windows
2006-11-02 reimar remove accidential ';' (that's what too much C programming does to you ;-) )
2006-11-02 reimar Check for existence of libcdio_paranoia, not libcdio, since the former is
2006-11-02 reimar Useless break in libcdio pkg-config check
2006-11-02 reimar Remove spurious $_inc_tmp in libcdio check
2006-11-02 voroshil Replace some chars with &#<somecode>; to allow make vim working properly with unicode on koi8r locale.
2006-11-02 reimar Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts
2006-11-02 kraymer convert remaining help files to UTF-8
2006-11-02 lucabe Add support for conversions from the rgb565 and rgb555 formats
2006-11-01 diego Rework binary codec directory handling. Don't use directories from other
2006-11-01 reimar More code shuffling
2006-11-01 reimar cosmetics: move WIN32 read_toc code to allow for summarizing more common
2006-11-01 henry qp height should be in macroblocks, not pixels
2006-11-01 diego Do not mix declarations and statements.
2006-11-01 reimar Avoid code duplication for "last" toc entry.
2006-11-01 reimar simplify/unify read_toc
2006-11-01 reimar Factor out common code in stream_cddb read_toc function.
2006-11-01 voroshil some non russian/english characters (in people's names) copypasted from english page.
2006-11-01 reimar Remove useless code
2006-11-01 reimar libcdio also needs to link against libcdio_paranoia
2006-11-01 reimar ARCH_X86 simplifications
2006-11-01 diego Use common define for x86_32 and x86_64.
2006-11-01 reimar mp3lib asm does not compile on AMD64.
2006-11-01 diego Support for recent changes to ARCH_X86 handling in FFmpeg.
2006-11-01 reimar Proper libcdio detection also without pkg-config
2006-11-01 diego proper Subversion-speak for revision numbers
2006-11-01 torinthiel - Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by me
2006-11-01 torinthiel Missing comma added
2006-11-01 diego The col utility eats non-ASCII characters without the -p option it seems.
2006-11-01 diego cosmetics: Reformat section.
2006-11-01 diego paragraph about groff and UTF-8
2006-11-01 reimar gcc optimized != 0 check for extern function away, thus linking
2006-11-01 diego encoding is now UTF-8
2006-11-01 diego libdvdcss r202, my patch was committed upstream.
2006-11-01 diego Typo: lseek --> lseek64, the former is not used in the code.
2006-11-01 voroshil trivial sync with r20551
2006-11-01 reimar Do not modify parsed command-line values on config,
2006-11-01 reimar Test proper linking for cdda/cdio
2006-10-31 torinthiel Sync r20551 and some wording fixes
2006-10-31 torinthiel Bump sync tag, r20551
2006-10-31 torinthiel Revert broken encoding translation
2006-10-31 corey Typo fix: missing "get".
2006-10-31 diego cvidix tricks, based on a patch by Reimar
2006-10-31 diego Fix codec directory fallback, it was overriding the autodetection.
2006-10-31 kraymer update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIO
2006-10-31 diego Add copyright holders, mostly synced from the Debian package.
2006-10-31 diego precise location for dvbstream
2006-10-31 diego CVS -> SVN for FFmpeg, add pnm implementation from xine.
2006-10-31 diego uCIFS is gone, URL update.
2006-10-31 diego Implement proper codecs directory fallback.
2006-10-31 kraymer remove outdated encoding comments
2006-10-31 diego --with-codecsdir --> --codecsdir
2006-10-31 diego --with-codecsdir --> --codecsdir
2006-10-31 diego Rename all codecs directory options.
2006-10-31 kraymer r20534: An example of using -vf ass.
2006-10-31 diego Run dirclean instead of clean on distclean, this way we only need to
2006-10-31 jheryan :Little typo
2006-10-31 jheryan Synced to 26.10.2006 with respect to later utf-8 conversion.
2006-10-31 diego Unification of linker option handling, part 1 of many.
2006-10-31 diego CFLAGS are not necessary for linking.
2006-10-31 kraymer convert some unmaintained help_mp-* files to UTF-8
2006-10-31 voroshil convert help_mp-ru.h from koi8-r to UTF-8
2006-10-31 kraymer convert DOCS/xml/en and help_mp-en.h to UTF-8
2006-10-31 diego 100l to me for not checking properly, really fix pkg-config detection now.
2006-10-31 diego 10l, use a pkg-config parameter that makes it return 0...
2006-10-31 diego Test for the existence of pkg-config, fixes Bugzilla #553.
2006-10-30 diego Cygwin linking fix.
2006-10-30 rtogni printf -> mp_msg
2006-10-30 kraymer convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
2006-10-30 rtogni Update from IMC and realrtsp auth
2006-10-30 rtogni Realrtsp authentication
2006-10-30 kraymer convert DOCS/xml/es and help/help_mp-es.h* to UTF-8
2006-10-30 diego Explain the risks of forcing options with --enable-* in a way that is
2006-10-30 kraymer convert DOCS/xml/pl and help/help_mp-pl* to UTF-8
2006-10-30 rtogni Intel Music Coder decoding via lavc
2006-10-30 diego Remove special output for outdated SDL. It's doubtful such old versions still
2006-10-30 kraymer convert DOCS/fr and help/help_mp-fr.* to UTF-8
2006-10-30 diego misc fixes by Sheldon Jin (jinsh2 yahoo com)
2006-10-30 diego wording/roff fix
2006-10-30 eugeni An example of using -vf ass.
2006-10-30 kraymer better wording for MSGTR_MENU_None
2006-10-30 reimar Also detect static fontconfig when pkg-config is not installed
2006-10-30 kraymer convert DOCS/de from ISO-8859-1 to UTF-8
2006-10-30 voroshil convert DOCS/ru from koi8r to UTF-8
2006-10-30 kraymer fix "iconv: illegal input sequence" error
2006-10-30 diego Add a parameter to enable colorized console output.
2006-10-30 diego Fix libmpdvdkit2 linking on Mac OS X.
2006-10-30 diego Remove redundant variable setting.
2006-10-30 diego Make libmpdvdkit2 compilation slightly more consistent with the other modules.
2006-10-29 nicodvb a previous commit introduced a bug that prevented tables
2006-10-29 reimar Fix possible crash: negative values may no be passed to render_one_glyph
2006-10-29 nicodvb simplified assignment of subtitles stream in ts_parse()
2006-10-29 reimar Handle windows path separator in filesel menu.
2006-10-29 reimar disable nonworking/broken code for now till I find out what it is supposed to do.
2006-10-29 eugeni Revert r20517.
2006-10-29 eugeni Move ass_library initialization code to ass_mp.c.
2006-10-29 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
2006-10-29 reimar Add VIDEOMEMORY_SIZE define to allow to easily change it.
2006-10-29 rtogni Prevent segfault if video codec init fails
2006-10-29 reimar Warn about vo_gl scaled-osd broken with -ass
2006-10-29 eugeni Fix width -> orig_width typo.
2006-10-29 eugeni Don't set PlayResX for plaintext subtitles.
2006-10-29 eugeni Add \N at the end of each subtitle line when converting from subdata.
2006-10-29 reimar Make sure we do not read beyond end of subtitle packet
2006-10-29 reimar realloc subtitle buffers since subcp_recode might have decreased their size.
2006-10-29 reimar Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
2006-10-29 reimar Factor out common cdda stuff from cdio and cdparanoia tests.
2006-10-29 nicodvb handle broken ts packets before parsing the rest
2006-10-29 reimar Support new flac-in-ogg, fixes bug #229
2006-10-29 nicodvb cosmetics: reformatted after previous commit
2006-10-29 nicodvb 1000l: fixed broken handling of the adaption field - part 2
2006-10-29 nicodvb fixed mishandling of stream_read() (it doesn't necessarily return -1 in case of error)
2006-10-29 nicodvb ts_parse() move section handling after stream_read() rather than repeating it
2006-10-29 diego Add some <application> tags.
2006-10-29 eugeni Always initialize and destroy ass_library.
2006-10-29 uau Always initialize libass to fix crashes caused by use without initialization.
2006-10-28 kraymer Partially synced with en/mplayer.1 (3).
2006-10-28 nicodvb removed useless check: when is_start is set the size of the payload
2006-10-28 kraymer fix some wordings
2006-10-28 nicodvb in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner
2006-10-28 eugeni Libass interface reworked:
2006-10-28 kraymer r20477: Add missing parenthesis
2006-10-28 kraymer r20440: Add ASS subtitle rendering options to gui.
2006-10-28 rtogni Add svn versions for rc1
2006-10-28 reimar Cleanup/simplify nsv check_file function.
2006-10-28 nicodvb readability cosmetics
2006-10-28 nicodvb unconditionally assign the language code when available;
2006-10-28 reimar Better check for non-broken NSVf-header to avoid incorrect detection.
2006-10-28 reimar If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both
2006-10-28 ods15 indentation fix
2006-10-28 nicodvb reformatted ts_parse() after previous commit
2006-10-28 ods15 make vf_geq read whitespace in equation param
2006-10-28 nicodvb removed unreachable code (when len=pes_parse2() returns 0)
2006-10-28 nicodvb 10l: fixed misplaced adaption field check
2006-10-28 nicodvb removed commented crc32 code; I'll eventualy reuse the one in lavu
2006-10-28 nicodvb slight simplifications
2006-10-28 corey Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.
2006-10-28 michael clarify pts related stuff
2006-10-27 kraymer Partial sync with en/mplayer.1 (2)
2006-10-27 diego Add a note about charset configuration to the Apache section.
2006-10-27 ods15 remove unused variable
2006-10-27 ods15 cosmetic, reindentation, tab removal
2006-10-27 ods15 update vf_geq to new ff_eval API
2006-10-27 reimar 100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"
2006-10-27 Gabrov synced with r20468
2006-10-27 Gabrov synced with r20445
2006-10-27 eugeni Add missing fontconfig_done() call.
2006-10-27 diego Sync with Debian package.
2006-10-27 michael "-o -" -> use stdout
2006-10-27 iive Add cmov detection to configure
2006-10-27 voroshil Fix translation inconsistencies, noticed by Torinthiel.
2006-10-26 eugeni Split ass_configure() into several smaller functions.
2006-10-26 diego Fix a multitude of roff errors and warnings.
2006-10-26 kraymer various orthography and wording fixes
2006-10-26 kraymer r20426: -chapter works with dvd:// and dvdnav://
2006-10-26 kraymer r20412: Fix some inconsistencies pointed out by Torinthiel.
2006-10-26 torinthiel Improve translation of autogenerated labels
2006-10-26 torinthiel Clearly state that main.xml is generated
2006-10-26 torinthiel sync r20341
2006-10-26 gpoirier sync w/ r20440, patch by Sheldon Jin
2006-10-26 voroshil r20379: Remove doubled -dvd-device information.
2006-10-26 torinthiel Transtale a skipped title
2006-10-26 voroshil r20355: typo
2006-10-25 torinthiel sync r20449
2006-10-25 torinthiel Typo fix
2006-10-25 reynaldo add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se
2006-10-25 torinthiel sync r20442
2006-10-25 gpoirier Partially synced with r20426, patch by S Jin jinsh2 A yahoo P com
2006-10-25 ods15 finally document -correct-pts
2006-10-25 gpoirier fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net
2006-10-25 diego Sync with upstream r201.
2006-10-25 diego Remove confusing and probably wrong paragraph about libdvdcss.
2006-10-25 diego Sync with upstream r201.
2006-10-25 eugeni Add ASS subtitle rendering options to gui.
2006-10-24 torinthiel Microsync, just to keep documentation building
2006-10-24 torinthiel sync r20412
2006-10-24 torinthiel sync r20401
2006-10-24 reimar Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single
2006-10-24 reimar Add proper flv fourcc
2006-10-24 diego Sync one more warning fix from upstream libdvdcss.
2006-10-24 diego Sync warning fixes from upstream libdvdcss.
2006-10-24 diego Remove modification notice from unmodified file.
2006-10-24 diego Sync cosmetics from upstream libdvdcss.
2006-10-24 reimar nother --disable-loader -> --disable-win32 fix.
2006-10-24 diego Add WMVA FourCC to ffvc1, patch by Peter Lemenkov, lemenkov gmail com.
2006-10-24 diego Add md5.[ch] to the list of files.
2006-10-24 kostya 16-bit grayscale support
2006-10-23 nicodvb -chapter works with dvd:// and dvdnav://
2006-10-23 nicodvb support for -chapter option (same semanthics as for dvd://)
2006-10-23 Gabrov synced with r20423
2006-10-23 nicodvb simplified code to handle titleset transition (removed useless assignment)
2006-10-23 nicodvb spell fix
2006-10-23 nicodvb don't play any other title other than N when N is specified (with dvdnav://N)
2006-10-23 gpoirier sync w/ r20419
2006-10-23 gpoirier Yet some more CVS->CVS
2006-10-23 gpoirier sync w/ r20417
2006-10-23 gpoirier s/DarwinPorts/MacPorts/
2006-10-23 reimar Allow lowercase letters in AVI stream id, fixes bug #277
2006-10-23 reimar Proper detection of corresponding MPlayer image format for X server format for vo_x11.
2006-10-23 reimar Set aspect information in yuv4mpeg
2006-10-23 lucabe Properly set EXTRALIBS
2006-10-23 diego Fix some inconsistencies pointed out by Torinthiel.
2006-10-23 kraymer r20399: Remove bio2jack from list of required software.
2006-10-23 diego Remove a declaration-after-statement warning.
2006-10-23 gpoirier sync w/ r20408
2006-10-23 gpoirier swap telecine and pulldown, typo noticed by RC
2006-10-23 diego Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.
2006-10-23 Gabrov synced with r20405
2006-10-23 Gabrov man/hu/mplayer.1 synced with r20375
2006-10-23 diego Remove -fno-PIC check from configure and put -fPIC back at the beginning
2006-10-23 gpoirier add missing dots as in r20328
2006-10-23 attila it's "die Syntax" not "der Syntax"
2006-10-23 torinthiel <replaceable> tags aren't needed in literal example
2006-10-22 diego Remove bio2jack from list of required software.
2006-10-22 diego Replace $() by the slightly more portable ``.
2006-10-22 kraymer r20392: misc fixes
2006-10-22 kraymer r20379: Remove doubled -dvd-device information.
2006-10-22 diego misc fixes
2006-10-22 torinthiel Some more spelling fixes
2006-10-22 gpoirier sync w/r20375
2006-10-22 gpoirier sync w/r20379
2006-10-22 gpoirier sync w/r20341
2006-10-22 gpoirier sync w/r20361
2006-10-22 gpoirier sync w/r20361
2006-10-22 diego Update Andrew Weber's Email address.
2006-10-22 torinthiel Sync r20379 + small fixes
2006-10-22 reimar FFmpeg dv decoder can also output in 422P format.
2006-10-22 torinthiel Remove doubled -dvd-device information.
2006-10-22 diego grammar/wording fixes
2006-10-22 kraymer r20369: Warn about dangers of -use-filedir-conf option
2006-10-22 kraymer capitalization at beginning of sentence
2006-10-22 kraymer remove mkdir warnings
2006-10-22 reynaldo only a few lines remain missing
2006-10-22 rtogni Final changelog update for rc1 release
2006-10-22 rtogni Warn about dangers of -use-filedir-conf option
2006-10-22 rtogni Require latest version of codecs.conf
2006-10-22 kraymer remove outdated reference to "tvout-voodoo"; fixes compilation
2006-10-22 reimar Consistency fix: use "signed long long" for int_fast64_t instead of
2006-10-22 diego IPv6 tests for the presence of AF_INET6 but not struct sockaddr_in6. Glibc 2.0
2006-10-22 voroshil r20352: fix XviD spelling. replace some old DivX5's.
2006-10-22 diego Provide fallback definition for uint_fast64_t as well.
2006-10-22 kraymer r20358: Make documentation links point to the online version.
2006-10-22 kraymer remove some DivX version numbers
2006-10-22 diego cosmetics: Fix indentation after last commit.
2006-10-22 diego Do not check for the existence of LIRC devices during autodetection.
2006-10-22 diego Make documentation links point to the online version.
2006-10-22 Gabrov synced with r20355 (increased sync tag after typo fix in English master file)
2006-10-22 Gabrov synced with r20352
2006-10-22 diego typo
2006-10-22 Gabrov synced with r20191
2006-10-22 kraymer fix "typo"
2006-10-22 kraymer fix XviD spelling
2006-10-22 Gabrov synced with r20350
2006-10-22 nicodvb if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end
2006-10-22 Gabrov man/hu/mplayer.1 synced with 20336
2006-10-22 kraymer r20341: Remove obsolete parts, some updates.
2006-10-21 reimar Do not forget to clear subtitles when switching files for embedded subtitles.
2006-10-21 lorenm x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)
2006-10-21 gpoirier sync w/r20336
2006-10-21 voroshil r20318: capitalization fixes, add missing dots to sentences
2006-10-21 reimar Avoid crash after "AVI: No audio stream found -> no sound." message,
2006-10-21 kraymer change DOCS/html references to German translation
2006-10-21 diego Remove obsolete parts, some updates.
2006-10-21 reimar Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav
2006-10-21 reimar Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264
2006-10-21 kraymer fixed sync tag
2006-10-21 kraymer r20317: Greatly simplify synopsis roff markup and add a bit of consistency.
2006-10-21 kraymer escape -mf
2006-10-21 reimar Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.
2006-10-21 reimar Do not use sh_audio->wf values if they are definitely invalid
2006-10-21 reimar Add flac twocc
2006-10-21 ptt added a ". ..." line before gmplayer
2006-10-21 ptt little fix, sorry
2006-10-21 ptt sync with r20317
2006-10-21 ptt applied patch for -endpos, to work without a blit_frame, pointed out by Andrew Savchenko
2006-10-21 kraymer some random fixes (wording, spelling..)
2006-10-21 kraymer add German translation of codecs.xml
2006-10-20 eugeni Don't forget to apply scaling coefficients to kerning values.
2006-10-20 reimar Cosmetics: indentation fix indentation broken by last two demuxer.c commits
2006-10-20 reimar Fix opening of demuxers without check_file function, broken by r20309.
2006-10-20 lorenm make any parse error in -x264encopts fatal
2006-10-20 gpoirier sync w/ r20321
2006-10-20 kraymer --enable-external-faad doesn't exist any more
2006-10-20 michael \, escaping
2006-10-20 gpoirier sync w/r20318
2006-10-20 kraymer capitalization fixes, add missing dots to sentences
2006-10-20 diego Greatly simplify synopsis roff markup and add a bit of consistency.
2006-10-20 diego Add fallback on the (undocumented) x86-64 -march option in
2006-10-19 diego Add gmplayer to list of ignored files.
2006-10-19 gpoirier sync w/ 20054
2006-10-19 diego Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.
2006-10-19 diego Simplify OBJS handling.
2006-10-19 gpoirier sync w/ 20310
2006-10-19 diego Remove stray line.
2006-10-19 reimar Try other demuxers if open() fails.
2006-10-19 eugeni Fix center of rotation calculation. It was overly complex and
2006-10-19 voroshil r20183: Recommend gcc 4.x on PowerPC
2006-10-19 kraymer r20288: vf uspp description: it now uses snow, not mpeg4
2006-10-19 gpoirier sync with r20295, patch by Francois Badier %frabad A gmail P com%
2006-10-19 gpoirier What is the meaning of the numbers on the status line during the encoding process?
2006-10-19 lorenm make -passlogfile work with x264 again (broke in r20060)
2006-10-18 eugeni Center of rotation depends on alignment.
2006-10-18 eugeni Support separate rotation angle for each glyph.
2006-10-18 eugeni Move base point calculation to a separate function. Will be reused soon.
2006-10-18 eugeni Cosmetics: remove commented code.
2006-10-18 reimar redone subcp_recode: get rid of static buffer, skip lines that failed to
2006-10-18 eugeni Fix a typo in collision detection code.
2006-10-18 ptt typo fix
2006-10-18 gpoirier sync w/ r19738
2006-10-18 ptt sync with r20288
2006-10-18 gpoirier sync w/ r20288
2006-10-18 gpoirier sync w/ r20083
2006-10-18 kraymer more updates on chinese translation
2006-10-17 diego This file is not modified from the upstream version,
2006-10-17 nicodvb fixed corner case previously mishandled: don't play an audio only stream when
2006-10-17 lorenm vf uspp description: it now uses snow, not mpeg4
2006-10-17 diego Add configure switch to enable fixed-pointed mode of internal libfaad2.
2006-10-17 diego typo fixes
2006-10-17 syrjala s/vo_osd_changed/vo_osd_changed_flag