log

age author description
2007-08-20 diego Sort libavcodec encoders.
2007-08-20 nicodvb reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
2007-08-20 reimar Runtime-patching for windows to fix crash with drv43260.dll
2007-08-20 iive remove gconvert_uri_to_filename() and use url_unescape_string() instead.
2007-08-20 reimar We can support SEEK_END seeks only when stream->end_pos is known
2007-08-20 reimar Add support for AVSEEK_SIZE in demux_lavf
2007-08-20 reimar -subfps makes sense for frame-based subtitle formats as well!
2007-08-19 reimar Do not seek to an invalid position.
2007-08-19 nicodvb added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
2007-08-19 reimar Replace dvdread bswap.h by something more sane for us.
2007-08-19 reimar Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
2007-08-18 nplourde added proper e-mail address
2007-08-18 nplourde added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
2007-08-18 reimar Functions that do not return a value must be void
2007-08-18 reimar Text files must end with a newline
2007-08-18 reimar Remove duplicate extern declaration
2007-08-18 Gabrov increasing sync tag after Apple Remote message added
2007-08-18 Gabrov synced with r24091
2007-08-18 diego Add libdvdcss-specific CFLAGS in the correct place.
2007-08-18 uau Remove an unnecessary #ifdef
2007-08-17 diego Complete the list of libavcodec audio encoders.
2007-08-17 diego Ignore main.xml.
2007-08-17 diego Reorder installation requirements list, wording/spelling.
2007-08-17 diego Sync local diff with latest changes.
2007-08-17 diego Sync libdvdread with version 0.9.7.
2007-08-16 diego small libavcodec audio codec clarifications
2007-08-16 diego misc fixes and additions
2007-08-16 rathann Explicitly mention the need to rebuild MPlayer after installing AMR libs.
2007-08-16 mhoffman adding help for --ar --ranlib
2007-08-16 diego Move setting of res_comment for internal dvdread to a more sensible place.
2007-08-16 mhoffman allow setting of ranlib from the commandline of configure
2007-08-16 mhoffman allow setting of ar from the commandline of configure
2007-08-16 diego Remove local MinGW gettimeofday() implementation, there is now a native
2007-08-16 diego Sync local diff with current version.
2007-08-16 diego Sync libdvdread with version 0.9.6.
2007-08-15 diego Sync local diff with current version.
2007-08-15 diego cosmetics: Do not add trailing whitespace to lines we change.
2007-08-15 diego Sync another change from upstream.
2007-08-15 diego Remove modification comments from files that are no longer modified.
2007-08-15 diego Sync libdvdread with version 0.9.5 (cosmetic changes).
2007-08-15 diego cosmetics: alphabetical order
2007-08-15 diego 1000l: Forgot to add new files, *sigh*.
2007-08-15 diego Sync libdvdread with version 0.9.5 (functional changes).
2007-08-15 diego Identifiers should not start with two underscores.
2007-08-15 diego Remove unused variable.
2007-08-15 diego cosmetics: Reorder lines for consistency.
2007-08-15 diego Document how to encode with some more libavcodec audio codecs.
2007-08-15 diego Clarify comment as pointed out by Ulion.
2007-08-15 uau Remove pointless #ifdef
2007-08-14 gpoirier AC3 --> AC-3, as done in r24056
2007-08-14 diego Rename TMPO to TMPEXE, it is an executable, not an object file.
2007-08-14 diego cosmetics: prettyprint
2007-08-14 diego Apple Remote support
2007-08-13 diego AC3 --> AC-3
2007-08-13 diego Document how to encode with some libavcodec audio codecs.
2007-08-13 diego Fix compilation on BSD.
2007-08-13 diego Remove unused variables.
2007-08-13 cehoyos Fix likely mistake when using char*.
2007-08-13 cehoyos Remove additional warnings when using icc - similar to -Wno-pointer-sign.
2007-08-12 diego MP3 audio encoder was renamed to libmp3lame in FFmpeg.
2007-08-12 diego Remove unused definition.
2007-08-12 diego Remove outdated lines.
2007-08-12 diego Declare all vo_gamma variables in libvo/video_out.h and remove them from
2007-08-12 diego Fix UDP select timeout.
2007-08-09 gpoirier Change "object type complexity" parameter of FAAC in the
2007-08-09 reimar The "svn copy" method for reverting has worked flawlessly for me without
2007-08-09 diego Move some more compiler flags to configure.
2007-08-09 reimar When a new subtitle stream becomes available check if it is the one that
2007-08-08 diego Remove unused definition.
2007-08-08 cehoyos printf in mp_image.h was changed to fprintf in r17972.
2007-08-08 cehoyos Fix warning: too many arguments for format
2007-08-08 cehoyos Cosmetics: Remove empty block.
2007-08-08 cehoyos Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
2007-08-08 kraymer r23920: Teletext support (and editor's info)
2007-08-08 reimar Add <application> tag around MEncoder
2007-08-08 ptt synced with r24030
2007-08-08 ptt synced with r23996
2007-08-08 cehoyos Remove useless #include and silence warnings when compiling find_sub.c.
2007-08-08 diego Move some #defines into configure/config.h.
2007-08-08 reimar Document special A-V sync issues with FLV files
2007-08-08 cehoyos bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.
2007-08-08 kraymer Chinese man page translation is in sync now
2007-08-08 kraymer This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996
2007-08-07 kraymer r23996: Hint at mf://@... syntax
2007-08-07 cehoyos Kill two warnings.
2007-08-07 michael make x264 work again after the h264-libx264 renaming
2007-08-07 diego Move HAVE_INTTYPES_H definition to a more sensible place in config.h.
2007-08-07 diego Improve error message.
2007-08-07 diego HAVE_INTTYPES_H is in config.h, HAVE_STDINT_H is never reached.
2007-08-07 ptt synced with r23982
2007-08-07 ptt synced to r23983
2007-08-07 diego HAVE_INTTYPES_H is already declared in config.h.
2007-08-07 Gabrov synced with r24016
2007-08-06 cehoyos Added Alan Nisotas modify_reg.
2007-08-05 gpoirier sync w/ r23996
2007-08-04 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
2007-08-04 cehoyos Moved dvdtimetomsec to stream_dvd_common.c.
2007-08-04 diego Remove unused variables.
2007-08-04 nicodvb cosmetics: removed commented code and small reindentation
2007-08-04 nicodvb removed unused variables
2007-08-04 reimar Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
2007-08-04 iive Fix compilation of ass_fontconfig.c when fontconfig is disabled.
2007-08-03 reimar Handle case where get_image is called twice without a draw_image in-between
2007-08-03 reimar Give the cpuinfo binary the right suffix $_exesuf
2007-08-03 reimar Forgot to add the main vo_xvr100.c file
2007-08-03 reimar add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)
2007-08-03 eugeni Don't apply windows-like font scaling if hhea or os2 tables contain invalid
2007-08-03 eugeni Workaround for fonts with zero ascender/descender in horizontal header.
2007-08-03 eugeni Factor out common code from ass_font_new and ass_font_reselect.
2007-08-03 eugeni More simple and correct font reselection.
2007-08-03 cehoyos Added missing newline.
2007-08-02 uau Revert setting audio output channel count for FFmpeg
2007-08-02 voroshil r23996: Hint at mf://@... syntax
2007-08-02 reimar Hint at mf://@... syntax
2007-08-02 compn fix B-frame consistency pointed out by diego, add MPEG-1/2 speedups
2007-08-01 reimar Set lavc_context->channels before opening the codec, it is sufficient to
2007-08-01 compn xan wc4 video decoding, removed bframe warning message
2007-08-01 uau Define ENABLE_GRAY for FFmpeg
2007-08-01 ptt better wording - thanx nico :)
2007-08-01 voroshil r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 diego 10l for committing untested changes, a test call was missing.
2007-08-01 kraymer r23687: Implemented tv://[<channel>][/<input_id>] url syntax
2007-08-01 voroshil (cosmetics) Make TV detection code two spaces indented
2007-08-01 voroshil Enable teletext for V4Lv1.
2007-08-01 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
2007-08-01 diego Added FIXME skeletons for missing lavc options.
2007-08-01 diego i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 diego i_certify_that_my_video_stream_does_not_use_b_frames is gone.
2007-08-01 reimar Ugly hack to make xanlib.dll work.
2007-08-01 voroshil r23897: Experimental negative panscan values
2007-08-01 voroshil r23891: typo fix: childs --> children
2007-07-31 compn add possibly incorrect subfont entry
2007-07-31 michael allow to specify the audio bitrate in bits (some codecs need that ...)
2007-07-31 michael get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames
2007-07-31 michael make muxer store the provided timestamps
2007-07-31 michael make timestamps out of hot air
2007-07-31 michael make a few more parameters accessable from mplayer
2007-07-31 reimar mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
2007-07-31 ivo Make the printoption function take the default values from the variable
2007-07-31 ivo cosmetics, indentation
2007-07-31 ivo Shorten (un)setting of all test flags
2007-07-31 ivo Much smaller command line parser
2007-07-31 ptt another little corrections
2007-07-31 ptt added missing ":"'s
2007-07-31 ptt better wording
2007-07-31 ptt sorry, left english phrase in...
2007-07-31 ptt synced with r23962
2007-07-31 ptt added missing ':' for separator
2007-07-31 ptt synced to r23920
2007-07-31 ivo Update copyright info and license
2007-07-31 ivo cosmetics, break overly long lines
2007-07-31 ivo replace ^I by $TAB now that TAB is global
2007-07-31 ivo only test for stupid code and reserved identifiers if there are any .c or .h
2007-07-31 ivo 10l, forgot to make TAB global
2007-07-31 ivo Test for reserved identifiers.
2007-07-31 diego Identifiers starting with underscores are reserved.
2007-07-31 diego UTF-8 conversion
2007-07-30 iive Make teletext depend on freetype. Fixes compilation failer (in sub.c).
2007-07-30 reimar 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
2007-07-30 reimar Extend OpenGL configure test to also check for glx/wgl and proper linking.
2007-07-30 gpoirier sync w/23588
2007-07-30 ivo remove GNUism (case range)
2007-07-30 ivo Add test for GNUisms
2007-07-30 voroshil Teletext support for V4Lv1
2007-07-30 voroshil 10l: wrong pointer was initialized (causes crash during startup).
2007-07-30 ben h/w -> hardware
2007-07-30 reimar Change V4L2 MPEG decoder check so it can actually fail
2007-07-30 reimar Comment out purely debugging printf that in addition uses __FUNCTION__ which
2007-07-30 reimar Fix hopefully final 150 sector offset VCD bug. Caused no noticeable problems on Linux
2007-07-30 reimar Simplify sun SCSI command generation
2007-07-30 reimar big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
2007-07-30 reimar Move extern int audio_output_channels; to ad_internal.h
2007-07-30 reimar Indicate desired number of output channels to ffmpeg audio decoder.
2007-07-30 reimar Avoid void * arithmetic
2007-07-30 reimar Use the standard inline instead of __inline
2007-07-30 reimar Another missed case-range
2007-07-30 reimar Do not use gnu case-range extension if it's easy to avoid
2007-07-30 reimar Use goto instead of useless recursion that might fill up the stack
2007-07-30 reimar Do not use a return value for a void function
2007-07-30 reimar C99 varargs in macros can not be empty, adjust definition so it compiles
2007-07-30 Gabrov synced with r23928
2007-07-30 voroshil Subtraction should be done after & operation.
2007-07-30 voroshil Drop out overlooked debug line
2007-07-29 ben update man page with v4l2 a/v outputs
2007-07-29 ben v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as ivtv)
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support
2007-07-29 reimar More doxygen comments
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Teletext support.
2007-07-29 voroshil Teletext support.
2007-07-29 reimar Simplify and fix missing offset for Darwin vcd_get/set_msf functions
2007-07-29 reimar Document -rawvideo format="format string"
2007-07-29 reimar Make VCD work on little-endian macs
2007-07-29 reimar Make vcd_get_track_end actually return the end, not the start on Darwin
2007-07-29 reimar Make the vcd seek and get track end functions actually have an effect
2007-07-29 diego punctuation, new sentences on new lines
2007-07-29 diego libdvdcss patch got committed.
2007-07-29 reimar Fix wrong return type in darwin VCD code
2007-07-29 voroshil Replacing global variables in radio:// with
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing forward declarations of routines used only in tv.c
2007-07-29 voroshil Cosmetics.
2007-07-29 voroshil Cosmetics: move two routines up
2007-07-28 reimar Set -vo gl slice-height default to 0, the current default of 4 seems
2007-07-28 reimar Experimental negative panscan values
2007-07-28 reimar Use a new variable for user-supplied monitor-aspect so we can overwrite
2007-07-28 reimar make sure update_xinerama_info is always called even when using the
2007-07-28 diego Give message string a more meaningful name.
2007-07-28 diego cosmetics: misc typo fixes
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego typo fix: childs --> children
2007-07-28 diego Names starting with underscores are reserved.
2007-07-28 diego typo
2007-07-28 reimar Fix some typos in comments
2007-07-28 voroshil r23852: af channels example for ffdca to ALSA reordering
2007-07-27 reimar Remove extern index_mode, it is already in demuxer.h
2007-07-27 reimar Make sure fformat is set before use
2007-07-27 reimar Remove some unneeded extern variable declarations
2007-07-27 reimar Remove completely pointless extra return statements
2007-07-27 reimar Fix MSF -> sector conversion being 150 sectors of
2007-07-27 reimar Simplify track length calculation
2007-07-27 reimar Some more *BSD vcd_read simplification
2007-07-27 reimar Fix several 100l
2007-07-27 reimar Factor out some common code
2007-07-27 reimar Somewhat unified *BSD vcd reading
2007-07-27 reimar READ_TOC for making *BSD code more similar
2007-07-27 ptt synced with r23225
2007-07-27 reimar One ifdef less
2007-07-27 reimar Simplify NetBSD vcd_read code
2007-07-27 reimar vcd_inc_msf function also for freebsd vcd_read
2007-07-27 reimar More VCD cosmetics
2007-07-26 reimar 100l, return is missing a value
2007-07-26 reimar Cosmetics to reduce diff between Free- and netBSD vcd stuff
2007-07-26 reimar 10l, fix vcd netbsd compilation
2007-07-26 reimar TOCADDR macro as first step to common *BSD vcd reading code
2007-07-26 iive Disable building of vo_mga on all linux platforms despite not having Matrox card.
2007-07-26 ptt synced with r23856
2007-07-26 gpoirier Intel Mac is fully supported these days
2007-07-26 gpoirier add Hitachi SuperH (SH3) support
2007-07-25 uau Fix configure regexp for enabling FFmpeg features
2007-07-25 reimar Simplify: use FFMAX
2007-07-25 reimar Remove some useless "extern" before function prototypes
2007-07-25 reimar avoid ff_config_enable doing partial matches.
2007-07-25 reimar subdata must be set to NULL when the corresponding data was freed.
2007-07-25 reimar Do not set vo_sub to NULL on changing subtitles, update_subtitles
2007-07-25 diego small wording improvement
2007-07-24 rtogni Fix for bugzilla #835
2007-07-24 kraymer more Spanish man page updates by Fernando TarĂ­n (lists.im gmail com)
2007-07-24 kraymer r23416: Drop the metadata stuff and replace it with generic property string expansion.
2007-07-24 reimar af channels example for ffdca to ALSA reordering
2007-07-23 rtogni Compilation fix workaround for dca.h conflict (it exists in libavcodec
2007-07-23 ptt another correction
2007-07-23 ptt a bunch of corrections, suggested by Nico Sabbi, tnx
2007-07-23 ptt synced with r21537
2007-07-23 ptt now it's synced, to r23342
2007-07-23 ptt my fault doesn't compile html docs...
2007-07-23 ptt synced with r23342
2007-07-22 diego Make the assembler accept VIS instrucitions on ultraSPARC.
2007-07-22 attila document "default" behaviour if CopyFromParent is passed as colormap
2007-07-22 attila 10l
2007-07-22 rtogni DTS decoding via libdca
2007-07-22 voroshil Update sync tag
2007-07-21 diego Remove unused definition.
2007-07-21 ptt (finally) synced with r23272
2007-07-20 reimar Use --static flag for pkg-config if --enable-static was used.
2007-07-20 reimar !00l, last commit mixed up "normal" ggi and ggiwmh tests.
2007-07-20 reimar Change ggi and SDL tests so that linking problems with --enable-static are more
2007-07-20 diego Remove vo_syncfb, which was unused for 5 years.
2007-07-20 mhoffman integrating blackfin optimized yuyvtoyv12 converter
2007-07-20 mhoffman removing reference to bfin_sram.h its not used anylonger
2007-07-20 mhoffman adding blackfin optimized yuyvtoyv12 converter
2007-07-19 gpoirier sync w/r23747, patch by JRaSH % jrash06 A 163 P com %
2007-07-19 reimar Somewhat hackish fix for A-V desync with ao_oss and frame stepping:
2007-07-19 reimar Get rid of a few more useless malloc casts
2007-07-19 reimar Make sure all demuxer subtitles can be selected with 'j', even
2007-07-19 reimar Remove some more useless *alloc casts
2007-07-19 benoit UltraSPARC VIS yuv2rgb
2007-07-19 zuxy Explanation for CPUID flag 'ibs'
2007-07-18 nicodvb fixed bug introduced with the addition of get_ext_stream_properties()
2007-07-18 Gabrov synced with r23747 with corrections
2007-07-18 Gabrov synced with r23748
2007-07-18 voroshil r23748: Leave out (no) prefix from option names for consistency.
2007-07-18 diego Rename mga_vid test to make it more descriptive.
2007-07-18 voroshil r23745: Add the sub_scale property and command.
2007-07-18 Gabrov fix redundant redeclaration warning
2007-07-18 reimar fopen is in stdio.h, so add this include.
2007-07-18 diego Fix a bunch of redundant redeclaration warnings.
2007-07-18 diego Remove unused variables.
2007-07-18 diego Restore vo_mga check, it is Linux-only.
2007-07-18 gpoirier sync w/r23748, patch by JRaSH % jrash06 A 163 P com %
2007-07-18 benoit use YUV440P in swscale
2007-07-17 ptt better translation of 'clip'
2007-07-17 ptt better translation
2007-07-17 ptt synced with r23748
2007-07-17 ptt sync'd with r23747
2007-07-17 diego Remove pointless printing of include and linker paths.
2007-07-17 diego Do not test for the existence of device files during configuration,
2007-07-17 diego Modify X11 headers check so as not to add /usr/include, the default system
2007-07-17 diego Remove /usr/include from the list of places to check for headers,
2007-07-17 diego Put a compilation fix bandaid in place for the png.h issue.
2007-07-17 diego Revert include flag reordering, it does not fix the compilation problem.
2007-07-17 diego Remove commented-out dynamic linking check.
2007-07-17 diego Remove unused scandir() check and fallback implementation.
2007-07-17 diego Remove unused ftello() check and fallback implementation.
2007-07-17 diego Remove unused fseeko() check and fallback implementation.
2007-07-17 diego This was rewritten by Michael, switch copyrights to him and license to LGPL.
2007-07-17 ptt another piece translated :)
2007-07-16 rtogni realrtsp smil files can also use ' as field delimiter instead of "
2007-07-16 diego Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.
2007-07-16 diego Remove incomplete compilation fix bandaid.
2007-07-16 diego Remove redundant "all rights reserved" statement, OKed by Walken.
2007-07-16 reimar Avoid crash if a non-existent audio track is selected with -aid
2007-07-16 diego bandaid compilation fix
2007-07-16 zuxy Use native Windows thread API when pthreads isn't available.
2007-07-15 nicodvb added support for -alang and -slang with dvdnav:// streams
2007-07-15 reimar Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't
2007-07-15 compn subs working with lavf change
2007-07-14 diego Let us not pretend to be checking for devfs when we are not.
2007-07-14 diego Mark mp3lib, liba52 and libmpeg2 tests as internal.
2007-07-14 diego Group all vo driver checks together.
2007-07-14 diego Move QuickTime codecs check together with the other codecs checks.
2007-07-14 diego typo
2007-07-14 reimar Use stream_read_qword_le
2007-07-13 aurel add support for subtitles thru lavf
2007-07-13 diego Simplify termios test.
2007-07-13 diego typo, wrong variable name in check
2007-07-13 diego Rename nut option and variables to libnut, FFmpeg also contains NUT support.
2007-07-13 diego Remove useless variable indirection.
2007-07-13 diego Remove redundant variable setting.
2007-07-13 attila Fix segfault if an 'strf' chunk couldn't be found in avi
2007-07-13 aurel fix typo in a comment
2007-07-11 iive Print the number of the Unknow color format,
2007-07-11 rtogni Add check for mkstemp
2007-07-11 lorenm remove unused variables
2007-07-11 lucabe Remove unused file (this time for real)
2007-07-11 diego Remove unused test for round().
2007-07-11 diego Remove unused stddef.h check.
2007-07-11 diego Simplify soundcard.h check.
2007-07-11 diego Remove unused variable.
2007-07-11 zuxy Use -font for subtitles when -subfont is not given, patch by kiriuja
2007-07-11 cehoyos Revert r23758: It broke -vf uspp and -vf mcdeint.
2007-07-10 albeu 10L, sub_scale need freetype, add the #ifdef.
2007-07-10 lucabe Resurrect yuv2rgb_init.c, to add a proper license (and some comments about
2007-07-10 cehoyos Fix compilation with -disable-mencoder
2007-07-10 zuxy fix unaligned memory access in asfheader.c, courtesy of Balatoni Denes
2007-07-09 diego Remove unnecessary #ifdef around the whole file.
2007-07-09 diego Remove unnecessary #ifdef around the whole file.
2007-07-09 diego ISO8859-1 --> UTF-8
2007-07-09 diego Mention Bethesda Software VID and Atrac 3 decoders.
2007-07-09 diego ISO8859-1 --> UTF-8
2007-07-09 compn add af_pan balance/fix changes
2007-07-09 compn add sub_scale and loop changes
2007-07-09 compn loop wish fulfilled
2007-07-09 diego Leave out (no) prefix from option names for consistency.
2007-07-09 albeu Add a loop command and property.
2007-07-09 albeu Move loop_times into mpctx.
2007-07-09 albeu Add the sub_scale property and command.
2007-07-08 voroshil Remove unnecessary flip for RGB in v4l1.
2007-07-08 nicodvb 100% cosmetics: reindentation and removal of trailing spaces
2007-07-08 nicodvb unified the skip of header and stuffing bytes after the parsing of pes_extension[12] fields
2007-07-08 voroshil r23687: Implemented tv://[<channel>][/<input_id>] url syntax
2007-07-08 voroshil r23690: fix BUK->BUP typo
2007-07-07 nicodvb 100000000000000l, cured painful stab at the grammar
2007-07-07 torinthiel Synced with 23536
2007-07-07 torinthiel Synced with 23520
2007-07-07 torinthiel Synced with 23579
2007-07-07 torinthiel And antoher one, missed by me previously
2007-07-07 torinthiel Some typos found and fixed by arctgx <arctgx@tlen.pl>
2007-07-07 torinthiel Xvid name change
2007-07-07 Gabrov synced with r23731
2007-07-07 nicodvb 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (identified by pes_extension2 subid)
2007-07-07 nicodvb cosmetics: split separate instructions in separate lines
2007-07-07 nicodvb proper parsing of pes_extension[12] fields (replaces the previous code that relied on specific flags set
2007-07-06 iive Fix crash on some DVDs
2007-07-06 reimar Fix CSS format strings, they could print more than two digits for
2007-07-06 reimar Add ENABLE_THREADS and ENABLE_SMALL defines
2007-07-06 reimar Remove empty strlcat and strlcpy files
2007-07-05 reimar Add some missing frees.
2007-07-05 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
2007-07-05 diego license header consistency cosmetics
2007-07-05 diego Group all copyright and author notices together.
2007-07-04 diego Remove unused variables.
2007-07-04 diego Also remove generated tools on distclean.
2007-07-04 diego small grammar fix
2007-07-04 diego Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.
2007-07-04 diego Write configure parameters to configure.log.
2007-07-03 lucabe Remove unused file
2007-07-03 kraymer roff fix (new line for new sentence)
2007-07-03 diego Sync FFmpeg changes:
2007-07-03 diego Cygwin has had inttypes.h since version 1.5.
2007-07-03 diego The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREAD
2007-07-03 diego The header is always included conditional to USE_DVDREAD,
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2007-07-02 cehoyos Add equivalent of -Wno-pointer-sign for icc
2007-07-02 diego Consistently use filename as multiple inclusion guard.
2007-07-02 diego Consistently use filenames as multiple inclusion guards.
2007-07-02 diego Add consistent GUI prefix to multiple inclusion guards.
2007-07-02 diego Add multiple inclusion guard.
2007-07-02 diego Consistently use filenames as multiple inclusion guards.
2007-07-02 ptt first step of video.xml translation... (it's soooo huuuuuge..... :))
2007-07-02 diego Fix 'make checkheaders'.
2007-07-02 diego Remove obsolete and misleading comment.
2007-07-02 diego Ignore .ho files.
2007-06-30 voroshil Cosmetics.
2007-06-30 voroshil Don't override input= option value is no input id is passed in tv:// url.
2007-06-29 nplourde bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
2007-06-29 rtogni wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
2007-06-29 ptt synced to r23690, since it is
2007-06-29 ptt another bunch of corrections, suggested by nico
2007-06-29 ptt synced with r23579
2007-06-29 ptt revert r23538. my fault, didn't see there where 2 phrases, sorry...
2007-06-29 kraymer fix BUK->BUP typo
2007-06-29 ptt sparse grammar and syntactical corrections
2007-06-29 voroshil remove file that was added by mistake.
2007-06-28 voroshil Implemented tv://[<channel>][/<input_id>] url syntax
2007-06-28 reimar Get rid of my_memcpy_pic code duplication in many filters.
2007-06-28 diego comment grammar fixes
2007-06-27 diego Get rid of duplicate processor feature variables.
2007-06-27 diego Add comments to some preprocessor directives.
2007-06-27 diego Mark main() function as a function that takes no parameters.
2007-06-27 Gabrov synced with r23680
2007-06-27 reimar Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
2007-06-27 diego Fix "control reaches end of non-void function" warnings.
2007-06-27 diego Fix unused variable warnings.
2007-06-27 diego Fix implicit declaration of function warnings.
2007-06-27 reimar Remove some unused variables
2007-06-27 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
2007-06-27 diego Remove check for localtime_r, the function is not used within MPlayer.
2007-06-26 kraymer r23504: -lavdopts threads is only implemented for mpeg[12]
2007-06-26 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
2007-06-26 reimar Lots of cosmetics for gl2
2007-06-26 reimar Remove two unused variables
2007-06-26 reimar Remove overly complex and unused per-subtexture "dirty" handling
2007-06-26 reimar Remove now unused variable
2007-06-26 reimar remove useless calloc cast
2007-06-26 ptt synced with r23609
2007-06-26 reimar Remove some unused code and useless error checking that only clutters the code
2007-06-25 reimar Hint at the Makefile for information how to build dha with svgalib_helper
2007-06-25 reimar Hint at --disable-* options as a workaround for outdated binutils.
2007-06-25 ptt synced with r23608 + other fixes
2007-06-24 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
2007-06-24 reimar config.h must be included before other headers
2007-06-24 reimar Hide our swab prototype when the system has swab since at least the
2007-06-24 reimar Make sure we always have a swab() prototype when we use it,
2007-06-24 reimar Use proper PRI?64 format strings
2007-06-24 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
2007-06-24 reimar Remove unused and trivial string variable
2007-06-24 reimar Remove unused function.
2007-06-24 reimar Remove unused (static) function prototype.
2007-06-24 reimar Fix format string to match actual type.
2007-06-24 reimar Move variable into the block where it actually used
2007-06-24 reimar index_mode is already defined in demuxer.h
2007-06-24 reimar get rid of useless *alloc casts
2007-06-24 reimar Get rid of: useless variable, useless cast and void * arithmetic
2007-06-24 reimar Use AV_RL32
2007-06-24 reimar Fix format strings to match argument type
2007-06-24 reimar Remove unused query_format function in vf_harddup.
2007-06-24 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
2007-06-24 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
2007-06-24 reimar Avoid more void * arithmetic
2007-06-24 reimar revert broken r23628, mp_core.h is not included by cfg.h, so double extern
2007-06-24 reimar get_path prototype is already in interface.h and probably many more places.
2007-06-24 reimar Avoid vo_sdl void * arithmetic
2007-06-24 reimar Remove completely pointless "!= 1".
2007-06-24 reimar Another unneeded xinerama_screen extern
2007-06-24 reimar xinerama_screen is already declared in video_out.h
2007-06-24 reimar Add missing return value for x11 error handler
2007-06-24 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
2007-06-24 reimar Avoid void * arithmetic
2007-06-24 reimar Some comment typo fixes
2007-06-24 reimar make opt argument of demux_info_get const.
2007-06-24 reimar Remove two unused functions in asxparser