log

age author description
2007-05-08 michael try to limit the mess from the svn moves by pointing to the new location
2007-05-08 voroshil r23240: document lavc's 'level' option, patch by Carl Eugen Hoyos
2007-05-08 ben mention myself (besides Sascha) to VIDIX import and maintainship
2007-05-08 ben libdha is gone now, don't mention it anymore
2007-05-08 ben notify of pvr channel navigation feature in ChangeLog
2007-05-08 ben added Sven latest contribution to AUTHORS file
2007-05-08 ben added proper GPL headers to new stream/pvr.h file
2007-05-08 ben give credits to Sven for pvr channel navigation
2007-05-08 ben support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
2007-05-08 ben description for -menu-keepdir option
2007-05-08 diego These files are now in the separate NUT repository.
2007-05-07 gpoirier add MPlayer's local changes introduced in r23258
2007-05-07 gpoirier compile fix for regression introduced by r23254
2007-05-07 nicodvb For DVR-MS:
2007-05-07 ben fix libmenu compilation with fridibi enabled
2007-05-07 ben cast to what's really expected
2007-05-07 gpoirier iWMMXt-accelerated DCT and motion compensation for ARM processors
2007-05-07 ivo test for tab characters
2007-05-07 compn note about gui depending on libavcodec instead of libpng
2007-05-07 ivo do not run stupid code checks if chfilelist is empty
2007-05-07 ben use already existing function to get utf8 char in libmenu (thx to reimar)
2007-05-07 ben used FFMAX macro as pointed out by reimar
2007-05-07 ben removed useless casts as pointed out by reimar
2007-05-07 ben new -menu-keepdir option that allows libmenu file browser to always restart browsing from the last place we were instead of current dir
2007-05-07 ben support for hebrew through fribidi in libmenu (geexbox patch #580)
2007-05-07 ben support for unicode/utf8 in libmenu (geexbox patch #545)
2007-05-07 reimar remove unused code
2007-05-07 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
2007-05-07 cehoyos Fix compilation after FFmpeg r8921
2007-05-06 cehoyos document lavc's 'level' option
2007-05-06 gpoirier document lavc's 'level' option, patch by Carl Eugen Hoyos
2007-05-06 cehoyos Play amr_nb and amr_wb with FFmpegs r8880
2007-05-05 reimar mplayer.rc depends on version.h
2007-05-05 diego Fix "inline keyword not at beginning of declaration" warning.
2007-05-05 voroshil r23225: The GUI no longer depends on libpng.
2007-05-03 gpoirier sync with r23028, patch by JRaSH % jrash06 A 163 P com%
2007-05-03 eugeni Move variables and a function under #ifdef FC_VERSION to avoid warnings.
2007-05-03 eugeni Deallocate FontConfig objects.
2007-05-03 eugeni Fix stupid bug in r23229.
2007-05-03 eugeni Deallocate string.
2007-05-03 eugeni In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
2007-05-03 eugeni Make cache_*_add functions return the pointer to new (copied) value.
2007-05-03 Gabrov synced with r23227
2007-05-03 cehoyos add "level" as lavc option
2007-05-03 diego MJPEG decoding does not depend on libjpeg.
2007-05-03 diego The GUI no longer depends on libpng.
2007-05-03 diego Simplify libamr_nb test.
2007-05-03 diego cosmetics: Rename remaining instances of amr_* to libamr_*.
2007-05-03 diego Rename amr_nb and amr_wb options to libamr_*.
2007-05-03 diego FFmpeg sync: Rename AMR config settings to LIBAMR.
2007-05-03 diego cosmetics: Rename _amr* variables to _libamr*.
2007-05-03 diego FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
2007-05-02 reimar Use calloc instead of malloc+memset
2007-05-02 reimar Missing free on error in conv24to32
2007-05-02 reimar Simplify bgr2rgb
2007-05-02 reimar Remove unused function
2007-05-02 reimar Make functions and variables not used outside bitmap.c static
2007-05-02 reimar Simplify conv24to32 for-loop
2007-05-02 reimar Remove useless extern before function prototypes
2007-05-02 reimar Remove libpng dependency for Gui, use libavcodec instead
2007-05-02 reimar Disable internal vidix on PPC linux, it breaks compilation.
2007-05-02 diego Fix commit nick.
2007-05-02 eugeni Always deallocate glyphs. Fixes memory leak.
2007-05-02 benoit cosmetics: indentation after previous patch
2007-05-02 benoit test if color conv fonction exists prior to using it
2007-05-01 eugeni Fix NULL pointer dereference in demux_mkv that happens when
2007-05-01 gpoirier sync w/ r23162
2007-05-01 nicodvb dvdnav:// depends on our fork of libdvdnav
2007-05-01 nicodvb reindented dvdread check block
2007-05-01 nicodvb libdvdnav now depends on our fork of the library; only the version without
2007-05-01 diego Reuse common Makefile infrastructure.
2007-05-01 diego cosmetics: Move depend target (preparation for upcoming change).
2007-05-01 diego Clarify whom to send translations to.
2007-05-01 eugeni Update comments.
2007-05-01 eugeni Cosmetics.
2007-05-01 eugeni Move glyph_to_bitmap() call and outline glyph deallocation to
2007-05-01 gpoirier sync w/ r23152
2007-05-01 eugeni Minor code simplification.
2007-05-01 eugeni Move get_bitmap_glyph() call to a separate loop.
2007-05-01 eugeni Move transform_3d() call to get_bitmap_glyph().
2007-05-01 eugeni Make a function static.
2007-05-01 eugeni Don't recalculate rotation radius.
2007-05-01 eugeni Bugfix: glyph cache depends on border width, because it contains outline_glyph
2007-05-01 diego Merge FFmpeg dependency handling into the individual tests.
2007-05-01 diego cosmetics: Fix bogus indentation.
2007-04-30 ben synced with upstream vidix, prevented some drivers to work on some configs/archs
2007-04-30 ben deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
2007-04-30 ben one more spelling fix
2007-04-30 ben accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
2007-04-30 ben spelling fix
2007-04-30 Gabrov synced with r23179
2007-04-30 diego cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
2007-04-30 voroshil r23161: Remove outdated and wrong references to codecs.conf.
2007-04-30 voroshil sync tag update
2007-04-30 iive 10l to Diego for breaking svn (again).
2007-04-29 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
2007-04-29 diego cosmetics: Fix stray wrongly indented line.
2007-04-29 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
2007-04-29 diego Fix several implicit declarations of functions warnings.
2007-04-29 diego Remove duplicate #include.
2007-04-29 reimar Remove unused variable,
2007-04-29 voroshil (cosmetics) replace tabs with spaces
2007-04-29 voroshil typo fix.
2007-04-28 voroshil (cosmetics) more indentation fixes.
2007-04-28 vayne add missing case value, fixes functionality when using some skins.
2007-04-28 vayne compilation fix for disabling dvd functionality, patch by <bangbangbear at gmail dot com>, slightly modified by me.
2007-04-28 compn update wishlist
2007-04-28 ben notify new Radeon chipsets supported by VIDIX driver
2007-04-28 ben updated manpages with new vidix subdevice names
2007-04-28 diego Remove outdated and wrong references to codecs.conf.
2007-04-28 diego cosmetics: Fix one more stray wrongly indented line.
2007-04-28 diego cosmetics: Remove all trailing whitespace and tabs, indentation fixes.
2007-04-28 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
2007-04-28 diego cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
2007-04-28 reimar Mention change to monitorpixelaspect=1 default in Changelog
2007-04-28 voroshil r23152: Add -ass-hinting option for setting font hinting method.
2007-04-27 cehoyos Make -monitorpixelaspect 1 the default.
2007-04-27 reimar Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
2007-04-27 eugeni Add -ass-hinting option for setting font hinting method.
2007-04-27 eugeni Fix division by zero in "\t" parsing.
2007-04-27 cehoyos Add configures arguments to its output
2007-04-27 cehoyos Fix compilation with *_PROTOCOLs in libavformat
2007-04-26 diego Mark loader as unmaintained.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-04-26 diego 100l: Fix another round of copy and paste typos.
2007-04-26 diego Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
2007-04-26 diego 10l: Remove stray 'fi'.
2007-04-26 ben onboard X200 GPU (shared memory) returns a 0 RAM size (patch by rjoco77@kezdionline.ro)
2007-04-26 ben support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)
2007-04-26 vayne header / declarations cleanup, also fixes broken compilation.
2007-04-26 diego Don't declare -lm as a dependency of swscale-example.
2007-04-26 diego Simplify preprocessor directives: There is a general variable for
2007-04-26 diego Simplify #include directives.
2007-04-26 diego Add config.h variables for static FFmpeg libraries.
2007-04-26 diego Ooops, variable names got confused during copy and paste:
2007-04-26 diego Merge config.h variable declarations into libpostproc test.
2007-04-26 diego Remove unused libavformat #define.
2007-04-26 diego Merge config.h variable declarations into libavformat test.
2007-04-26 diego Merge config.h variable declarations into libavcodec test.
2007-04-26 diego Merge config.h variable declarations into libavutil test.
2007-04-26 diego indentation cosmetics
2007-04-26 diego Remove redundant comments.
2007-04-26 diego Clean up static libavcodec check, just checking for a file is enough.
2007-04-26 diego Fix typo in _libavcodec vs _libavcodec_a variable name.
2007-04-26 diego cosmetics: Fix indentation, merge some lines in the FFmpeg checks.
2007-04-26 diego Merge static and shared libpostproc checks.
2007-04-26 diego Merge static and shared libavformat checks.
2007-04-26 diego Move misplaced res_comment to where it actually takes effect.
2007-04-26 diego Merge static and shared libavcodec checks.
2007-04-26 diego 10l elif syntax error
2007-04-26 diego Merge checks for static and shared libavutil.
2007-04-26 diego Add general variables for either static or shared FFmpeg libraries.
2007-04-26 diego Give variable names for static FFmpeg libraries a '_a' suffix.
2007-04-26 diego Remove large automatics from stack.
2007-04-26 diego Add CXX include flags to dependency file generation CFLAGS to generate correct
2007-04-26 Gabrov synced with r23100
2007-04-25 diego AMR-NB fixed-point mode external library support was removed from FFmpeg.
2007-04-25 compn make -really-quiet hide the mencoder version tags. patch copied from michael
2007-04-25 diego cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.
2007-04-25 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
2007-04-25 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
2007-04-25 diego Consistently use quotes instead of angled brackets in #include
2007-04-25 diego typo: mingw --> mingw32
2007-04-25 diego Declarations and code should not be mixed.
2007-04-25 diego Add support for Bethesda Software VID video.
2007-04-24 cehoyos CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called
2007-04-24 eugeni Do not use FT_Glyph_Copy with NULL glyphs.
2007-04-24 kraymer r23028: with -identify show audio and video id
2007-04-24 ods15 compilation fix, manually include help_mp.h
2007-04-24 voroshil r23100: Update AMR instructions.
2007-04-23 diego Update AMR instructions.
2007-04-23 ben allows cross-compilation for PPC target when using a toolchain defined as powerpc
2007-04-23 voroshil r19039 was missed in first sync (r19631). fixed.
2007-04-23 diego Use proper GPL header.
2007-04-23 diego spelling cosmetics
2007-04-23 diego Gui --> gui
2007-04-23 diego Mark incompletely translated file as such.
2007-04-23 diego Set _audio_input to yes for V4L2 as well.
2007-04-23 diego Use standard GPL header.
2007-04-22 diego cosmetics: Sort PARTS.
2007-04-22 reimar Cosmetics: remove duplicate space in ifdef
2007-04-22 diego Remove duplicate entries from PARTS.
2007-04-22 diego Add Makefile variable for audio input that is enabled by V4L or radio capture.
2007-04-22 nicodvb demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO
2007-04-22 diego Add Makefile variable for either internal or external VIDIX.
2007-04-22 diego Readd an explicit rule for Objective C files. Apparently only Apple's fork of
2007-04-22 nicodvb include inttypes.h in the check for dvdnav
2007-04-22 ben u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)
2007-04-22 ben remove useless include that breaks MinGW (patch by Xuebin Wu)
2007-04-22 ben fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos
2007-04-22 reimar Add .mp4 to gmplayer list of known video formats
2007-04-22 voroshil spelling, wording
2007-04-22 ben simplified depth definition
2007-04-22 ben declare variables as static
2007-04-22 ben removed useless vars
2007-04-22 ben declare variables and functions as static
2007-04-22 ben declare variables as static
2007-04-22 ben declare variable as static
2007-04-22 ben removed old code, that has been commented out for too long time
2007-04-22 ben declare variable as static
2007-04-22 ben useless else case
2007-04-22 ben removed never called function
2007-04-22 ben declare variables as static
2007-04-22 ben simplified depth definition
2007-04-22 ben removed useless code from vidix drivers
2007-04-22 reimar Suggest svn diff command that does not show most cosmetics
2007-04-22 ben updated vidix files headers whenever it's possible to have a clear GPL statement
2007-04-22 ben kill a few warnings
2007-04-22 ben updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
2007-04-22 nicodvb after a DVDNAV_VTS_CHANGE event report the title being played
2007-04-22 voroshil r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-04-21 Gabrov synced with r23028
2007-04-21 ben fix for mingw: u_long becomes unsigned long
2007-04-21 ben added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade)
2007-04-21 ben u_char is broken under mingw, use unsigned char instead, fix by aurel
2007-04-21 ben better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t
2007-04-21 eugeni Deallocate glyphs in a separate loop.
2007-04-21 eugeni Always deallocate glyphs. Fixes a memory leak.
2007-04-21 eugeni Reset outline glyph cache when configuration changes.
2007-04-21 eugeni Scale camera distance.
2007-04-21 compn update year of mencoder version line
2007-04-20 eugeni Remove unused variables.
2007-04-20 eugeni Cosmetics.
2007-04-20 eugeni Allow caching of rotated glyphs.
2007-04-20 eugeni Add shift_[xy] (vector that is added to the glyph before transformation) to
2007-04-20 eugeni Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
2007-04-20 eugeni Remove bbox and advance vector from bitmap cache.
2007-04-20 eugeni Store outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeni Cosmetics: reindentation.
2007-04-20 eugeni Because of the outline glyph cache it is now possible for glyph_info_t to have
2007-04-20 eugeni Make get_*_glyph return void.
2007-04-20 eugeni Move outline glyph generation to a separate function, using outline glyph
2007-04-20 eugeni Oops, fix compilation broken in r23037.
2007-04-20 eugeni Collect hit/miss statistic in hash map, and print in -v mode.
2007-04-20 eugeni Add outline glyph cache (unused yet).
2007-04-20 eugeni Rename glyph cache to bitmap cache.
2007-04-20 eugeni Add generic hash map implementation.
2007-04-20 eugeni A meaningless cosmetic change.
2007-04-20 eugeni Add perspective projection.
2007-04-20 eugeni Applying transformation matrix to the glyph and the shift vector separately is
2007-04-20 eugeni Cosmetics: reindentation.
2007-04-20 eugeni Disable caching of rotated glyphs.
2007-04-20 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-04-20 diego Intel's Conroe-L makes use of extended models, so adjust CPU detection
2007-04-20 voroshil r22985: Move translatable strings from tv.c to help_mp*
2007-04-19 ptt Sync'd up to r23003
2007-04-19 reimar Mono audio should be supported by NAS, too.
2007-04-18 compn update release number and add atrac3 in wav format, works on /samples/a-codecs/atrac3/sample.ATRAC3.66kbps.44100Hz.Stereo.wav
2007-04-18 ivo preserve alpha channel when converting rgb32 to bgr32 in plain C
2007-04-18 ivo fix red_15mask and green_15mask. the previous values were wrong and caused
2007-04-18 diego FFmpeg Atrac 3
2007-04-18 diego Bethesda software VID video decoder
2007-04-18 ivo test widths all down to one. this tests whether the scalers correctly switch
2007-04-18 diego Merge both USE_DVDREAD sections.
2007-04-18 diego Fix preprocessor conditionals: libdvdnav includes libdvdread and configure
2007-04-18 ivo skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
2007-04-18 ivo skip MMX code in rgb32to16 if the size of the input is smaller than the
2007-04-18 ivo skip MMX code in rgb32to15 if the size of the input is smaller than the
2007-04-17 ivo slightly faster rgb32tobgr32; avoid one add and one cmp
2007-04-17 rfelker big surprise.. uau broke gcc 2.95 as usual
2007-04-17 rfelker 5l: don't die when config file contains dvd options and dvd support is missing
2007-04-16 ivo New implementation of rgb32tobgr32
2007-04-16 reimar Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
2007-04-16 diego cosmetics: tabs --> spaces
2007-04-16 kraymer minor fixes for r23004
2007-04-16 Gabrov synced with r23003
2007-04-16 kraymer r22985: Move translatable strings from tv.c to help_mp*
2007-04-16 voroshil Remove duplicated line
2007-04-15 ben bad prototype for driver init function
2007-04-15 ben u_int seems unknown under mingw
2007-04-15 compn lowres supports some h264 files
2007-04-15 voroshil add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv
2007-04-15 diego Report if internal, external of dvdnav version of dvdread is used.
2007-04-15 diego Disabled VCD support under Cygwin, it fails to link.
2007-04-15 diego Remove unused variable.
2007-04-15 diego Update amr-nb and amr-wb checks for changes in FFmpeg.
2007-04-15 michael improve horizontal chroma resolution with pal
2007-04-15 michael convert palette to yuv instead of converting each pixel after pal->rgb
2007-04-14 ben added vidix driver for Permedia2 cards from upstream vidix
2007-04-14 ben added conditional vidix drivers compilation
2007-04-14 reimar Use lavf_preferred mechanism to replace more extension-based detection hacks
2007-04-14 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
2007-04-14 voroshil typo
2007-04-13 voroshil cosmetics. restore empty line removed in r22985.
2007-04-13 eugeni Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph
2007-04-13 voroshil Move translatable strings from tv.c to help_mp*
2007-04-12 diego Remove redundant setting of variables when compiling FFmpeg libraries,
2007-04-12 ivo cosmetics, expand all tabs to four spaces.
2007-04-12 ivo Replace huge switch statement by a lookup table.
2007-04-12 voroshil r22975: cosmetics: remove trailing white space
2007-04-12 diego Revert previous broken removal of partial dependency list.
2007-04-11 ivo cosmetics after last commit; remove superfluous braces
2007-04-11 ivo Remove code duplication in sws_rgb2rgb_init.
2007-04-11 kraymer r22845: Clarify -xineramascreen -2 behaviour
2007-04-11 lorenm support format=y8 with -ovc raw
2007-04-11 kraymer cosmetics: remove trailing white space
2007-04-11 ben updated changelog with recent vidix api changes
2007-04-11 ben these are actually AGP bridges, not video adapters (should fix
2007-04-11 ben this TnT2 chipset is actually NV4/5 arch but for sure not NV30
2007-04-11 kraymer more updates for Spanish man page by Fernando Tarín (lists im gmail com)
2007-04-11 diego Convert source comments into proper codecs.conf entry comments.
2007-04-11 diego Add some more game formats that FFmpeg now supports.
2007-04-11 diego Remove *ancient* ldd debugging junk.
2007-04-11 diego Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
2007-04-11 voroshil Rework of *BSD BT848 detection for radio://
2007-04-10 eugeni Remove unused includes.
2007-04-10 eugeni Don't check if user-supplied default font path exists.
2007-04-09 rtogni Cleanup real_calc_response_and_checksum()
2007-04-09 rtogni Merge calc_response_string() into real_calc_response_and_checksum()
2007-04-09 rtogni Simplify calc_response_string()
2007-04-09 rtogni 10000000l learn to count
2007-04-09 rtogni Size of response is known, no need to calculate it
2007-04-09 rtogni The size of xor_table is known and fixed, no need to calculate it
2007-04-09 voroshil r22916: Ability to specify video and audio capture device names
2007-04-09 voroshil r22951: Move netstream documentation into TOOLS/README.
2007-04-09 nicodvb better seeking in dvdnav://
2007-04-09 nicodvb implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - dvdnav from mphq required
2007-04-09 diego 10l typo
2007-04-09 voroshil remove ugly #include from tvi_bsdbt848.c
2007-04-09 diego Move netstream documentation into TOOLS/README.
2007-04-09 diego Move TOOLS/cpuinfo.c into the root directory.
2007-04-08 nicodvb more human description of -mpegopts :interleaving2
2007-04-08 nicodvb documented -mpegopts :interleaving2
2007-04-08 nicodvb added :interleaving2, a better method to determine which stream whouls be flushed
2007-04-08 voroshil Fix typo in r22772 which causes compilation error under *BSD.
2007-04-08 nicodvb in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufsize with dwSuggestedBufferSize (those values are completely invented)
2007-04-08 nicodvb reindentation
2007-04-08 nicodvb in the system header set audio_locked/video_locked only for dvd and vcd
2007-04-08 nicodvb small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
2007-04-07 diego Ignore generated pci_*.[ch] files.
2007-04-07 ben trashed deprecated libdha dir
2007-04-07 ben moved old README file from libdha dir to vidix one
2007-04-07 reimar Start to separate bad-autodetection hacks from other stuff in extension-based
2007-04-07 diego .dxa files should be handled by libavformat.
2007-04-07 diego support for C93 video
2007-04-07 nicodvb 10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
2007-04-07 diego support for THP ADPCM audio
2007-04-07 rtogni qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
2007-04-07 diego typo
2007-04-07 eugeni Fix lost hard linebreaks in libass by repeating the loop when both soft and
2007-04-07 ben missing includes in generated file
2007-04-07 ben restored pci_db2c.awk file from previous broken commit
2007-04-07 attila Add "Requirements" and "Mailinglist" section
2007-04-07 nicodvb reversed r22879 until I discover why it's giving so many sync problems; I'll eventually recommit it in a fixed form
2007-04-06 rtogni Support Windows codecs from RealPlayer10
2007-04-06 diego Remove useless #includes.
2007-04-06 diego Remove useless #includes.
2007-04-06 diego consistent include paths for config.h et al.
2007-04-06 diego Consistent include paths for config.h.
2007-04-06 reimar BMP support for mf://
2007-04-06 ben missing headers in vidix drivers registry files
2007-04-06 ben renamed libdha.[hc] to dha.[hc]
2007-04-06 ben merged libdha and libvidix, moved all files from libdha to vidix directory
2007-04-06 diego There was a fallback value for libtheora linker flags, but it was never added
2007-04-05 voroshil Ability to specify video and audio capture device names
2007-04-04 gpoirier typo fix (s/M/N/) in IMPORTA_M_T
2007-04-04 gpoirier sync with r22902
2007-04-04 cehoyos Fix compilation after FFmpeg r8619.
2007-04-03 rtogni Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte
2007-04-03 cehoyos Use teardownMediaSession() instead of teardownMediaSubsession()
2007-04-03 cehoyos Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
2007-04-03 voroshil r22854: Remove empty section.
2007-04-03 voroshil r22845: Clarify -xineramascreen -2 behaviour
2007-04-03 vayne thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.
2007-04-03 diego Use "generic" optimization instead of 686 as default for runtime-cpudetection
2007-04-03 diego Mention DNS round-robin system in the mirroring HOWTO.
2007-04-01 uau "()" to "(void)" function param list fixes
2007-04-01 aurel remove useless ()
2007-04-01 nicodvb restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
2007-04-01 nicodvb removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
2007-04-01 nicodvb documented -mpegopts :adelay
2007-04-01 nicodvb removed init_apts and init_vpts; added :adelay in addition to :vdelay
2007-04-01 ben GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now)
2007-04-01 nicodvb cosmetics: removed trailing spaces
2007-04-01 ben segfaults if name is NULL
2007-04-01 diego Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
2007-04-01 diego Add support for the THP game format.
2007-04-01 diego typo fixes ported from VLC
2007-04-01 ben updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
2007-04-01 ben allow passing :help to -vo [cx]vidix to get list of all compiled in vidix drivers
2007-04-01 cehoyos mention most RTSP changes
2007-04-01 ben killed warnings in cyberblade driver
2007-04-01 ben killed warnings in rage128 driver
2007-04-01 ben killed warnings in pm3 driver
2007-04-01 ben killed warnings in savage driver
2007-04-01 ben killed warnings in sis driver
2007-04-01 ben killed warnings in unichrome driver
2007-04-01 ben simplified function prototypes to avoid casts but keep external API compatibility
2007-04-01 diego Move pci.db out of its single-file subdirectory.
2007-04-01 diego Do not remove or ignore pci.db.
2007-04-01 ben useless externs
2007-04-01 nicodvb in flush_buffers() removed code that required the presence of an amount of audio data >= video data in the temporal domain
2007-04-01 ben removed references to no longer used internal drivers functions
2007-04-01 ben updated vidix.h from upstream vidix project
2007-04-01 ben checking for dynamic drivers version number is now pointless
2007-04-01 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
2007-04-01 diego Ignore netstream and fix its compilation; remove object files on make clean.
2007-04-01 diego Move netstream.c out of its single-file subdirectory.
2007-04-01 diego Remove unnecessary dependencies.
2007-04-01 diego Get netstream somewhat closer to linking.
2007-04-01 cehoyos Support h264 over rtsp
2007-04-01 cehoyos Cosmetics: Move variable declaration and initialization up.
2007-04-01 diego Move driver files directly into the vidix directory.
2007-03-31 diego Merge all VIDIX drivers into libvidix.a.
2007-03-31 diego Append objects derived from sources to OBJS_*. This way the OBJS_* variables
2007-03-31 diego Move QNX-specific settings next to the other OS-specific settings.
2007-03-31 diego Don't compile cpuinfo and fastmemcpybench by default.
2007-03-31 iive Use FT_Glyph_StrokeBorder to render only the outside border.
2007-03-31 diego Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
2007-03-31 diego Sync with removed tools.
2007-03-31 diego Remove obsolete TV output tools.
2007-03-31 diego Remove unused/nonworking wallpaper setting utility.
2007-03-31 diego Remove unused benchmarking scripts.
2007-03-31 diego Remove obsolete bitmap font tools.
2007-03-31 diego Remove obsolete/unnecessary/trivial scripts and programs.
2007-03-31 diego Build libdha statically like all the other libraries.
2007-03-31 diego Remove empty section.
2007-03-31 cehoyos Gui: Show correct time after seeking in audio-only files.
2007-03-31 Gabrov synced with r22772
2007-03-31 Gabrov synced with r22800 (missing from previous commit)
2007-03-31 Gabrov synced with r22849
2007-03-31 Gabrov synced with r22845
2007-03-30 uau Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg
2007-03-30 diego Handle proper compilation on Mac OS X.
2007-03-30 gpoirier sync w/ r21155
2007-03-30 reimar Clarify -xineramascreen -2 behaviour
2007-03-29 diego cosmetics: Remove all trailing whitespace.
2007-03-29 diego some sync by Fernando Tarín, lists.im gmail com
2007-03-29 rathann Missing svn add from r22841.
2007-03-29 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
2007-03-29 diego Remove stray variable that was causing tests to fail randomly.
2007-03-29 diego OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.
2007-03-28 nicodvb replaced ! with not as adviced by Reimar
2007-03-28 nicodvb mention vidix in Solaris/x86
2007-03-28 nicodvb don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)
2007-03-28 nicodvb in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem
2007-03-27 kraymer Spanish man page updates by Fernando Tarín
2007-03-27 gpoirier document edgedetect.fp, emboss.fp
2007-03-26 cehoyos Revert r22819
2007-03-26 iive prevent building xvmc with the old api.
2007-03-26 iive sync to lavcodecs version
2007-03-26 kraymer r22637: Allow to specify frequencies in channels option.
2007-03-26 kraymer Spanish man page updates by Fernando Tarín
2007-03-26 cehoyos Handle X-QT extradata in a slightly more correct way
2007-03-26 cehoyos Gui: Allow progress bar to move when playing mov or mp4 files
2007-03-25 diego Merge realcodecs/ documentation into the README.
2007-03-25 diego Use the top-level TOOLS Makefile to build the Real codecs wrappers.
2007-03-25 rathann Fixes:
2007-03-25 rtogni Add description of realcodecs subdir
2007-03-25 rtogni Check buffer size in header dump functions
2007-03-25 diego Fall back on plain awk during the awk test. It should be safe to assume
2007-03-25 cehoyos Fix compilation of libvo/vo_xvmc.c
2007-03-25 voroshil r22800: Get rid of useless conditional, using svgalib_helper now requires modifying
2007-03-24 iive Fix double close() in ve_vfw.c
2007-03-24 diego Linking hotfix, libavutil needs to come after libavcodec/libavformat.
2007-03-24 diego Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
2007-03-24 diego cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
2007-03-24 diego Unconditionally add all subdirectories to PARTS. This way make clean always
2007-03-24 diego Move the addition of basic include flags to configure.
2007-03-24 diego libavutil/ is not optional, compile it unconditionally.
2007-03-24 diego Error out if the libavutil subdirectory is unavailable.
2007-03-24 diego Fix make depend: Declare extra dependencies before the rule.
2007-03-24 diego Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
2007-03-24 diego Remove multistage recursion for the vidix subdirectory and recurse from the
2007-03-24 diego Remove generated test program on clean, not just on distclean.
2007-03-24 diego Merge INCLUDES into CFLAGS and remove now redundant commands and rules.
2007-03-24 diego Ignore test program.
2007-03-24 diego cosmetics: Shorten long lines, remove trailing whitespace.
2007-03-24 diego Move test program removal on distclean to mpcommon.mak.
2007-03-24 rtogni Use AV_WB* instead of swap+memcpy+swap
2007-03-24 diego Get rid of useless conditional, using svgalib_helper now requires modifying
2007-03-24 diego Remove unnecessary explicit dependency.
2007-03-24 diego Build shared lib on all platforms.
2007-03-24 diego Remove OpenBSD linking hack. If this is (still) necessary, it needs to be
2007-03-24 diego Remove files maintained by Reimar that he no longer sees a use for.
2007-03-24 diego cosmetics: Shorten overly long lines.
2007-03-24 diego Update copyright year.
2007-03-24 nicodvb at open() discard front margin/empty sectors (fixes demuxing by libavformat); patch by Zuxy meng
2007-03-24 attila the mirror howto isnt preliminary anymore
2007-03-24 voroshil r22622: Wording improvement as suggested by Michael.
2007-03-24 voroshil r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
2007-03-24 voroshil r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
2007-03-24 voroshil r22772: Radio driver loading rework.
2007-03-23 diego cosmetics: Merge #ifdefs for better readability.
2007-03-23 compn add mf://bmp wish, remove deinterlace filter during playback
2007-03-23 aurel call vbeGetControllerInfo() only once
2007-03-22 gpoirier sync with r22779
2007-03-22 ptt lexical fixes
2007-03-22 ptt syntax/lexical fixes
2007-03-22 ptt sync'd up to r21452
2007-03-22 ptt sync'd up to r22772
2007-03-22 kraymer roff fix: escape dash for options
2007-03-22 cehoyos r22776: 'D' also turns off and on kerndeint
2007-03-22 cehoyos Fix filepos calculation
2007-03-22 cehoyos 'D' also turns off and on kerndeint
2007-03-22 cehoyos allows to de- and reactivate kerndeint on the fly
2007-03-22 cehoyos Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)
2007-03-22 michael reasonable cutoff frequency default
2007-03-21 voroshil Radio driver loading rework.
2007-03-21 cehoyos Fix comment about defining HAVE_POSIX_SELECT
2007-03-21 diego Conditionally compile vf_bmovl.c instead of enclosing all of the file
2007-03-21 diego Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
2007-03-20 rtogni Declare eof only when stream 0 gets eof
2007-03-20 rtogni Fix for realrtsp urls with more than 2 streams:
2007-03-20 diego Remove unnecessary unistd.h include.
2007-03-20 diego Remove MinGW hack, it's no longer needed.
2007-03-20 diego Rename open to af_open so as not to conflict with a previous header definition.
2007-03-20 diego Add missing $(EXESUF).
2007-03-20 ptt tab typo fixed
2007-03-20 diego Add vfw2menc to the Makefile.
2007-03-20 ptt sync'd up to r22483
2007-03-20 diego Add explicit SDL include path. This should allow compilation even when
2007-03-20 diego Add return 0 to fix the following warning:
2007-03-20 diego Include stdlib.h and string.h to fix the following warnings:
2007-03-20 diego Add #include <string.h> to fix the following warning:
2007-03-20 diego Move gltest and bmovl-test into the main TOOLS directory, subdirectories
2007-03-19 diego --enable-win32 was renamed to --enable-win32dll.
2007-03-19 compn ok so cljr , vcr1 and msmpegv1 dont actually work... removed
2007-03-19 compn aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
2007-03-19 compn gsm requires libgsm so remove it
2007-03-19 compn add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
2007-03-19 compn split sonic into sonic/sonicls and wma into wmav1/wmav2
2007-03-19 compn add png and gif encoders, how to use them with mencoder is another question
2007-03-19 reimar Explain workaround for -vo gl:scaled-osd -ass image corruption.
2007-03-19 voroshil Add missing bogus norm warning for v4l2
2007-03-19 voroshil Make sure bogus parameter will not be ignored by user.
2007-03-19 diego Simplify Makefile.
2007-03-19 diego Conditionally compile af_export instead of having #ifdef around the file.
2007-03-19 diego Move -I. to the front of CFLAGS, works around problems with headers from
2007-03-19 diego Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
2007-03-19 diego Remove commented-out Cygwin CFLAGS settings.
2007-03-19 diego Move setting Cygwin specific CFLAGS to configure.
2007-03-19 michael video filters i maintain ...
2007-03-18 diego The -Wdeclaration-after-statement test needs a C program.
2007-03-18 diego Move -I. and -I.. to the front of CFLAGS so that headers in the root directory
2007-03-18 diego Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.
2007-03-18 cehoyos Added myself, as suggested by Diego
2007-03-18 nicodvb check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
2007-03-18 diego Merge CFLAGS lines.
2007-03-18 diego Move setting CXXFLAGS to configure.
2007-03-18 rtogni Support multiple tags in a single line and tags on the same line as the
2007-03-18 diego Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
2007-03-18 nicodvb shared libavcodec is not at all broken/obsolete, but simply discouraged
2007-03-18 diego Group (system-specific) CFLAGS settings together.
2007-03-18 diego Move Cygwin specific #define setting to system OS-specific settings section.
2007-03-18 diego Move setting of TARGET_WIN32 together with other Win32 settings.
2007-03-18 diego Rename win32 variable to the more sensible name win32dll.
2007-03-18 diego Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
2007-03-18 gpoirier sync with r22637
2007-03-18 rtogni Support application/smil as mimetype for smil-over-realrtsp
2007-03-18 compn add ffbmp decoder, cant figure out fourcc bit so use format for avi...
2007-03-18 diego Move fast cmov detection code from the PPC section into the x86 section
2007-03-18 compn add new audio and video codecs to libavcodec list
2007-03-18 diego support for setting and detecting FAST_CMOV
2007-03-18 compn add some updates
2007-03-18 uau Fix configure -march detection for athlon-xp
2007-03-18 diego Remove empty directory.
2007-03-18 michael fix full range (jpeg yuv) chroma
2007-03-18 attila cosmetics, fix indentation
2007-03-18 attila allow horizontal resolutions >1024 in case we have a G550
2007-03-18 attila sync mga_vid.h to the one in the mga_vid repo.
2007-03-17 diego Move files from radeon/ subdirectory here.
2007-03-17 compn add fourcc for dxa files, approved by diego
2007-03-17 diego Remove radeonfb, the version in the Linux kernel is much better.
2007-03-17 compn add ffdxa , works on samples/game-formats/dxa/epic.dxa
2007-03-17 diego Do not disable cache on MinGW, just disable shmem compilation.
2007-03-17 diego 'make install' now takes care of most manual installation steps for *_vid.o.
2007-03-17 diego Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.
2007-03-17 diego wording/spelling/grammar/updates/cosmetics
2007-03-17 diego Merge Makefile from radeon/ subdirectory into this one.
2007-03-17 diego Create device nodes upon install.
2007-03-17 compn update release number
2007-03-17 diego Introduce OBJS variable for the list of objects to build.
2007-03-17 compn add ffdca decoder
2007-03-17 diego Remove support for 2.5.x kernels.
2007-03-17 diego Add a link to Attila's mga_vid port to Linux 2.6.x.
2007-03-17 diego Remove useless compilation commands that are provided by builtin rules.
2007-03-17 diego Merge test rules using general pattern.
2007-03-17 diego Install tdfx_vid.o as well.
2007-03-17 diego Remove now unnecessary MGA_VID_OBJ variable indirection.
2007-03-17 diego Remove pointless variable indirection.
2007-03-17 diego Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
2007-03-17 diego Remove pointless variable indirection for -I options.
2007-03-17 diego Remove unnecessary -I option from CFLAGS.
2007-03-17 diego tdfx_vid compilation has been simplified.
2007-03-17 voroshil New slave command: tv_step_freq <offset in MHz>
2007-03-17 diego cosmetics: Remove superfluous comment.
2007-03-17 diego Remove superfluous .o creation rule, it's the same as the builtin one.
2007-03-17 diego Remove unused variables INCLUDES and MOD_PATH_PREFIX.
2007-03-17 diego Remove unused variable AFLAGS.
2007-03-17 diego Put -D options in CPPFLAGS, don't duplicate -D__KERNEL__.
2007-03-17 diego Some more details for the mga_vid section taken from drivers/README.
2007-03-17 diego wording/spelling/cosmetics
2007-03-17 diego Rename tdfx_vid_tst to tdfx_vid_test.
2007-03-17 diego Merge README.linux.2.6 into general README.
2007-03-17 diego Merge Rage128 README into general README.
2007-03-17 voroshil 10l: omitted '-e' in my r22630 commit.
2007-03-17 diego Build tdfx_vid.o and tdfx_vid_tst by default under Linux 2.4.
2007-03-17 diego Merge CFLAGS and INCLUDES where appropriate.
2007-03-17 diego Make strange clean/distclean rules behave in a more standard fashion.
2007-03-17 diego Get rid of ugly conditionals.
2007-03-17 diego Get rid of stupid recursion within a single directory.
2007-03-17 diego Remove unnecessary include options from compilation command.
2007-03-17 diego Simplify compilation commands.
2007-03-17 diego Remove rule for non-existing file.
2007-03-17 diego Simplify compilation command.
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego whitespace cosmetics
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego Split dependency and rule declaration, avoids duplicate command.
2007-03-17 diego Simplify compilation commands.
2007-03-17 diego Bring somewhat closer to linking, still won't work, though.
2007-03-17 diego Simplify link command.
2007-03-17 diego Bring netstream somewhat closer to linking, still won't work.
2007-03-17 diego Remove unnecessary -I option from CFLAGS.
2007-03-17 diego Mark phony targets as such.
2007-03-17 diego Merge INCLUDE and CFLAGS, fixes Cola from last commit.
2007-03-17 diego Remove unused variable.
2007-03-17 diego Fix compilation, bswap.h is now mpbswap.h.
2007-03-17 diego Remove redundant rule for creating .o files from .c files, it's builtin.
2007-03-17 diego Remove obsolete .SUFFIXES variable.
2007-03-17 diego Remove nonsensical unused rules.
2007-03-16 diego Use quotes instead of angular brackets for non-system includes.
2007-03-16 diego Bring vivodump closer to linking; remains broken.
2007-03-16 diego Fix linking: libswscale depends on libavutil, verbose was multiply defined...
2007-03-16 diego Fix compilation due to reorganized header files.
2007-03-16 diego whitespace cosmetics
2007-03-16 diego Remove duplicate largefile CFLAGS that are set from configure.
2007-03-16 diego Turn on largefile support for libdvdcss as well.
2007-03-16 diego Remove CFLAGS that are already set by configure.
2007-03-16 diego Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
2007-03-16 kraymer r22492: documented -reuse-socket
2007-03-16 diego Remove unnecessary -I option from CFLAGS.
2007-03-16 voroshil Allow to specify frequencies in channels option.
2007-03-16 voroshil Mark myself as new TV maintainer as suggested by Jindrich Makovicka
2007-03-16 compn add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
2007-03-16 uau Matroska seeking fixes
2007-03-16 gpoirier sync with r22503
2007-03-16 compn add mute bind which has been default for a while, any other missing defaults?
2007-03-16 compn some updates from memory and mplayer irc users
2007-03-16 voroshil libavcodec's DXA decoder is dependent on zlib
2007-03-16 diego Remove useless -I./skin from CFLAGS.
2007-03-16 diego Don't look for header files in ../../ anymore. Compilation was broken unless
2007-03-15 diego Remove unnecessary -I./wm option from CFLAGS.
2007-03-15 diego Remove useless -I../loader option from CFLAGS.
2007-03-15 diego Use explicit path for headers from the dshow/ subdirectory.
2007-03-15 diego Use explicit path for headers from the loader/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Wording improvement as suggested by Michael.
2007-03-15 diego Add live555 include flags to CXXFLAGS only.
2007-03-15 diego Add a FIXME note about new sentences on new lines.
2007-03-15 diego Add explicit location for headers from the libmpdemux/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-03-15 diego Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
2007-03-15 diego Simplify setting special CFLAGS for decode_i586.o.
2007-03-15 diego Remove unnecessary Darwin entry from CFLAGS.
2007-03-15 diego Simplify conditional expression.
2007-03-15 diego Remove Darwin AltiVec CFLAGS settings, configure handles this.
2007-03-15 michael update password-gpg rule from ffmpeg
2007-03-15 michael update >5 line reindention rule to what is in ffmpeg
2007-03-15 michael update spliting rule to what i just added to ffmpeg
2007-03-15 michael cosmetic (move warning point after the existing policy points instead of the middle)
2007-03-15 diego Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
2007-03-15 diego Remove unnecessary include from CFLAGS.
2007-03-15 diego Use explicit header location, don't use CFLAGS for simple subdirectories.
2007-03-15 reimar Check for eof in loop searching for data chunk.
2007-03-15 diego Reuse common parts of all Makefiles.
2007-03-15 diego Use versioned names explicitly instead of employed backwards-named variables.
2007-03-15 diego Simplify conditional expression.
2007-03-15 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
2007-03-15 diego Revert previous broken commit.
2007-03-15 diego Remove Cygwin case from conditional, it's overridden by the Win32 case.
2007-03-15 diego Rename LIBS variable to more standard name EXTRALIBS.
2007-03-15 diego Fix test program linkage.
2007-03-15 diego Include loader/ prefix in #include path everywhere.
2007-03-15 diego SHORTNAME is not a target so it should not be used as prerequisite.
2007-03-15 diego Merge two clean commands.
2007-03-15 diego whitespace cosmetics
2007-03-15 diego Use standard variable names for SRCS and OBJS.
2007-03-15 diego Install targets should not remove files.
2007-03-14 diego Add pci_names.c as prerequisite of the all target instead of the .o files.
2007-03-14 diego Use the install program detected by configure.
2007-03-14 diego Remove useless .SUFFIXES variable.
2007-03-14 diego Remove unused SONAME_FLAGS variable.
2007-03-14 diego Remove commented out superfluous lines.
2007-03-14 diego Simplify rules using make shorthands.
2007-03-14 diego whitespace cosmetics
2007-03-14 diego Simplify handling of extra library flags.
2007-03-14 diego Remove superfluous rule and variables, X_LIB does not exist any longer.
2007-03-14 diego Remove superfluous variable indirection.
2007-03-14 diego Reuse common parts of all Makefiles through mpcommon.mak.
2007-03-14 diego Rename all target to libs.
2007-03-14 diego Separate prerequisites and rules to avoid redundant rules.
2007-03-14 diego whitespace cosmetics
2007-03-14 diego Generate dependency information.
2007-03-14 diego Remove superfluous rule and variable.
2007-03-14 diego Properly mark all phony targets as such.
2007-03-14 diego Rename VIDIX_CFLAGS to CFLAGS.
2007-03-14 diego Remove unused variable.
2007-03-14 compn dont start newline with a space and readd subdirectory
2007-03-14 kraymer major man page update
2007-03-14 diego Use 'libs' instead of 'all' target.
2007-03-14 diego Reuse common parts of all Makefiles through mpcommon.mak.
2007-03-14 diego Don't remove 'test' on distclean, there is no such file.
2007-03-14 diego cosmetics: Rename variables for consistency with other Makefiles.
2007-03-14 diego consistency cosmetics
2007-03-14 diego Simplify library generation rule.
2007-03-14 diego Merge all and do_drivers rules.
2007-03-14 diego Remove superfluous/obsolete rules and variables.
2007-03-13 diego dep/depend should be a double colon target as well.
2007-03-13 diego cosmetics: Move some parts around to make more sense overall.
2007-03-13 diego Fix live555 compilation when stream cache is disabled.
2007-03-13 diego cosmetics: Move depend target in preparation for upcoming changes.
2007-03-13 diego Simplify test program compilation.
2007-03-13 diego Fix test program compilation.
2007-03-13 diego Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
2007-03-13 diego Simplify CFLAGS handling.
2007-03-13 diego Remove unnecessary -I option.
2007-03-13 diego Remove unnecessary -I option.
2007-03-13 gpoirier fix wrong typo fix, as noted by Diego
2007-03-13 diego cosmetics: Fix indentation, reorder some lines for consistency.
2007-03-13 gpoirier fix some trivial typos
2007-03-13 compn fix up some longer than 80 char lines , and use suggestion from Diego.
2007-03-13 diego Give more descriptive names to the source and library variables and split
2007-03-13 diego Remove useless #define.
2007-03-13 diego Give the library generation target a more sensible name.
2007-03-13 diego Add common sources to .depend target.
2007-03-13 diego Handle common parts at the objects instead of at the sources level.
2007-03-12 diego codecs.conf.h needs to be made before .depend.
2007-03-12 diego Mark phony targets as such.
2007-03-12 diego dirclean target was removed, don't mark as phony.
2007-03-12 rtogni Remove code duplication in smil parser
2007-03-12 nicodvb cosmetics: renamed variable amr as headersize, more meaningful; patch by Carl Eugen Hoyos
2007-03-12 rtogni Support smil embedded into xml, fixes bugzilla #768
2007-03-12 diego mp_msg.c is never built with -DCODECS2HTML.
2007-03-12 diego Remove -DCODECS2HTML from .depend creation.
2007-03-12 voroshil r22521: Clarify -reuse-socket description.
2007-03-12 voroshil r22408: add -tv driver=help entry, also add dshow tv driver
2007-03-12 voroshil r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
2007-03-12 voroshil r22331: Remove some #if 0 code
2007-03-12 diego Clarify that commits should not be split arbitrarily by file/directory.
2007-03-12 diego spelling/punctuation
2007-03-12 ivo fix forgotten \
2007-03-12 compn add vcd:// for win32, patch by zuxy meng
2007-03-12 diego Source files should not contain non-ASCII characters.
2007-03-12 compn add vcd:// for win32, patch by zuxy meng
2007-03-12 compn add vcd support to mingw, patch by zuxy meng
2007-03-12 diego minor clarification
2007-03-12 diego Clarify -reuse-socket description.
2007-03-12 diego typo
2007-03-12 diego Fix comment about test application compilation.
2007-03-11 diego Add codec-cfg-test, remove now obsolete entries.
2007-03-11 diego Add codec-cfg-test target.
2007-03-11 uau Allow demuxers to return packets with no pts in -correct-pts mode
2007-03-11 uau Reindent messy functions before working on them
2007-03-11 diego Make sure docbook 4.x gets preferred over 3.x.
2007-03-11 diego mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
2007-03-11 diego wording/spelling for lscale=2 suboption
2007-03-11 diego 'make clean' should remove generated binaries.
2007-03-11 diego Merge clean and dirclean targets.
2007-03-11 reimar forgotten lscale=2 part for gl_common.h
2007-03-11 reimar Document lscale=2
2007-03-11 reimar Add a new GPU-based scaling method to vo gl
2007-03-11 uau Move the sh_audio->delay field to mpctx->delay.
2007-03-10 vayne fixed dvd chapter and title switching
2007-03-10 vayne removed redundant assignments, these get handled in evDropFile
2007-03-09 nicodvb corrected description of -reuse-socket as described by Rich
2007-03-09 ods15 remove some lines which should have never been in demux_nut.c, broke CPU
2007-03-09 uau Include <string.h> explicitly.
2007-03-09 diego Rename to a more sane spelling.
2007-03-09 gpoirier Improve MPlayerOSX building process:
2007-03-09 uau Move command.c.tmp over now identical command.c
2007-03-09 uau Change to match current command.c (same functionality).
2007-03-09 uau Add alternative way to create command.c to svn history,
2007-03-08 rtogni 100l, allocated buffer was too small.
2007-03-08 reimar Support function lookup via ordinal
2007-03-08 reimar Allow declaring special undefined functions that will return NULL
2007-03-08 nicodvb documented -reuse-socket
2007-03-08 nicodvb optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan (sio4 users sf net) simplified by me
2007-03-08 diego Add more FourCC values for the Xvid decoder.
2007-03-08 diego Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.
2007-03-08 diego spelling/punctuation/grammar/wording improvements, no semantic changes
2007-03-08 diego Add PIX_FMT_PAL8 to isPacked().
2007-03-08 reimar 100l, last patch broke window resizing with xv and xvmc.
2007-03-07 diego Merge all .PHONY target declarations.
2007-03-07 gpoirier Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' patch
2007-03-07 diego Fix unkown --> unkNown typo.
2007-03-07 uau Fix audio samplerates below 7000 Hz.
2007-03-06 nicodvb support for AMR; it works inserting in the first byte of the demux_packet
2007-03-06 kraymer mplayer.1
2007-03-06 reimar Factor out some duplicated code in vo_xv and vo_xvmc
2007-03-06 compn __defines are reserved for gcc
2007-03-06 reimar Simplify config by using code available in video_out.c
2007-03-06 reimar Fix bad uninit when switching DVB channels.
2007-03-06 eugeni A function always returning 0 could as well return void.
2007-03-06 eugeni Text alignment should not use bounding boxes of individual glyphs.
2007-03-06 eugeni Reset advance vector and glyph bounding box if glyph could not be found.
2007-03-05 nicodvb removed unused definition of insertRTPData(); it's not only unused,
2007-03-05 Gabrov synced with r22428
2007-03-05 Gabrov synced with r22469
2007-03-05 lorenm truncate mencoder's output file if it exists, instead of overwriting just part of it.
2007-03-05 reimar Audio should now work fine, so remove the ENABLE_AUDIO ifdef
2007-03-05 reimar Implement percent-based seeking
2007-03-05 reimar Fix seeking for avisynth audio.
2007-03-05 reimar Fix DEMUXER_CTRL_GET_PERCENT_POS with -novideo
2007-03-05 reimar remove pointless cast to int
2007-03-05 reimar Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.
2007-03-05 reimar Allow to add/modify keybind for '#'
2007-03-05 diego -nomouseinput is no longer X11 only.
2007-03-04 reimar Add code to detect and convert to console codepage on Windows.
2007-03-04 reimar Include stdio.h for printf
2007-03-04 nicodvb when seeking consider stream->start_pos instead of 0 as initial position; patch by Zuxy Meng approved by Michael
2007-03-04 compn getopt is only needed on msvc, remove from mingw/linux compile info
2007-03-04 kraymer 10l, remove local-only file from ignore list
2007-03-04 compn add vfw2menc info into README
2007-03-04 kraymer shut up 'svn status' by ignoring symlinked files
2007-03-04 compn add -xvfwopts compdata suboption to man page
2007-03-04 reimar Remove variable that is unnecessary after last patch
2007-03-04 reimar Remove hack that sets demuxer->video->pts after seeking, it seems no longer needed.
2007-03-04 reimar Set pts also for audio packets
2007-03-04 reimar Already frameno == num_frames means we reached EOF.
2007-03-04 reimar Fix crash with avisynth audio-only files and take audio length into account when length is queried.
2007-03-04 reimar Support more avisynth audio sample types (untested)
2007-03-04 reimar Remove useless void * casts
2007-03-04 reimar Do not read more audio samples than available
2007-03-04 reimar Fix pakcet -> packet typo in output
2007-03-04 reimar Set format tag for float samples correctly (currently useless)
2007-03-04 reimar nomouseinput option should not depend on HAVE_X11.
2007-03-04 reimar Add support for tracking mouse movements.
2007-03-04 reimar Move/simplify some variable declarations
2007-03-04 reimar Demuxers have no business setting o_bps
2007-03-04 reimar First half-working avisynth audio support
2007-03-04 reimar Fix wrong setting of samplesize (must be bytes per sample, not bits)
2007-03-04 reimar ENABLE_AUDIO now selects only between -nosound and -aid 0 as default, can be overridden at runtime.
2007-03-04 reimar Enable aid/vid stream selection, although it is quite useless currently.
2007-03-04 reimar Whitespace-only cosmetics: get rid of all remaining tabs
2007-03-04 reimar Generate resize events when size of -wid window changes.
2007-03-04 reimar Fix type and usage of avs_get_audio function
2007-03-04 reimar Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.
2007-03-04 nicodvb print the disc_id without using a buffer
2007-03-03 uau Fix copy-paste bug (must have broken something in the GUI)
2007-03-03 compn wrong capitolization, thats a comma not a period
2007-03-03 compn warn users about drm files, patch by zuxy meng
2007-03-03 compn warn users about DRM asf files, patch by zuxy meng
2007-03-03 vayne supposed to be using global m_config here, and this wasn't even getting set.
2007-03-03 reimar The original asm code for the stub returned 0, restore that behaviour.
2007-03-03 reimar Discard earlier failure in building filter chain when trying a new codec.
2007-03-03 nicodvb 10000l; in previous commit I allocated a buffer 1 byte too short
2007-03-03 nicodvb replaced 1 instances of sprintf() with snprintf(); patch by njkain gmail com.
2007-03-03 nicodvb replaced 2 instances of sprintf() with snprintf() and one instance
2007-03-03 eugeni Fix incorrect spacing introduced in r22231:
2007-03-03 diego live555 version 2006.03.03 or later is needed to compile MPlayer.
2007-03-02 vayne cosmetics, fix indentation as pointed out by Reimar
2007-03-02 voroshil Rework of copying samples from directshow codecs.
2007-03-02 eugeni 10l: x2scr used twice instead of y2scr.
2007-03-02 eugeni Bugfix: transform origin to screen coordinates.
2007-03-02 compn add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
2007-03-02 vayne add missing playtree entry
2007-03-02 michael a small step toward 4 plane support
2007-03-02 michael copy src to prevent the user supplied argumet from being changed
2007-03-02 compn 10l: dshow isnt in svn yet
2007-03-02 compn add -tv driver=help entry, also add dshow tv driver
2007-03-02 vayne simplify and modify fullscreen switching to avoid improper aspects
2007-03-02 vayne add forgotten case value as per recent changes to mplayer.c
2007-03-01 michael rename to *_proposal.txt
2007-03-01 michael clarify quorum and majority requirements in respect to debians voting system
2007-03-01 michael url with a good description of how to determine the winner from the votes
2007-03-01 reimar Explain how to select all DVB channels on a frequency.
2007-03-01 reimar Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
2007-03-01 michael s/admin/leader/
2007-03-01 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
2007-03-01 michael weaken veto right
2007-03-01 ivo winsocks expects an int in milliseconds instead of struct timeval to set
2007-03-01 reimar Replace MIN with FFMIN
2007-03-01 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
2007-03-01 reimar Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
2007-03-01 reimar Add missing registers to asm code in mp3lib
2007-03-01 michael clarify root vs admin
2007-03-01 michael spelling fixes by ivan
2007-03-01 ivo 10l to me, typo. it should have read clflush
2007-03-01 ivo cosmetics, missing space
2007-03-01 ivo cflsh->clflush to keep consistent with Linux kernel
2007-03-01 voroshil Update release tag due to previous functional changes as noticed by Ivan
2007-03-01 michael new policy draft
2007-03-01 voroshil Update 3ivx decoder to latest version and allow it to load required library.
2007-03-01 voroshil Mark wma9spdshow audio codec as working, because hissing in audio (only one known
2007-03-01 uau Seek to -ss position, not 0, in per-file loop.
2007-02-28 reimar comment is a C-string and \ must be properly escaped as \\
2007-02-28 nicodvb test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng
2007-02-28 nicodvb cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
2007-02-28 ivo do not rely on svn internals and use svn info instead
2007-02-28 compn add comment about voxware on windows
2007-02-28 ivo also respond to --help, -h and -? command line options
2007-02-28 ivo fix printing of -(no)svn option
2007-02-28 ivo clarify -none command line option
2007-02-28 gpoirier remove C99-ism (mixed declaration and code),
2007-02-27 nicodvb implementation of DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS; patch by the usual Hoyos
2007-02-27 nicodvb assign missing frametime as 1.0/fps; patch by Carl Eigen Hoyos
2007-02-27 nicodvb 1000l, removed code that messed with the internals of demux_packet_t (but there's still more); patch by C.E.Hoyos fixed by me
2007-02-27 nicodvb removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
2007-02-27 nicodvb 100000l: average != semidistance, fixed seeking to the middle position; patch by Zuxy meng (zuxy.megn gmail com)
2007-02-27 diego 10l: Add missing definition of USE_STREAM_CACHE.
2007-02-27 voroshil Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
2007-02-27 diego Move the decision about stream cache compilation to configure.
2007-02-27 diego Move glob-win.c out of MinGW section, configure handles it.
2007-02-27 diego Simplify strip parameter for install handling.
2007-02-27 diego grammar/spelling
2007-02-27 diego small updates
2007-02-27 diego Simplify .depend file inclusion.
2007-02-27 diego Simplify .depend file inclusion.
2007-02-27 diego Adding an extra -I.. parameter is no longer necessary.
2007-02-27 diego Add commit nick for Rik Snel.
2007-02-27 rik compilation fix clip_uint8 -> av_clip_uint8
2007-02-27 uau Seek to -ss position without first starting audio/video from the start.
2007-02-27 diego Remove useless conditional.
2007-02-26 nicodvb copy the content of QDM2 atom as extradata for ffqdm2 playback; patch by Carl Eugen Hoyos
2007-02-26 ben support for new ivtv api
2007-02-26 voroshil Fix wrong typecast, which can cause MPlayer crash
2007-02-25 nicodvb 2 less variables
2007-02-25 nicodvb cosmetics: reformatted
2007-02-25 nicodvb removed unused variables
2007-02-25 nicodvb simplified parse_mpeg12_video()
2007-02-25 rathann Support for PowerPC 440x embedded CPUs.
2007-02-25 nicodvb member real_framerate is completely useless
2007-02-25 reimar mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
2007-02-25 reimar The fragment program functions are and most likely always will be ARB-only,
2007-02-25 voroshil Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
2007-02-25 reimar 10, checked for the wrong thing. Do aspect scaling only in config_video_out
2007-02-25 nicodvb cosmetics: reindented
2007-02-25 nicodvb removed commented/useless code from parse_mpeg12_video()
2007-02-25 reimar Add av_ prefix to clip functions
2007-02-24 compn 10l to me for bad todo items
2007-02-24 compn iive says xvmc stuff is long done
2007-02-24 compn remove some old and add new TODO
2007-02-24 diego Simplify .depend file inclusion.
2007-02-24 diego cosmetics: Fix some common typos, appropiate --> appropRiate,
2007-02-24 reimar 10l, avoid crash on invalid subtitle id
2007-02-24 Gabrov synced with r22331
2007-02-24 uau Remove some #if 0 code
2007-02-24 uau Move parsing of the -ss option to the option code.
2007-02-23 diego some more consistency for the VIDIX installation.
2007-02-23 Gabrov synced with r22292
2007-02-23 Gabrov synced with r22326
2007-02-23 vayne Gui compilation fixes
2007-02-23 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
2007-02-23 voroshil Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
2007-02-23 voroshil Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separate file
2007-02-23 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
2007-02-23 uau Fix \a parsing broken in r22291
2007-02-23 uau Fix error in comment
2007-02-23 uau Reset the edl_decision flag after the seek is done.
2007-02-23 uau Separate function for seeking
2007-02-22 uau Remove useless fflush(stdout) calls. mp_msg already flushes output, and
2007-02-22 uau Move EDL code to separate functions
2007-02-22 uau Move some related variables together & add a comment
2007-02-22 compn update to 0.1 version from website
2007-02-22 compn add original website url per al3x comment
2007-02-22 voroshil r22276: Reallocate event_images_t, removing limit on simultanious events count.
2007-02-22 diego typo
2007-02-22 eugeni Add some missing includes.
2007-02-22 reimar Declarations must be before code
2007-02-22 uau Fix nonsense function type
2007-02-22 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
2007-02-21 uau Cleanup, move "global" state from the frame_time_remaining mainloop
2007-02-21 ivo fix compilation with gcc 2.95.3
2007-02-21 uau Fix GUI compilation
2007-02-21 uau Add missing "if (use_gui)" before some GUI calls
2007-02-21 uau Fix menu to work with mpctx
2007-02-21 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
2007-02-21 eugeni Oops, forgot {} before "else".
2007-02-21 uau Add missing #ifdef
2007-02-21 uau Split command/property handling from mplayer.c to a new file command.c.
2007-02-20 nicodvb a/r handled correctly by vd_ffmpeg
2007-02-20 nicodvb insert extradata in sh_video->bih+1 instead of pushing it to demuxer->video as separate packet; patch by C.E.Hoyos
2007-02-20 nicodvb reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michael
2007-02-20 eugeni Cosmetics: fix indentation.
2007-02-20 eugeni With \t(\b) text becomes bold at the middle of time interval, not at the end
2007-02-20 ivo make message translatable
2007-02-20 eugeni Any style modifier followed by no recognizable parameter resets to the default.
2007-02-20 ivo more cosmetics
2007-02-20 ivo proper GPL heading
2007-02-20 ivo cosmetics
2007-02-20 eugeni \fn without an argument resets font family to the value from style.
2007-02-20 eugeni Fix display order of events.
2007-02-20 ivo proper authors of xmms demuxer
2007-02-20 michael dont set 0 nBlockAlign
2007-02-20 ivo probe ~/.xmms/Plugins for plugins too, so users without root access on their
2007-02-20 diego Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
2007-02-19 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeni Add \t(\b) support.
2007-02-19 eugeni Fix bounding box calculation with \fscx/\fscy.
2007-02-19 eugeni Fix \fscx/\fscy animation.
2007-02-19 eugeni Correct implementation of text spacing.
2007-02-19 eugeni Reallocate event_images_t, removing limit on simultanious events count.
2007-02-19 iive Don't free and then allocate surfaces when config() is called again with same resolution and format.
2007-02-19 faust3 10l: comparison of char* ptrs with string literals
2007-02-19 uau Remove remnants of the nonfunctional "grab_frames" command.
2007-02-19 diego 10l copy and paste bug in the license header
2007-02-19 diego Fix license header.
2007-02-18 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi
2007-02-18 rtogni smil over realrtsp
2007-02-18 diego liblzo support fix, take X: forgotten variable setting.
2007-02-18 reimar Fix 10 in r22250, do not use screendimensions if not set
2007-02-18 reimar Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
2007-02-18 michael clarify that language must be a 3 letter code
2007-02-18 reimar Revert r22255 on iive's request.
2007-02-18 uau Mark myself as MPlayer sync/core maintainer
2007-02-18 diego Make liblzo conditional to the appropriate #defines.
2007-02-18 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
2007-02-18 rtogni Add support for smil playlist served over realrtsp
2007-02-18 diego Remove internal minilzo, external liblzo can be used instead.
2007-02-18 diego Use liblzo2 instead of liblzo1, it's not bigger but faster.
2007-02-18 diego Use external liblzo instead of internal minilzo.
2007-02-18 reimar Some typo fixes in svn-howto
2007-02-18 reimar Avoid parts of xvmc reinit when source format does not change
2007-02-18 uau Remove unused variable "osd_level_saved"
2007-02-17 nicodvb omit length field of AAC-LATM audio streams; fixes decoding by faad. Patch by Carl Eugen Hoyos (cehoyos ag or at)
2007-02-17 reimar Make sure that -sid works even if the number of subtitles initially detected
2007-02-17 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
2007-02-17 reimar Move common vo initialization code to video_out.c
2007-02-17 nicodvb cosmetics
2007-02-17 ods15 1000l fix for mencoder -hr-edl-seek with -ovc copy, waiting for keyframe
2007-02-17 michael negative stride and h_size-=8 fix
2007-02-17 michael swap palette on big endian
2007-02-17 michael palette init code for IMGFMT_RGB4 and IMGFMT_RG4B
2007-02-17 michael BGR/RGB4 byte formats as input
2007-02-17 michael add IMGFMT_RGB8 palette init code what moron actually added init code just for half of the formats?!
2007-02-17 michael another ridiculous palette bug which has nothing to do with the new palete support in sws
2007-02-17 voroshil wording, typos fix
2007-02-17 michael mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many buffers it seems)
2007-02-16 eugeni Restore a minus sign that was lost in r22231.
2007-02-16 uau Don't segfault if no -format is given for lavf
2007-02-16 michael PAL8 ...
2007-02-16 michael pal8 input
2007-02-16 voroshil r22201: some clarification about dvb-out playback
2007-02-16 voroshil r22184: When setting the non-audio bit for hwac3 output, just try to set the...
2007-02-16 eugeni Implement \frx and \fry (and reimplement \frz) as 3d rotations.
2007-02-16 eugeni Consistently name z-axis rotation angle "frz".
2007-02-16 eugeni Move conversions between 16.16, 26.6 fixed point and int, double to separate
2007-02-16 compn update wishlist, approved by diego
2007-02-16 nicodvb support for H263-2000; patch by Carl Eugen Hoyos
2007-02-15 eugeni Select the first charmap in the font, if FreeType did not autoselect any.
2007-02-15 eugeni \r resets \frz to style value.
2007-02-15 eugeni Fix \t(\frz) handling.
2007-02-15 eugeni \org(0,0) is different from no \org at all.
2007-02-15 reimar We definitely want to avoid an emulated poll()
2007-02-15 compn fix my entry to authors
2007-02-15 reimar Simplify code by using separate variables for large common expressions.
2007-02-15 reimar Fix two 10l memleaks in vo_xvmc.c
2007-02-14 diego random small fixes
2007-02-14 reimar English grammar fix: There is no 's' after "does not exist"
2007-02-14 reimar 100l copy-and-paste bug. Do not print video info when the problem is with subtitles
2007-02-14 michael demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
2007-02-14 reimar Print list of lavf muxer formats with format=help.
2007-02-14 diego some clarifications and updates
2007-02-13 diego Move setting _ld_extra and _inc_extra for live to autodetection part,
2007-02-13 diego Strip leading spaces from processor names.
2007-02-12 rtogni Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
2007-02-12 diego Fix setting of mtrr variable.
2007-02-12 diego misc fixes and updates
2007-02-12 diego Always disable libnut demuxer in libavformat.
2007-02-12 diego Revert libnut option names, the issue is fixed in FFmpeg.
2007-02-11 rtogni More strncat() misuses.
2007-02-11 rtogni strncat() misuses, may have been exploitable.
2007-02-11 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
2007-02-11 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
2007-02-11 rtogni More boundary checks for fixed-length arrays. Some of them may have been
2007-02-11 reimar Clear/update subtitles after seeking backwards.
2007-02-11 nicodvb some clarification about dvb-out playback
2007-02-10 reimar Move variable declaration to appropriate place
2007-02-10 reimar Cosmetics: remove tabs added in last commit from otherwise tab-free file.
2007-02-10 uau Fix memory leak when changing playback speed
2007-02-10 uau Fix memory leaks.
2007-02-10 uau Use AF_NCH for max number of channels instead of private CHANS define.
2007-02-10 gpoirier sync w/r22150
2007-02-10 uau Fix nonsense tests like previously in af_pan.
2007-02-10 uau Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").
2007-02-10 michael clarify description of reserved_count in frame header patch by (Clemens Ladisch cladisch,fastmail,net)
2007-02-10 nicodvb removed ages-old and insane #if0-ed and commented code
2007-02-09 gpoirier Changelog update, based on Compn's patch
2007-02-09 nicodvb vc1 in mpeg*
2007-02-09 nicodvb substream id 0x98..0x9f identifies dts
2007-02-09 kraymer r22150: key-fifo-size default changed
2007-02-09 kraymer r22184: When setting the non-audio bit for hwac3 output, ...
2007-02-09 kraymer only output fail/success message, this was wrong from the beginning
2007-02-09 cladisch When setting the non-audio bit for hwac3 output, just try to set the
2007-02-09 nicodvb when seeking in h264 sync to idr frames
2007-02-09 uau Handle libavformat libnut dependencies.
2007-02-09 nicodvb when playing vc1 content sync to sequence or entry point header
2007-02-09 nicodvb vc1 in mpegts
2007-02-09 kraymer fix typo, line break, wording
2007-02-08 kraymer missing escape character
2007-02-08 reimar Quick hack mostly for documentation purposes to make -aid work with mms://
2007-02-08 reimar Avoid crash when uninit is called without ever calling config in x264 encoder
2007-02-08 reimar Make sure sub->sh is set when a subtitle is selected
2007-02-08 reimar Cosmetics: add space after comma in output
2007-02-07 nicodvb when seeking and the codec is VC1 sync to sequence or entry point headers
2007-02-07 nicodvb when the video codec is mpeg4video copy the content of the esds in extradata; patch by ceyes ag or at
2007-02-07 iive Revert part of commit r22170.
2007-02-07 reimar Fix compilation after deprecation of some lav log level and
2007-02-07 gpoirier Fix libnut build failure.
2007-02-06 reimar Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
2007-02-06 reimar Avoid calling aspect on each frame and make ass subtitles work better with panscan
2007-02-06 reimar Support some weird AVI header, fixes bug 742
2007-02-06 reimar Add missing checks in RealVideo slice handling code.
2007-02-06 gpoirier sync w/r22107
2007-02-06 uau reindent
2007-02-06 uau Fix multiple appearing or appearing+disappearing subs in the same frame
2007-02-05 uau Add missing type to declaration and remove unused variable
2007-02-05 rathann Fix a few gcc warnings, approved by Diego and Reimar.
2007-02-05 uau Fix code updating subtitle array which only moved the text, not endpts.
2007-02-05 reimar Make sure buffer is aligned so no unaligned access happens.
2007-02-05 voroshil r22104: Add global field dominance flag instead of duplicating this "everywhere"
2007-02-05 voroshil r22129: Link to the mencoder-users list for mencoder stuff
2007-02-05 reimar Another round of subtitle code cleanup
2007-02-05 voroshil r22139: Try to clarify scale filter usage hint.
2007-02-05 kraymer typo fixes
2007-02-05 reimar Set sub_utf8 for mov subs.
2007-02-05 reimar str_list separator backslash-escaping
2007-02-05 reimar key-fifo-size default changed
2007-02-05 reimar Reserve half of fifo for key release events to help avoiding stop buttons
2007-02-05 reimar Sanity check for vo window dimensions, helps avoid division by zero
2007-02-05 reimar beckend -> backend typo fix in printf
2007-02-05 kraymer fix unintentional line break
2007-02-05 reimar Experimental support for multichannel ladspa effects
2007-02-05 diego some more docbook paths, patch by Torinthiel
2007-02-05 gpoirier synced with r22104
2007-02-05 kraymer r22123: tinterlace mode 4 leaves height unchanged.
2007-02-05 diego Move all "Encoding with the XXX codec family" sections together.
2007-02-05 diego vp6vfw.dll appears to no longer crash under Linux.
2007-02-05 diego Try to clarify scale filter usage hint.
2007-02-05 diego wording/formatting
2007-02-05 diego formatting/wording
2007-02-05 diego FFmpeg #defines must be uppercase now.
2007-02-05 michael 10l
2007-02-05 michael skip first (green) frame
2007-02-04 diego 100l: Copy and paste typo, library dependencies and rules are separated now.
2007-02-04 reimar Use defined() syntax instead without ().
2007-02-04 rtogni Add timeout to tcp connections, avoid hanging forever.
2007-02-04 nicodvb support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) approved by Ross
2007-02-04 reimar Link to the mencoder-users list for mencoder stuff
2007-02-04 diego Fix MMX2 check, _sse is set to "kernel_check", not "yes".
2007-02-04 reimar Fix vqscale description to match at least somewhat the code.
2007-02-04 reimar Go away you stupid setlocale!!
2007-02-04 Gabrov synced with r22123
2007-02-04 reimar Get rid of useless last_ptr assignment
2007-02-04 reimar tinterlace mode 4 leaves height unchanged.
2007-02-04 reimar Support for AOPLAY_FINAL_CHUNK in ao_sdl.c
2007-02-04 reimar Do not read beyond end of data chunk if chunk_size is set.
2007-02-04 lorenm r21753 broke compile-time detection of mmx flags on x86_64
2007-02-03 uau Convert patterns to upper case to fix compilation after r22117.
2007-02-03 kraymer r22107: Move -vo gl suboptions that should be irrelevant for the average user
2007-02-03 diego Speed up config.h generation by transforming FFmpeg part names to uppercase
2007-02-03 kraymer r22089: x264's crf takes a float argument
2007-02-03 kraymer r22062: alphabetical order
2007-02-03 kraymer r21959: Apply ancient double-click patch that nobody cares to comment on.
2007-02-03 kraymer insert line break for readability
2007-02-03 nicodvb demux_mpg_probe() seek to the initial position before returning - patch by reimar
2007-02-03 diego Merge both library rules by separating the rule from the dependencies.
2007-02-03 reimar Cosmetics
2007-02-03 reimar Avoid crash in uninit if codec not found
2007-02-03 kraymer formatting fixes for r22104
2007-02-03 reimar Move -vo gl suboptions that should be irrelevant for the average user
2007-02-03 nicodvb removed unused variables
2007-02-03 reimar Update gl:help output a bit
2007-02-02 reimar Add global field dominance flag instead of duplicating this "everywhere"
2007-02-01 gpoirier synced with r22089 (again)
2007-02-01 gpoirier sync w/r22089
2007-02-01 reimar mf demuxer only works with mf:// urls, so check for that.
2007-02-01 diego Consider SRCS2 as well when generating dependency information.
2007-01-31 reimar Make mkv demuxer use ffmpeg LZO as well.
2007-01-31 reimar Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo.
2007-01-31 reimar use ffmpeg's LZO
2007-01-31 reimar Use export type mpi, everything else is a fragile hack.
2007-01-31 reimar Avoid a static variable and instead use variable in context
2007-01-31 reimar Swap palette on bigendian.
2007-01-31 voroshil r22060: describe -psprobe
2007-01-31 diego Wrong variable name used in libfaac check.
2007-01-31 lorenm libfaac detection skipped linking, and thus only checked for headers and not libs
2007-01-31 diego Simplify extcheck calls by moving some logic into the function.
2007-01-31 lorenm x264's crf takes a float argument
2007-01-31 diego Allow forcing processor features on and off.
2007-01-31 diego Fix looooooongstanding bug:
2007-01-30 diego cosmetics: Move around a few options for better logical grouping.
2007-01-30 diego cosmetics: consistent formatting
2007-01-30 diego Unification of parameter handling part 3 of many:
2007-01-30 diego Unification of parameter handling part 2 of many:
2007-01-30 diego Unification of parameter handling part 1 of many:
2007-01-30 reimar cosmetics: remove useless commented-out stuff.
2007-01-30 reimar More simplification
2007-01-30 reimar Simplify
2007-01-30 reimar Fix vd_lzo, broken since r18069, i.e. April 2006!
2007-01-30 reimar Move network detection further up to simplify detection of dependant stuff.
2007-01-30 reimar Support 16bit bigendian PCM audio from libavformat
2007-01-30 diego Document -noidx.
2007-01-30 diego typo
2007-01-30 diego URL fix
2007-01-30 diego cosmetics: Reorder install targets.
2007-01-30 diego Mark phony targets as such.
2007-01-30 diego Replace ifeq structure in the install target by a set of dependent targets.
2007-01-30 michael better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net
2007-01-29 nicodvb reduced verbosity
2007-01-29 nicodvb 5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
2007-01-29 nicodvb fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
2007-01-29 reimar Expand property documentation
2007-01-29 reimar List available properties
2007-01-29 eugeni Bugfix: glyph and bitmap pointers could be left uninitialized after
2007-01-29 diego alphabetical order
2007-01-29 diego typo, new sentences on lines of their own
2007-01-28 nicodvb describe -psprobe
2007-01-28 nicodvb sanity checks during codec detection; also reset demuxer->stream->eof
2007-01-28 diego Remove references to no longer existing documentation.
2007-01-28 diego Move platform-specific stuff together.
2007-01-28 diego Move _ldd setting to a saner place.
2007-01-28 nicodvb added code to scan the video stream to search the actual video codec used;
2007-01-28 nicodvb include math.h for fabsf()
2007-01-28 nicodvb cosmetics: reindentation and braces removal
2007-01-28 nicodvb moved scoreboarding code to 2 separate functions (update_stats() and clear_stats()) to be reused next
2007-01-28 lu_zero stray fflush spotted by Aurel
2007-01-28 lorenm fix a segfault if -x264encopts is the last commandline option (with no argument)
2007-01-28 uau Fix base64_encode() max output length checking.
2007-01-28 lu_zero Make example and test build and link correctly
2007-01-28 lu_zero av_logify
2007-01-28 voroshil Doxygen comments for used DirectShow methods.
2007-01-28 reimar Mark m_struct_t defaults as const
2007-01-28 lu_zero fix endianess, see bug #727
2007-01-28 faust3 10l: screen_height calculation was using an uninitialized variable
2007-01-28 reimar Fix number of rows in interlaced mode.
2007-01-28 rtogni Accept rdt packets with "is-reliable" flag set
2007-01-28 reimar 10l, confused current "frame" with canvas width.
2007-01-28 nicodvb set has_valid_timestamps and corresponding first and final pts only after
2007-01-28 reimar Hack: use refmode == 1 instead of == 0, as browsers behave like this
2007-01-28 reimar Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
2007-01-27 rtogni Call real_fix_timestamp() after seeking, to avoid video freezing
2007-01-27 voroshil fix overlooked debug message
2007-01-27 voroshil Changing debug messages and renaming method names according to their
2007-01-27 voroshil fix typos from previous commit
2007-01-27 voroshil Cosmetics. Doxygen comments.
2007-01-27 ptt synced up to r21221
2007-01-27 reimar Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
2007-01-27 reimar Simplify and make lzo decompression code more similar to zlib one.
2007-01-27 reimar Forgotten free on error
2007-01-27 voroshil r21989: fix typo
2007-01-27 reimar *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
2007-01-27 ptt synced up to r21906
2007-01-27 reimar Handle mp_msg_charset == NULL correctly in filename_recode.
2007-01-27 reimar Cosmetics: remove tabs, almost all added during last patch, from
2007-01-26 Gabrov synced with r22016
2007-01-26 diego fastmemcpy.h always has to include inttypes.h on systems that need it.
2007-01-26 gpoirier filename double-conversion, especially usefull for CJK users :-)
2007-01-26 gpoirier Remove illegal definition of underscored-prefixed symbol "__MODULE__":
2007-01-26 gpoirier get rid of void pointer arithmetic, as spotted by ICC
2007-01-25 diego Do not create font subdir of data directory, bitmap font support is deprecated.
2007-01-25 diego Remove confusing line about forcing MP3 demuxing.
2007-01-25 diego Remove comment printed by -demuxer help, it belongs in the copyright header.
2007-01-25 diego Clarify -delay.
2007-01-25 reimar Remove ff_gcd prototype and include avutil.h instead where it is defined.
2007-01-25 rathann 10l to Gabrov for breaking docs build.
2007-01-25 diego build fix: Disable libtheora encoding over lavc.
2007-01-25 diego Sync with FFmpeg r7699.
2007-01-25 diego Simplify conditional compilation handling.
2007-01-24 diego Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
2007-01-24 rtogni Use interleaver id to select the correct interleaver instead of guessing
2007-01-24 diego Quote some expressions, might help with some shells.
2007-01-24 rtogni Use interleaver id to select the correct interleaver instead of guessing
2007-01-24 rtogni Fix compilation if no libogg/libvoribs installed
2007-01-24 diego Rename a few variables to match FFmpeg.
2007-01-24 rtogni Fix compilation after ffmpeg changes in r7619
2007-01-23 nicodvb better autodetection of framerate in case of h264; it works correctly with b-frames.
2007-01-23 reimar Include string.h to make sure memcpy is not used without prototype
2007-01-23 lucabe Pass a context to av_log(), when possible
2007-01-23 diego Bring MPlayer closer to compilation after latest FFmpeg changes.
2007-01-22 nicodvb substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed
2007-01-22 nicodvb set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)
2007-01-22 diego Fix FSF address and otherwise broken license headers.
2007-01-22 diego Fix license headers and FSF postal address.
2007-01-21 diego Sync with FFmpeg r7634.
2007-01-21 diego Discard -Wdeclaration-after-statement warning.
2007-01-21 Gabrov synced with r21906
2007-01-21 Gabrov synced with r21989
2007-01-21 Gabrov fix typo
2007-01-21 reimar Fix compilation: define CONFIG_ZLIB in config.mak
2007-01-21 voroshil r21959: Apply ancient double-click patch that nobody cares to comment on.
2007-01-21 reimar Instead of printing a useless "sig11 coming soon" message, just abort parsing
2007-01-21 reimar Sanity-check sh_video->bih->biSize
2007-01-21 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
2007-01-21 reimar Add ignore key bind
2007-01-21 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
2007-01-21 reimar Another AVCodecTag compile fix
2007-01-21 reimar Forgotten CodecTag -> AVCodecTag
2007-01-21 reimar Fix compilation after lavf changes
2007-01-21 reimar support -ffourcc with -of lavf
2007-01-20 diego Simplify install calls.
2007-01-20 diego Remove redundant informative output.
2007-01-20 diego Don't suppress make output during installation.
2007-01-20 diego some simplifications
2007-01-20 diego Move ldconfig platform differences into configure where they belong.
2007-01-20 diego Move ranlib setting to a more sensible place.
2007-01-20 nicodvb in h264_parse_sps() reuse mp_unescape03()
2007-01-20 nicodvb vc1 probing code: if sh_video->bih can't be callocated exit
2007-01-20 nicodvb in vc1 probing code, all packets before the first sequence header must be skipped, not read
2007-01-20 nicodvb removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
2007-01-20 nicodvb decode vc1 sequence header and frame it in video_read_frame();
2007-01-20 nicodvb demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
2007-01-20 nicodvb added function to parse vc1 sequence header
2007-01-19 reimar BE_32 -> AV_RB32
2007-01-19 reimar Compile fix: LE_* -> AV_RL*
2007-01-19 nicodvb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
2007-01-18 gpoirier sync w/ r21959
2007-01-18 Gabrov synced with r21959
2007-01-18 reimar Apply ancient double-click patch that nobody cares to comment on.
2007-01-18 voroshil r21930: gcc_bug++;
2007-01-18 eugeni In .srt, any line containing only spaces and tabs marks the end of the
2007-01-18 diego grammar/spelling/wording in comments
2007-01-17 kraymer r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while
2007-01-17 lorenm "-lavdopts fast" has applied to mpeg4 and h264 for a while
2007-01-17 Gabrov synced with r21952
2007-01-17 nicodvb 1000l; fixed wrong operator precedence
2007-01-17 kraymer version bump (for changes in r21907)
2007-01-17 kraymer r21727: Must refer to option name instead of internal variable
2007-01-17 kraymer r21691: added smb:// to the list of allowed input urls
2007-01-17 michael print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
2007-01-17 nicodvb unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
2007-01-16 diego Update copyright year.
2007-01-16 nicodvb in evo files [e]ac3 substreams range from 0xc0 to 0xcf
2007-01-16 nicodvb at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
2007-01-16 gpoirier fix identation, broken by last commit
2007-01-16 gpoirier speeds up mplayer execution by over FIVE times when all of the of the following apply:
2007-01-16 henry fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v
2007-01-16 reimar Interlaced gif support
2007-01-16 reimar Change some types to uint8_t where appropriate
2007-01-16 reimar "Cosmetics" Introduce a memcpy function doing both transparent
2007-01-15 nicodvb one more #if 1 removed
2007-01-15 nicodvb removed useless #if1s added too long time ago
2007-01-15 nicodvb in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
2007-01-15 gpoirier get rid of two spaces after a period (instead of one)
2007-01-15 gpoirier fixes suggested by Diego
2007-01-15 gpoirier update and factorize information about x264's multi-threading mode
2007-01-15 gpoirier update x264's subq otion description
2007-01-15 diego gcc_bug++;
2007-01-15 diego demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
2007-01-14 rtogni 10l, fix inverted check for "<media" in smil playlist
2007-01-14 diego Move toolame vs twolame logic into the $_toolame=auto case.
2007-01-14 diego Move Paolo Tresoldi out of the GUI skin section.
2007-01-14 diego Make twolame disable toolame.
2007-01-14 diego Move twolame check before toolame check.
2007-01-14 voroshil Adding me and Andrew Savchenko as authors of Russian docs translation
2007-01-14 voroshil r21882: sync to x264 r607 (update description of threads)
2007-01-14 voroshil translation status update
2007-01-14 voroshil spelling, wording fix
2007-01-14 voroshil sync tag update
2007-01-14 voroshil r21917: typo fixes
2007-01-14 gpoirier typo fixes:
2007-01-13 vayne fix typo for gettimeofday()
2007-01-13 vayne proper fix for avoiding file skipping when mplayer is already playing a file.
2007-01-13 reimar Cosmetics
2007-01-13 reimar Implement gif transparency
2007-01-13 reimar Fix: refmodes 2 and 3 leave useref unchanged
2007-01-13 reimar Cosmetics
2007-01-13 reimar Implement refmode == 2 in gif demuxer
2007-01-13 reimar Partially support gif using "reference" images
2007-01-13 reimar memset + malloc -> calloc
2007-01-13 diego Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
2007-01-13 diego DO NOT recommend or even suggest installing codecs.conf.
2007-01-13 reimar Cast SWidth/SHeight to uint16_t, since that's what they actually are.
2007-01-13 reimar Forgot to adjust length of memset
2007-01-13 reimar Simplify gif demuxer by using memcpy_pic
2007-01-13 reimar One more bounds check, though IMO the gif lib really should do this.
2007-01-13 reimar Simplify
2007-01-13 reimar Fix crash for gif images that have Top or Left set
2007-01-13 reimar Fix invalid read for gifs with a palette for less than 256 colors
2007-01-13 reimar Move global variables in gif demuxer into priv struct
2007-01-13 diego Rephrase mga_vid section.
2007-01-13 diego Document vo_tdfx_vid.
2007-01-13 diego Do not add libavutil unconditionally to CFLAGS.
2007-01-13 diego cosmetics: typo fix pallete --> palette
2007-01-13 diego Frametime was being read from the wrong offset, compare
2007-01-13 diego cosmetics: typo pallete --> palette
2007-01-13 diego Add missing config.mak entry for gettimeofday().
2007-01-12 gpoirier compile fix after latest swscaler changes (r21888)
2007-01-12 gpoirier add support for avc1 in X-QT over RTSP
2007-01-12 lucabe deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
2007-01-12 lucabe Add "support for both orderings of the slices (top->down / bottom->up)"
2007-01-12 voroshil sync tag update
2007-01-12 voroshil r21879: fix wrong option names that were suggested to use to produce
2007-01-12 voroshil spelling, wording
2007-01-12 diego 100l misplaced #endif
2007-01-11 lorenm sync to x264 r607 (update description of threads)
2007-01-11 voroshil r21865: Audio track switching works with DVDs as well.
2007-01-11 diego Remove superfluous #ifdefs.
2007-01-11 gpoirier fix wrong option names that were suggested to use to produce
2007-01-11 voroshil Typo
2007-01-10 reimar 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
2007-01-10 torinthiel Sync tag bump
2007-01-10 diego Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
2007-01-10 diego Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
2007-01-10 diego Move #ifdef directives around complete files into the build system.
2007-01-10 diego Remove redundant ifdef, this file is only ever compiled on MinGW.
2007-01-10 diego consistent include path
2007-01-10 diego bswap.h --> mpbswap.h
2007-01-10 diego Remove misleading comment.
2007-01-10 diego Remove generated pci_* files on clean, not just on distclean.
2007-01-10 gpoirier upgrade copyright years
2007-01-10 diego GNU/kFreeBSD support, closes Bugzilla #704.
2007-01-10 diego Audio track switching works with DVDs as well.
2007-01-10 diego small updates
2007-01-10 diego libmpeg2 updated to 0.4.1
2007-01-10 diego CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
2007-01-10 gpoirier explain how to use MEncoder to create QuickTime-compatible files
2007-01-09 rtogni Don't drop last rdt packet on eof
2007-01-09 nicodvb removed static declaration before non-instantiated struct; patch by cehoyos ag or at
2007-01-08 michael dont write an index and dont use memory to build one if -noidx is specified
2007-01-08 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
2007-01-08 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
2007-01-08 voroshil Two crash issues fixed:
2007-01-07 reimar Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
2007-01-07 reimar Avoid invalid memory access in ass_process_subtitle for empty subtitles
2007-01-07 nicodvb in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
2007-01-07 reimar Document sub_add_text and sub_clear_text
2007-01-07 diego Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
2007-01-07 gpoirier fix typo
2007-01-07 gpoirier clarify a few things about the interaction between *cmp and mbd options
2007-01-06 Gabrov synced with r21624
2007-01-06 reimar Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
2007-01-06 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
2007-01-06 Gabrov synced with r21748
2007-01-06 nicodvb reindented
2007-01-06 nicodvb init to 0 feparams before tuning
2007-01-06 reimar Set default values for proc and iproc for x86_32 case.
2007-01-06 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
2007-01-06 diego Fix dependencies for pci_names.c.
2007-01-06 reimar Include libavformat/riff.h when building with static libavformat and
2007-01-06 Gabrov synced with r21741
2007-01-06 gpoirier woops, actually fix URL this time
2007-01-06 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
2007-01-06 nicodvb removed useless reporting code
2007-01-06 nicodvb moved actual tuning code from check_status() to tune_it()
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