log

age author description
2008-08-07 diego cosmetics: Rename some CFLAGS-related variables.
2008-08-07 diego 10l: Remove stray backslash at end of line.
2008-08-07 diego Merge two redundantly declared lines into one.
2008-08-07 diego cosmetics: Sort things into alphabetical order in various places.
2008-08-07 ben Add NV12 colorspace support to VIDIX driver.
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-08-07 diego generalized SH architecture support by Magnus Damm, magnus.damm gmail com
2008-08-07 diego 10l: MUSEPACK --> CONFIG_MUSEPACK
2008-08-07 diego Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
2008-08-07 diego Rename font-related preprocessor directives.
2008-08-07 ben Fix wrong behavior with slave command by going back to the starting point
2008-08-07 diego Rename a bunch of miscellaneous preprocessor directives.
2008-08-06 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
2008-08-06 Gabrov synced with r27420
2008-08-06 diego Rename all preprocessor directives related to Apple / Mac OS X.
2008-08-05 diego Rename some audio-output-related preprocessor directives.
2008-08-05 diego Rename preprocessor definition in check skeleton.
2008-08-05 diego Rename preprocessor directives related to image libraries.
2008-08-04 ben Detect ppc64 and powerpc64 architectures as PowerPC variants.
2008-08-04 ben cosmetic: reindent after r27414
2008-08-04 ben Fixes unsafe 'chapter' command with get_property() call.
2008-08-04 ben cosmetic: reindent after r27412
2008-08-04 ben Fixes unsafe 'angle' command with get_property() call.
2008-08-04 ben Fixes unsafe 'switch_audio' command with set_property() call.
2008-08-04 ptt another round to get it in utf-8...
2008-08-04 diego Change a bunch of X11-specific preprocessor directives.
2008-08-03 gpoirier typo fix, bump sync tag
2008-08-03 ben Add video driver for Nintendo Wii/GameCube.
2008-08-03 diego Remove duplicated DVB definition line.
2008-08-03 diego Revert mistakenly committed temporary local change.
2008-08-03 diego Rename --enable-macosx-finder-support option to --enable-macosx-finder
2008-08-03 diego Rename _smbsupport variable to _smb.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-08-02 diego Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
2008-08-02 diego cosmetics: typo fixes
2008-08-02 compn cosmetics: reindent after last commit
2008-08-02 compn change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.
2008-08-02 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
2008-08-02 diego Do not provide a prototype for vsscanf when vsscanf is available.
2008-08-02 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
2008-08-02 diego Remove checks for HAVE_XVID3, that conditional was removed a long time ago.
2008-08-01 diego Fix ARM linking failure when IWMMXT support is disabled.
2008-08-01 diego Remove obsolete diff hunk that is no longer applied to the code.
2008-08-01 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
2008-08-01 diego Fix a misleading section in the libavcodec options manual indicating that a
2008-08-01 compn add hdv1 fourcc
2008-08-01 compn add some h263 fourccs
2008-08-01 compn add ADJV fourcc to mjpeg
2008-08-01 diego Initialize socklen_t variable to "no".
2008-08-01 compn add XIXL fourcc to videoxl codec
2008-07-31 diego Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
2008-07-31 diego Revert previous broken rename of binary-codecs.sh that had random changes.
2008-07-31 diego Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
2008-07-31 diego Rename install-w32codecs.sh --> binary-codecs.sh.
2008-07-30 gpoirier bump sync tag
2008-07-30 diego For the case that we add a typedef for socklen_t, we should #define
2008-07-30 diego Check for socklen_t in ws2tcpip.h as well.
2008-07-30 diego Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
2008-07-30 diego Remove unused HAVE_MENCODER definition.
2008-07-30 diego Rename two GUI-related preprocessor directives:
2008-07-30 diego Remove unused definition from config.h.
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-07-30 diego Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
2008-07-30 diego Use conditional compilation instead of an #ifdef around the whole file.
2008-07-30 diego Remove unused definition from config.h.
2008-07-30 diego Add proper check for socklen_t.
2008-07-30 diego cosmetics: Group FFmpeg definitions together in config.h.
2008-07-30 compn add XDCAM and more HDV MPEG2 fourccs
2008-07-30 compn change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
2008-07-29 ptt changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
2008-07-28 diego Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
2008-07-28 diego Rework OS/2 configuration with respect to linker output formats.
2008-07-28 diego cosmetics: Add a separator comment.
2008-07-28 diego Move libdvdnav check before the CFLAGS section. It is still the last check
2008-07-28 ptt synced with r27348
2008-07-28 diego Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
2008-07-28 diego Remove unused HPUX #define from command line.
2008-07-28 diego Move libdvdcss-specific CFLAG settings to libdvdcss test.
2008-07-28 compn add ffvp6a codec
2008-07-28 compn add ffmotionpixels codec
2008-07-26 reimar Get rid of horrible code that relies on codec-set context variable,
2008-07-26 reimar Use GetTimerMS() instead of time() with srand.
2008-07-26 reimar Do not include sys/socket.h when using winsock2, it is pointless
2008-07-26 diego Revert to previous dependency checking behavior.
2008-07-26 diego Remove AltiVec vector declaration compiler compatibility macros.
2008-07-25 gpoirier compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
2008-07-25 compn add list of supported vo's to -xineramascreen
2008-07-24 diego Add some more information about FTP mirror setup.
2008-07-24 diego Fix mailinglist vs. mailing list typo.
2008-07-24 diego cosmetics: Fix indentation after last commit.
2008-07-24 diego Remove AltiVec vector declaration compiler compatibility macros.
2008-07-24 reimar Fix configure hanging forever in iconv check using --charset=noconv
2008-07-24 reimar Remove outdated "X11 only" from xineramascreen option and try to make clearer
2008-07-23 gpoirier sync w/r27337
2008-07-23 ptt sync'd with r27337
2008-07-22 diego Add Dirac video support via libdirac and libschroedinger in libavcodec.
2008-07-22 reimar Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
2008-07-22 reimar No idea which vos support -noborder how well, though those based on
2008-07-22 reimar Support -noborder with X11-based vos
2008-07-22 reimar Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
2008-07-22 reimar -border/-noborder are supported by gl/gl2, too, but only on Windows.
2008-07-22 diego Add instructions how to test the DNS round-robin virtual host, add a
2008-07-21 michael fix memleak
2008-07-21 michael Cleanup, use av_freep() instead of av_free(x); x=NULL
2008-07-19 diego Remove "en" from list of all man page languages when generating man page
2008-07-19 henry docs build fix
2008-07-19 diego Only build the documentation in the languages requested from configure.
2008-07-18 Gabrov synced with r27326
2008-07-18 ptt added missing revisions (26762 & 26795)
2008-07-18 ptt restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
2008-07-18 zuxy Remove unnecessary and troublesome inline
2008-07-18 michael Make C code in yuv2yuv1() do accurate rounding, this could be split
2008-07-17 michael indent
2008-07-17 michael Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
2008-07-17 michael simplify yuv2yuv1()
2008-07-17 diego Fix typo in msg_lang variable name that prevented the correct message
2008-07-17 michael 10l forgot SWS_BILINEAR
2008-07-17 michael Ensure that exactly one scaler algo is used.
2008-07-17 ben File was missing its dedicated header inclusion.
2008-07-17 ben Maemo platform runs on Nokia N8x0 series too.
2008-07-17 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
2008-07-17 reimar Our ALSA code needs alloca, so check for it in configure and include alloca.h
2008-07-17 diego cosmetics: Indent language handling after last commit.
2008-07-17 diego Rewrite translation handling in the build system.
2008-07-17 diego Simplify summary output, add an extra empty line to it.
2008-07-17 diego Remove note about localization from configure output.
2008-07-17 diego cosmetics: Rename _doc_lang variable to doc_lang.
2008-07-17 diego Evaluate man page installation rule for all available languages,
2008-07-17 zuxy Force gcc to emit function body under -gnu99
2008-07-16 reimar limits.h is required for UINT_MAX
2008-07-16 reimar And a 1000l for r27263, swapped a condition, thus setting size to
2008-07-16 reimar 100l, fix calloc being called with the wrong argument due to reordering
2008-07-16 reimar Make sure demuxed ASF packet is properly padded after descrambling
2008-07-16 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
2008-07-16 diego Add variables for all available man page and documentation languages.
2008-07-16 reimar Do not just print a warning, also fix the len in ASF demuxer!
2008-07-16 diego Remove redundant check in message language test.
2008-07-16 diego Move the "all" option to the front of the list of available languages in
2008-07-16 diego cosmetics: Rename LANGUAGES variable to msg_langs.
2008-07-16 diego Replace output redirection with grep by POSIX standard options.
2008-07-16 diego Replace simple sed invocation by even simpler tr invocation.
2008-07-16 diego Merge two consecutive sed calls into one.
2008-07-15 diego Add IDs to some XML elements to avoid warnings.
2008-07-15 reimar Make af_hrtf tables static const
2008-07-15 reimar Add const to libaf/filter.c functions.
2008-07-15 reimar Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the same, but should not matter).
2008-07-15 reimar ALSA stupidly tries to define struct timeval and struct timespec, which
2008-07-15 diego Fix dlopen(), dlclose() dlsym() calls in configure test.
2008-07-15 diego Fix tgetent call in termcap configure test.
2008-07-15 diego Add two more missing headers to configure checks.
2008-07-15 diego Add missing return statements to configure tests.
2008-07-15 diego Add missing headers to configure checks.
2008-07-15 michael Remove -std=gnu99/gnu89/default dialect linux define, as it violates the
2008-07-14 reimar Try to keep decoded audio buffer aligned.
2008-07-14 reimar Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first
2008-07-13 astrange Cosmetics: reindent.
2008-07-13 astrange Remove const vector casts from Altivec.
2008-07-13 reimar Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
2008-07-13 reimar Add support for FFmpeg's ADPCM codecs and make them the default
2008-07-13 reimar 100l, do not use macros on functions that are not idempotent
2008-07-13 rathann Do not set _dvdreadconfig unconditionally.
2008-07-13 diego cosmetics: main (void) --> main(void)
2008-07-13 diego main(void) --> int main(void) in .align test
2008-07-13 diego Use correct header in libamr narrowband test.
2008-07-12 reimar Simplify and clamp coefficient index for MS ADPCM
2008-07-12 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
2008-07-12 diego Dependency files should be refreshed when object files are rebuilt.
2008-07-12 nicodvb in dvd streams the title part ranges from 1 to 99
2008-07-11 reimar Reindent after last commit
2008-07-11 reimar Check size of tkdata before using it in mov demuxer.
2008-07-11 reimar Add atom_len sanity check to mov demuxer.
2008-07-11 reimar Quick hack to fix demux_mov crashes where easily possible.
2008-07-11 reimar Make really sure channels can only be 1 or 2 for imaadpcm
2008-07-11 reimar Simplify imaadpcm return statement
2008-07-11 reimar Check length of input buffer for msadpcm
2008-07-11 reimar Add a comment on shift vs. division
2008-07-11 reimar Scale msadpcm coefficients to fit into 8 bits
2008-07-11 reimar Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
2008-07-11 reimar Copy macro simplification from imaadpcm to msadpcm
2008-07-11 reimar Remove useless comments from ad_msadpcm
2008-07-11 reimar Make msadpcm arrays const
2008-07-11 reimar Remove unused macros
2008-07-11 reimar Explicitly include inttypes.h in ad_imaadpcm
2008-07-11 reimar 1000l, fix demux_lavf compilation
2008-07-11 reimar Correct stream-seekability tests in demux_audio and demux_lavf
2008-07-10 reimar Only read wav header cbSize when there is enough space in header.
2008-07-10 reimar 100l, assignment introduced in r27246 was exactly the wrong way around.
2008-07-10 reimar Cosmetics: reindent
2008-07-10 reimar Clean up reading of wav extradata.
2008-07-10 lu_zero 100l, avoption splitted code added, I should double check with svn status...
2008-07-09 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
2008-07-09 reimar Fix stupid and almost pointless check-after-read code in asfheader.c.
2008-07-09 eugeni Fix \fn without an argument consuming the next '\'.
2008-07-09 gpoirier sync w/r27236
2008-07-08 diego Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
2008-07-08 diego Mark function not used outside of the file as static.
2008-07-08 diego Remove declaration of extern inline function that is used nowhere from header
2008-07-08 ptt synced with r27236
2008-07-08 ptt another alphabetical order correction
2008-07-08 ptt moved o option beetwen m* and p*
2008-07-08 diego Add missing #include <sys/socket.h>, fixes the warnings:
2008-07-08 diego Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
2008-07-07 diego Add support for MLP audio through FFmpeg.
2008-07-07 diego Run bash-specific shell scripts with bash, not sh.
2008-07-07 diego Give all shell scripts a .sh suffix for consistency.
2008-07-07 diego Replace bash-specific [[]] construct by a proper [] test.
2008-07-07 diego Replace == in []/test constructs with =, == is a bashism.
2008-07-07 diego Remove unnecessary function keyword from shell script function declarations,
2008-07-06 nicodvb avoid unnecessary strdup(); patch by Aurel
2008-07-06 diego Update homepage and license info for NuppelVideo.
2008-07-06 diego Add standard license header for NuppelVideo, i.e. GPL v2+.
2008-07-06 diego Introduce DRIVER_OBJS variable for list of all driver targets.
2008-07-06 diego Simplify codecs.conf.h generation rule.
2008-07-06 diego Merge version.h dependency declarations.
2008-07-06 diego Remove redundant dependencies for .rc files.
2008-07-06 diego Add a generic rule for .rc files and use it.
2008-07-06 diego cosmetics: Merge three lines into two.
2008-07-06 diego Also remove dhahelper and dhahelperwin on distclean.
2008-07-06 reimar One more hack for PBOs on ATI cards.
2008-07-06 reimar Move at-hack code a bit up for further changes
2008-07-06 lu_zero Remove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-06 lu_zero Reindent. SoC Patch from Keiji Costantini
2008-07-06 lu_zero Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
2008-07-05 gpoirier fix a FIXME: give the URL of the list of mailing lists (since we don't have a direct link to the list of archives)
2008-07-05 diego Surround stream cache specific code by an appropriate #ifdef; fixes linking
2008-07-05 diego Sync with r27208.
2008-07-05 nicodvb dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
2008-07-05 diego Add some more -identify information for CDDB.
2008-07-05 diego Add disc ID to -identify output.
2008-07-05 diego Rename ALLPARTSLIBS variable to FFMPEGLIBS.
2008-07-05 diego Group some variable declarations together in sensible places.
2008-07-05 diego Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
2008-07-04 kraymer r27182: apply parameter name change of no-correct-pts from r26842 to man page
2008-07-04 reimar 100l: finally understood ATI PBO problem: width must be a power of two.
2008-07-04 reimar More stride alignment is needed to work reliably on ATI cards :-(
2008-07-04 diego Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
2008-07-04 nicodvb cosmetics: in ifo_stream_oped() aligned the prototype to the style
2008-07-04 nicodvb in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
2008-07-04 nicodvb dvd_device must be handled exclusively by the option parser; it can't be changed at will in ifo_stream_open()
2008-07-04 nicodvb added support for the device part in the url; patch by
2008-07-04 reimar Check stdata_len before accessing stdata. Fixes bug #1125
2008-07-04 diego Simplify tool generation rules with a pattern rule.
2008-07-04 diego Only build loader tests on x86.
2008-07-04 diego Fix liba52/test linking, it needs -lm.
2008-07-04 diego spelling/grammar/wording overhaul
2008-07-04 diego Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
2008-07-04 diego whitespace cosmetics
2008-07-04 diego Place license header at the top of the file for consistency.
2008-07-04 diego Declare common netstream + vivodump dependencies in the common place.
2008-07-02 diego Remove unused variable.
2008-07-01 gpoirier sync w/r27182
2008-07-01 diego Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
2008-07-01 kraymer apply parameter name change of no-correct-pts from r26842 to man page
2008-06-30 gpoirier sync w/r27179 + misc fixes of untranslated chunks
2008-06-30 kraymer r26502: Document rgbtest arguments
2008-06-30 kraymer remove two trailing whitespaces
2008-06-30 kraymer r25756: Document vo gl lscale=3
2008-06-30 kraymer r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.
2008-06-30 kraymer r25179: Add missing forced linebreak, slight wording improvement.
2008-06-30 gpoirier consistency fix: capitalize Windows Media Player, and add <application> tag around it.
2008-06-30 gpoirier misc fixes, patch by Cédric Viou
2008-06-30 gpoirier sync w/r27132, patch by JRaSH
2008-06-30 gpoirier sync w/r27169
2008-06-30 voroshil Try to get frame rate information through VIDIOC_G_PARM if
2008-06-30 voroshil Fix division by zero in tvi_v4l2 which occures when capture device
2008-06-30 kraymer add missing escapes and full stops for scaletempo filter
2008-06-30 kraymer r24808: Add a space behind openal to get minimum length of 7
2008-06-30 kraymer r24772: DirectShow based tv:// driver for win32
2008-06-30 kraymer r24727: H.264 content can also be decoded with multiple threads
2008-06-30 kraymer version bump to 24719
2008-06-30 kraymer r27123: Add verbose messages about trying and searching for audio output drivers.
2008-06-30 kraymer r27067: Remove pointless #ifdef.
2008-06-30 kraymer r27066: update comments, whitespace cosmetics
2008-06-30 kraymer r27065: whitespace consistency cosmetics
2008-06-30 kraymer r26863: make use of the new MGA_VID_VERSION ioctl to check
2008-06-30 kraymer r25605: properties to get and set angle
2008-06-30 kraymer r24924: Add audio filter scaletempo
2008-06-29 nicodvb removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
2008-06-29 kraymer r24790: Disable channel scanner when no tuner is present.
2008-06-29 kraymer remove trailing whitespaces
2008-06-29 reimar Replace asserts by proper conditions to allow playback of some broken but
2008-06-29 reimar Half size for adpcm_index
2008-06-29 reimar Simplify predictor updates
2008-06-29 reimar Get rid of 16-bit sign extension macro
2008-06-29 reimar Simplify some imaadpcm macros
2008-06-29 reimar Directly pass arrays into decode_nibbles
2008-06-29 reimar Use smaller types for tables
2008-06-29 reimar Make imaadpcm tables const
2008-06-29 reimar Simplify code to read index/predictor
2008-06-29 reimar Add a few size checks to IMA decoder. The code is still a mess though,
2008-06-29 reimar Simplify ad_imaadpcm decode_audio function
2008-06-29 reimar Make sure we do not use uninitialized data in case of a short read.
2008-06-29 reimar Do not use stdata before checking its length
2008-06-28 vayne mingw uses Windows sockets.
2008-06-28 gpoirier sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%
2008-06-27 gpoirier sync w/r27132
2008-06-26 compn one more wish, and an update
2008-06-25 kraymer r24772: DirectShow based tv:// driver for win32
2008-06-25 lu_zero Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi
2008-06-25 lu_zero Move rtsp_close away by simplification - avoids symbol clash with libnemesi
2008-06-24 compn some updates
2008-06-24 compn add ffmdec and ffadpcmxa
2008-06-24 diego Fix/restore the description of the rectangle video filter.
2008-06-24 diego Touch FFmpeg libraries after recursing into their subdirectories.
2008-06-24 diego Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
2008-06-24 diego Add missing 'struct input_id id' to Apple IR configure check.
2008-06-23 eugeni Check if the font set returned from FcFontSort in not NULL.
2008-06-23 eugeni Reindent.
2008-06-23 eugeni Only use application font dir if library->fonts_dir is not NULL.
2008-06-23 diego Dependency files need to get updated when any of their dependencies are
2008-06-23 diego Rename some definitions to avoid clashing with system headers, fixes:
2008-06-22 corey Add verbose messages about trying and searching for audio output drivers.
2008-06-22 diego Replace misuse of echores in libdvdnav check by _res_comment.
2008-06-22 reimar 100l, bpp is bits per pixel, not bytes
2008-06-21 ben revert non-acked r27106
2008-06-20 ben cosmetic: be consistent
2008-06-20 ben fixes two bugs:
2008-06-20 ben fix obviously wrong option description
2008-06-20 ben Remove useless typedef for VDXContext.
2008-06-20 ben cosmetic: give a coherent indentation
2008-06-20 ben remove some useless functions from vidix api
2008-06-20 ben remove useless 'else'
2008-06-20 ben renamed vidixlib.c to vidix.c
2008-06-20 ben remove now useless vidixlib.h file
2008-06-20 gpoirier sync w/r27107, patch by Cédric Viou
2008-06-20 ben move content of vidixlib.h into vidix.h
2008-06-20 ben cosmetic: give coherent indentation
2008-06-20 gpoirier use the new URL of NUT container website
2008-06-20 ben Only "pop" subtree params if they had previously been "pushed",
2008-06-20 gpoirier sync w/r27102, patch by Cédric Viou and minor fixes by myself
2008-06-20 ben Add auto-close option to libmenu playlist handling part.
2008-06-20 ben Allow conditional compilation of yuv4mpeg video out.
2008-06-20 gpoirier fix a couple of broken URL links
2008-06-20 ben Keep old dvdnav sub-command options for a while in order
2008-06-19 ben Change DVDNAV command key names.
2008-06-19 diego Reorder some functions to avoid implicit declaration warnings.
2008-06-18 ben Group all input command defines in one big enum
2008-06-17 diego Add copyright and license statement.
2008-06-17 diego It cannot hurt to add -E to the diff options to avoid whitespace changes.
2008-06-17 diego Add missing #includes that are required for things used in the header.
2008-06-17 gpoirier sync w/r27057
2008-06-17 diego Add missing #includes to fix 'make checkheaders'.
2008-06-16 reimar Try harder to honour CTRL+C etc. during dumpstream
2008-06-16 diego cosmetics: Remove useless parentheses, align.
2008-06-16 reimar Chapter support for lavf demuxer.
2008-06-16 reimar Support NULL name parameter for demuxer_add_chapter.
2008-06-16 diego cosmetics: Break overly long lines.
2008-06-16 diego cosmetics: indentation, whitespace changes
2008-06-16 diego cosmetics: consistent * placement
2008-06-16 diego cosmetics: one more if brace placement fix
2008-06-16 diego M-x untabify
2008-06-16 diego cosmetics: Remove all trailing whitespace.
2008-06-16 diego cosmetics: Split/join multiline statements.
2008-06-16 diego cosmetics: Consistently format all if, for, while constructs.
2008-06-16 diego Remove one more commented-out line.
2008-06-16 diego cosmetics: Make all function declarations consistent by moving the opening
2008-06-16 diego Remove one more commented-out line.
2008-06-16 diego Remove pointless comments and commented-out code.
2008-06-16 diego Add missing string.h #include for memcpy prototype;
2008-06-16 diego Add missing #includes to fix 'make checkheaders'.
2008-06-15 diego cosmetics: Group internal codec library tests together.
2008-06-15 diego Document where the files vidix/dhahelperwin/ntverp.h and
2008-06-15 diego cosmetics: Group entries by directory instead of randomly.
2008-06-15 diego Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
2008-06-15 diego cosmetics: Remove empty line for consistency.
2008-06-15 diego -alang/-slang do not depend on dvdread support.
2008-06-15 diego Remove pointless HELP_MP_DEFINE_STATIC definition.
2008-06-15 diego Remove pointless #ifdef.
2008-06-15 diego update comments, whitespace cosmetics
2008-06-15 diego whitespace consistency cosmetics
2008-06-15 diego Remove now unused messages.
2008-06-15 diego Move message about which adapter is used to verbose mode.
2008-06-15 diego spelling/wording fixes
2008-06-15 diego Add parentheses to expression to avoid the warning:
2008-06-15 compn 6 months of changes
2008-06-14 diego standard license headers for mga_vid
2008-06-14 attila add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer
2008-06-14 voroshil Ability for specifying TV standard individually for each TV channel.
2008-06-13 lu_zero Fix support for libnemesi installed on nonstandard paths
2008-06-12 lu_zero Unbreak audio, thanks to Uoti for the insight
2008-06-11 gpoirier sync w/r23225, plus misc fixes
2008-06-11 gpoirier fix w/r24604, misc fixes
2008-06-11 gpoirier sync w/r21537 and misc fixes
2008-06-11 gpoirier fix file to conform to French typography
2008-06-11 gpoirier add missing <application> tag around MPlayer,
2008-06-11 gpoirier sync w/r26997
2008-06-10 gpoirier sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
2008-06-10 nicodvb libdvdnav need libdvdread from the same repository
2008-06-09 ben Fix mencoder built from dvdnav enabled.
2008-06-09 diego Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.
2008-06-09 diego Add information about the mga_vid Subversion repository.
2008-06-09 diego Mention that svgalib_helper only works with kernel 2.4.x.
2008-06-09 diego Make a section out of the svgalib_helper paragraph.
2008-06-09 gpoirier require latest x264 to enable MEncoder's x264 support
2008-06-08 diego Slightly reduce VIDIX video output verbosity.
2008-06-08 gpoirier sync w/r26853
2008-06-08 diego Add standard license headers.
2008-06-08 diego Add comments to a few #endif preprocessor directives.
2008-06-08 diego Remove unused variable, fixes the warning:
2008-06-08 diego OBJS should end in .o, not .c.
2008-06-08 diego VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
2008-06-08 diego Add missing #include, patch by Jan Knutar, jknutar nic fi.
2008-06-08 diego Add command to create dhahelper device to install-dhahelper target.
2008-06-08 diego Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
2008-06-08 diego Add dhahelper CFLAGS where appropriate if enabled.
2008-06-08 diego Add support for enabling VIDIX dhahelper.
2008-06-08 diego Remove pointless and commented-out #ifdef.
2008-06-08 diego Fix silly typo in CFLAG_SVGALIB_HELPER variable name.
2008-06-08 diego Fix dhahelper.h #include paths.
2008-06-07 diego Restore support for compiling with svgalib_helper.
2008-06-07 diego Only check for VIDIX PCI device name database if VIDIX is enabled.
2008-06-07 diego Make sure that the LC_ALL variable is exported to the environment of
2008-06-07 ben Factorizes dvdnav aid retrieval code.
2008-06-07 ben Add routine that provides audio ID corresponding to logical number
2008-06-07 ulion Fix channel order for libvorbis decoder, original patched by Nicolas George.
2008-06-07 ulion rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
2008-06-07 ben Rename some functions as they are mplayer related and not
2008-06-07 ben rename for consistency
2008-06-07 ben Add routine to determine if SPU has changed in dvdnav stream.
2008-06-07 ben Add routine to determine if audio has changed in dvdnav stream.
2008-06-07 ben declare some functions as static
2008-06-07 diego No need to set LC_ALL=C for individual shell commands,
2008-06-07 diego The VIDIX PCI files should be regenerated when the awk script
2008-06-07 ben remove C++ inclusion guard from vidix headers
2008-06-07 diego Add default definition for SVGA device.
2008-06-07 ben remove useless vidix versioning stuff
2008-06-07 ben remove duplicated code
2008-06-07 ben Drop some useless parameter from vidix init routine
2008-06-07 ben Drop support for external libvidix (unmaintained and not up-to-date)
2008-06-07 ben Save DVDNAV palette info.
2008-06-07 ben vidix s3 headers was missing proper header
2008-06-07 diego Remove unused variable, fixes the warning:
2008-06-06 ben Removed unused freepath variable.
2008-06-06 compn add VIDM fourcc to divx/xvid, based on this patch:
2008-06-06 compn add psiv codec, works on psi_v-sample.mov
2008-06-06 compn add qtactl codec
2008-06-06 diego Remove unnecessary -o option from windres invocation.
2008-06-06 diego Fix codec-specific options syntax declaration to be less confusing and wrong.
2008-06-06 gpoirier sync w/r26806
2008-06-06 diego Fix the linking of TOOLS/netstream and TOOLS/vivodump.
2008-06-06 diego Use standard license header, merge changelog into license header and TODO.
2008-06-05 ben Remove useless braces on if() statement.
2008-06-05 ben Ensure 'path' string is 0 terminated.
2008-06-04 gpoirier fix fixes, patch by Benoit Fouet
2008-06-04 diego Run the whole documentation through ispell.
2008-06-04 diego Remove another reference to a removed configure option.
2008-06-04 diego Remove references to removed configure options.
2008-06-04 diego Get rid of needless emphasis.
2008-06-04 diego Document VIDIXIVTVALPHA environment variable.
2008-06-04 diego Move Matrox TV-out cable section to the end of the Matrox chapter.
2008-06-04 diego Move Matrox TV-out cable instructions into their own section.
2008-06-04 diego Fix some typos and update the Matrox TV output section. The relevant
2008-06-04 diego Remove unnecessary mangle.h #include.
2008-06-04 gpoirier sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
2008-06-04 michael Remove due to objections by ivan.
2008-06-04 diego small spelling/wording fixes
2008-06-04 diego mphq2 runs svn 1.4.x.
2008-06-03 diego Use size_t instead of int for a variable that is compared to the result
2008-06-03 ivo correct spelling error ;)
2008-06-03 michael List more actions which have proven controversial in the past.
2008-06-03 gpoirier grammar fixes by Benoit Fouet
2008-06-03 gpoirier sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
2008-06-03 gpoirier add missing <option> tags around the option "filmdint"
2008-06-03 gpoirier fix incorrect XML structure (I should have been more carefull when I checked in the previous version)
2008-06-03 gpoirier sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %
2008-06-03 diego Add reverting commits to the list of potentially controversial actions.
2008-06-02 Gabrov synced with r26967
2008-06-02 diego Use LC_ALL instead of LANG in config.mak to prevent locale settings from
2008-06-02 diego 10l: Restore LANG variable in config.mak so that shell commands are not
2008-06-02 diego Remove unused variable LANG from config.mak.
2008-06-02 diego Remove unused variable TARGET_OS from config.mak.
2008-06-02 diego cosmetics: Restructure config.mak logically and alphabetically.
2008-06-02 diego Remove unused variable TARGET_CPU from config.mak.
2008-06-02 diego Remove unnecessary FFmpeg hack from config.mak.
2008-06-02 nicodvb call demux_flush() where appropriate
2008-06-02 nicodvb use demux_flush() where appropriate
2008-06-02 nicodvb added and reused demux_flush() instead of emptying the demux_stream buffers;
2008-06-01 bcoudurier restore needed cast to correct type with const
2008-06-01 reimar 100l, fix wrong order of cases in cache_do_control
2008-06-01 reimar Properly free memory allocate by liba52.