log

age author description
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-06-05 reimar Use avcodec_decode_audio2 in ad_ffmpeg.c
2007-06-05 kraymer r23410: add documentation for new -menu-chroot option
2007-06-05 mhoffman correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
2007-06-05 reimar Make gmplayer show right colors if X server does not use native byteorder.
2007-06-05 reimar Avoiding sscanf in cddb support reading more data with %s than buffer size
2007-06-05 diego Keep -pipe option in CFLAGS even in debug mode.
2007-06-05 gpoirier sync w/23467 (was just a typo in english doc, no incidence here)
2007-06-05 corey then/than typo spotted by "JRaSH"
2007-06-05 diego Keep unused parameter warnings in debug mode.
2007-06-05 kraymer r23416: Drop the metadata stuff and replace it with generic property
2007-06-04 reimar get rid of Gui code that has been commented out since ages
2007-06-04 reimar Factor out some duplicated gui code
2007-06-04 reimar Remove some useless code
2007-06-04 zuxy Use 'static inline' instead of 'inline static' to avoid warnings
2007-06-04 zuxy Change '%ld' to '%d' to remove warnings introduced by r23452
2007-06-04 zuxy Correct dct64 functions' declarations
2007-06-03 zuxy Remove unused parameter for mp_msg
2007-06-02 gpoirier sync w/ r23455
2007-06-02 gpoirier compilation fix after commit r9172 to ffmpeg, patch by Aurel
2007-06-02 ptt new sentences on new lines, diego says ;-P
2007-06-02 ptt sync'ed up to r23440 + a _big_ correction of tv suboptions
2007-06-02 zuxy Remove non-existing make_decode_tables_MMX()
2007-06-02 zuxy Use int and uint32_t instead of long and unsigned long, when appropriate.
2007-06-02 zuxy Make realloc_struct inline as other functions defined in demuxer.h
2007-06-02 diego 10l: Remove overlooked instance of NOAVIFILE_HEADERS.
2007-06-02 eugeni Revert r23443, it breaks compilation without libass.
2007-06-02 diego Get rid of superfluous __WINE__ #define, it was always enabled and
2007-06-02 diego Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
2007-06-02 diego Get rid of superfluous MPLAYER #define, it was always enabled and
2007-06-02 nicodvb prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
2007-06-02 compn update manual date, its been 8 months...
2007-06-01 eugeni Recode the whole subtitle file to utf-8 before parsing.
2007-06-01 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
2007-06-01 voroshil mjpeg support for v4l2 tv:// driver
2007-05-31 voroshil New "automute" tv:// option.
2007-05-31 voroshil r23370: added missing fps
2007-05-31 voroshil r23416: Drop the metadata stuff and replace it with generic property string expansion.
2007-05-31 zuxy Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
2007-05-31 albeu Add new properties percent_pos and time_pos.
2007-05-31 albeu Make the length property use the time type.
2007-05-31 albeu Move the time printing code out of the length property.
2007-05-31 albeu Add a print function for the time option type.
2007-05-31 jheryan sync to 24.5.2007
2007-05-31 albeu Add the recently introduced properties to the documentation.
2007-05-31 albeu Allow setting the direction in the step_property command.
2007-05-31 albeu Fix the step_property coammand to correctly handle the step size with
2007-05-31 mhoffman Adding myself to the authors page.
2007-05-31 ptt little fix
2007-05-31 ptt sync.d up to r23425!!! ehi, it's updated :)))
2007-05-31 ptt removed unneeded space
2007-05-31 ptt removed an unneeded comma
2007-05-31 ptt added '&' for 'e.g.'
2007-05-30 ptt sync'd up to r23416
2007-05-30 ptt moved a line below, since probably it's righter there...
2007-05-30 ptt added a missing space char
2007-05-30 ptt sync'd up to r22845
2007-05-30 benoit rename attribute_unused to av_unused as it is declared in common.h
2007-05-30 zuxy Use play duration instead of send duration to calculate the length
2007-05-30 albeu Drop the metadata stuff and replace it with generic property string expansion.
2007-05-30 albeu Make command.h usable without the MPContext typedef.
2007-05-30 albeu Add PRINT to the samplerate property.
2007-05-30 albeu Fix fallback on the default GET_TYPE for unvailable/disabled
2007-05-29 albeu Make all the info available via the metadata API available via properties.
2007-05-29 albeu Rework the property API to allow sub properties such as
2007-05-29 ben add documentation for new -menu-chroot option
2007-05-29 ben new -menu-chroot option that prevent OSD file selection menu to go to an unwanted location (yeah, chroot ;-))
2007-05-29 diego Only one section remains unfinished, typo.
2007-05-29 diego typo
2007-05-29 kraymer r23325: dv does not support YVU9
2007-05-29 kraymer add note about unfinished "codec specific encoding options" section
2007-05-28 reimar Get rid of __attribute__((__packed__)) in Matroska demuxer
2007-05-28 diego Add LGPL license header.
2007-05-28 cehoyos 10l: r23399 broke mov/mp4 demuxing
2007-05-28 ptt little typo fix
2007-05-28 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
2007-05-28 diego Remove some unused variables, patch by timwoj ieee org.
2007-05-28 diego Move variable declaration into conditional to avoid an unused variable warning.
2007-05-28 diego Remove unused variables.
2007-05-27 michael HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)
2007-05-27 reimar More fastmemcpy.h removal
2007-05-27 reimar Remove more pointless fastmemcpy.h includes in libvo
2007-05-27 reimar Removed useless fastmemcpy.h includes in video decoders
2007-05-27 reimar Remove two useless fastmemcpy.h includes in gui code.
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2007-05-27 gpoirier sync w/ r23370
2007-05-27 Gabrov synced with r23388
2007-05-27 gpoirier Partial sync with r23370, with only one section obsolete.
2007-05-27 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
2007-05-26 nicodvb fixed off-by-one bug during chapter-listing; fixed by Jared Breland (list-mplayer@legroom.net) and me
2007-05-25 ben allow left key command to close text menus too
2007-05-25 ben rename some menu open functions, to avoid confusion with libc native open()
2007-05-25 zuxy Record what was produced by make_decode_table_MMX() and used that data to
2007-05-24 jheryan Sync to 30.3.2007
2007-05-24 michael more sensless repo moving ..moving ...
2007-05-24 voroshil remove unnecessary stubs which were not ever used.
2007-05-23 ivo ffmpeg -sws_flags command line option to set swscaler flags
2007-05-23 zuxy Remove hardcoded registers
2007-05-22 Gabrov synced with r23370
2007-05-22 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
2007-05-22 zuxy Set i_bps for ASF video streams according to extended stream properties
2007-05-22 zuxy Remove unused synth_1to1_mono()
2007-05-21 ptt sync'ed up with r21654
2007-05-21 voroshil make v4l1 driver work properly.
2007-05-21 ptt sync'ed up with r21561
2007-05-21 ptt added missing fps
2007-05-21 voroshil missed sync tag update
2007-05-21 voroshil r23367: little alignment fixes
2007-05-21 ptt little alignment fixes
2007-05-21 ptt sync'ed up with r23028
2007-05-21 ptt little fixes
2007-05-21 zuxy 10l: cosmetic: more trailing whitespaces removed
2007-05-21 zuxy Cosmetic: remove trailing whitespaces
2007-05-21 zuxy New tags introduced for AMD K10 and Intel Penryn
2007-05-21 diego Add "uclinux" as an accepted system type in the linux() test.
2007-05-21 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
2007-05-20 ben missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
2007-05-20 eugeni Fix #if condition.
2007-05-20 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
2007-05-20 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
2007-05-20 ben get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
2007-05-20 reimar Move common ioctl outside of ifdef
2007-05-20 reimar Clean up some unused code and #ifdef mess in ao_sun.c
2007-05-20 reimar Implement flushing of audio data. Fixes bug #754.
2007-05-20 reimar Fix OpenBSD compilation: strndup is a GNU extension.
2007-05-20 reimar Remove unused code, if it is ever needed it can be recovered from history
2007-05-20 zuxy Add SSSE3 check
2007-05-19 ben buggy joystick initialization, works much better without this
2007-05-19 voroshil -----mencoder.xml----
2007-05-19 eugeni Correct font size in libass.
2007-05-19 mhoffman Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.
2007-05-19 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
2007-05-19 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
2007-05-19 diego Add ID to example.
2007-05-19 zuxy Fix bug in reference code
2007-05-18 eugeni Revert y-axis rotation. Change order of rotations.
2007-05-18 corey cosmetics: fix indentation for previous commit
2007-05-18 corey PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
2007-05-17 diego Clean up VIDIX test.
2007-05-17 diego 10l: leftover line from incompletely split commit
2007-05-17 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
2007-05-17 diego Move the internal VIDIX check from a random place into the VIDIX section.
2007-05-17 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
2007-05-17 diego Merge internal and external VIDIX checks.
2007-05-17 diego ffdts is no more.
2007-05-17 reimar Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
2007-05-17 reimar Make use of new AV_RL64
2007-05-17 reimar Remove useless setting of dp->len, it is already set to that value by
2007-05-17 corey Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
2007-05-17 corey Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
2007-05-17 corey 1L to me: dv does not support YVU9.
2007-05-16 reimar "inline" is used elsewhere and more portable than "__inline"
2007-05-16 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
2007-05-16 diego Remove extern C declarations for C++.
2007-05-15 reimar Avoid passing test invalid arguments when string is empty.
2007-05-14 kraymer fix typo
2007-05-14 kraymer r23152: Add -ass-hinting option for setting font hinting method.
2007-05-14 eugeni Support fractional font sizes.
2007-05-14 eugeni Limit ass_font_set_transform to nonrotating transformations.
2007-05-14 reimar Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
2007-05-14 voroshil r23308: List dv in pixel formats lavc's dv encoder supports.
2007-05-14 compn fix formating of lavcopts format suboptions
2007-05-14 uau Fix double free() in demux_asf.c
2007-05-14 uau Output message fix
2007-05-13 compn add svq1 lavcopts format colorspace
2007-05-13 diego Add standard license header, confirmed by Nick in private mail.
2007-05-13 diego ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
2007-05-13 corey List dv in pixel formats lavc's dv encoder supports.
2007-05-13 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
2007-05-13 corey Add DV fourcc.
2007-05-13 rtogni Compilation fix after ffmpeg r9010 (bitstream filters optional
2007-05-12 voroshil r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
2007-05-12 voroshil r23271: libdha is no more.
2007-05-12 reimar Simplify -flip handling on vo_x11.c
2007-05-12 reimar Fix crash with -flip on 64 bit systems, the result of
2007-05-12 reimar Factor common code out of if in x11_common.c
2007-05-11 diego Compile internal FFmpeg libraries only when configure enabled the static
2007-05-11 diego help output typo noticed by Ramiro Polla
2007-05-11 compn update changelog and bump codecs.conf release number
2007-05-11 ivo cosmetics; one test per line for all isXXX(x) macros
2007-05-11 diego Add correct boilerplate license headers.
2007-05-11 diego prettyprinting cosmetics
2007-05-10 ben new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
2007-05-10 compn add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
2007-05-10 compn update copyright year'
2007-05-10 reimar Fix indentation broken in r23287
2007-05-10 reimar Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
2007-05-10 reimar Avoid code duplication in mkv demuxer for standard fourcc/extradata handling
2007-05-10 reimar Fix track info being read for the wrong track introduced in r20598
2007-05-10 reimar Missing -1 in the FreeBSD code to get the first CD track number
2007-05-10 gpoirier sync w/r23283, fix a French typo
2007-05-10 reimar Reuse linux code for reading png images for windows Gui,
2007-05-10 compn wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
2007-05-09 eugeni Don't deallocate font data if it will be used later.
2007-05-09 ivo remove the need of one extra shift in rgb16ToUV
2007-05-09 reimar Ignore comments where no '=' follows the comment name (otherwise
2007-05-09 ivo Fix rgb15ToUV. Correct order of components and use one shift less.
2007-05-09 ben allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin)
2007-05-08 ben cosmetic: indent
2007-05-08 ben cosmetic: use K&R coding style, as in reste of the file
2007-05-08 ben added my latest contribution to VIDIX in AUTHORS file
2007-05-08 ben take the lead on VIDIX, as pointed out by Diego
2007-05-08 ben removed obsolete section
2007-05-08 diego 10l syntax error
2007-05-08 diego libdha is no more.
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.