log

age author description
2007-06-08 cehoyos Cosmetics: Fix indentation after last commit.
2007-06-08 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
2007-06-08 cehoyos Compile C++ files with the same compiler as all other files.
2007-06-08 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
2007-06-08 reimar Fix config declarations so that things like rtc=no work in addition to nortc=yes
2007-06-08 reimar Set errno to 0 after printing it, not before
2007-06-08 voroshil Fix compiler warnings.
2007-06-08 lorenm -lavdopts threads is only implemented for mpeg[12]
2007-06-07 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
2007-06-07 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
2007-06-07 reimar Mention change to libamr in Changelog
2007-06-07 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
2007-06-07 reimar 100l, fix compile error in r23498 due to bad copy in paste
2007-06-07 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
2007-06-07 voroshil implement "bind sections"
2007-06-07 cehoyos Add -Wno-switch to CFLAGS.
2007-06-07 cehoyos Fix r23494: It broke gcc 2.95.3
2007-06-07 cehoyos Add -Wno-pointer-sign to CFLAGS
2007-06-07 reimar Add 2vuy fourcc to rawuyvy codec
2007-06-07 diego Add -Wall (back) to default CFLAGS.
2007-06-07 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
2007-06-07 cehoyos Fix compilation after FFmpeg r9235.
2007-06-07 uau Calculate pts with double precision in demux_asf
2007-06-07 zuxy 10l: correct Core 2 detection under x86-64
2007-06-06 kraymer Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
2007-06-06 voroshil r23440: New "automute" tv:// option.
2007-06-06 zuxy Change some static temporary vars to automatic ones because mingw32 binutils
2007-06-06 zuxy Align output pointer so that we can use movaps instead of movups in dct64_sse;
2007-06-05 ptt little correction to make nroff not to complain about line lennghts....
2007-06-05 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
2007-06-05 ptt sync'd up to r23467
2007-06-05 diego Create a new MSGT for just the status line.
2007-06-05 reimar Do not use fast_memcpy when data is read again immediately afterwards.
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.