summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ad_pcm: Track pts explicitlyUoti Urpala2008-08-031-3/+36
* Merge svn changes up to r27399Uoti Urpala2008-08-0284-435/+425
|\
| * cosmetics: reindent after last commitcompn2008-08-021-1/+1
| * change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is ...compn2008-08-021-0/+1
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-027-85/+85
| * Do not provide a prototype for vsscanf when vsscanf is available.diego2008-08-021-3/+1
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-0212-91/+91
| * Remove checks for HAVE_XVID3, that conditional was removed a long time ago.diego2008-08-022-3/+3
| * Fix ARM linking failure when IWMMXT support is disabled.diego2008-08-012-3/+9
| * Remove obsolete diff hunk that is no longer applied to the code.diego2008-08-011-14/+0
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-0121-86/+86
| * Fix a misleading section in the libavcodec options manual indicating that adiego2008-08-011-11/+1
| * add hdv1 fourcccompn2008-08-011-0/+6
| * add some h263 fourccscompn2008-08-011-1/+3
| * add ADJV fourcc to mjpegcompn2008-08-011-0/+1
| * Initialize socklen_t variable to "no".diego2008-08-011-0/+1
| * add XIXL fourcc to videoxl codeccompn2008-08-011-0/+1
| * Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.diego2008-07-312-3/+3
| * Revert previous broken rename of binary-codecs.sh that had random changes.diego2008-07-312-67/+23
| * Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.diego2008-07-312-23/+67
| * Rename install-w32codecs.sh --> binary-codecs.sh.diego2008-07-312-3/+3
| * bump sync taggpoirier2008-07-301-1/+1
| * For the case that we add a typedef for socklen_t, we should #definediego2008-07-301-0/+1
| * Check for socklen_t in ws2tcpip.h as well.diego2008-07-301-3/+5
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-305-13/+13
| * Remove unused HAVE_MENCODER definition.diego2008-07-301-5/+0
| * Rename two GUI-related preprocessor directives:diego2008-07-3045-116/+116
* | Merge svn changes up to r27374Uoti Urpala2008-07-30127-747/+765
|\|
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Start unifying names of internal preprocessor directives.diego2008-07-30114-582/+581
| * Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.diego2008-07-302-8/+8
| * Use conditional compilation instead of an #ifdef around the whole file.diego2008-07-302-5/+2
| * Remove unused definition from config.h.diego2008-07-301-3/+0
| * Add proper check for socklen_t.diego2008-07-301-2/+21
| * cosmetics: Group FFmpeg definitions together in config.h.diego2008-07-301-15/+16
| * add XDCAM and more HDV MPEG2 fourccscompn2008-07-301-0/+30
| * change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limitcompn2008-07-301-1/+1
| * changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)ptt2008-07-291-1/+1
| * Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.diego2008-07-281-3/+0
| * Rework OS/2 configuration with respect to linker output formats.diego2008-07-281-8/+8
| * cosmetics: Add a separator comment.diego2008-07-281-0/+2
| * Move libdvdnav check before the CFLAGS section. It is still the last checkdiego2008-07-281-35/+35
| * synced with r27348ptt2008-07-281-2/+6
| * Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile anddiego2008-07-282-7/+2
| * Remove unused HPUX #define from command line.diego2008-07-281-4/+0
| * Move libdvdcss-specific CFLAG settings to libdvdcss test.diego2008-07-281-3/+6
| * add ffvp6a codeccompn2008-07-282-0/+9
| * add ffmotionpixels codeccompn2008-07-282-0/+10
| * Get rid of horrible code that relies on codec-set context variable,reimar2008-07-261-25/+8
| * Use GetTimerMS() instead of time() with srand.reimar2008-07-261-2/+1
| * Do not include sys/socket.h when using winsock2, it is pointlessreimar2008-07-261-1/+2
| * Revert to previous dependency checking behavior.diego2008-07-262-3/+2
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-264-33/+12
| * compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...gpoirier2008-07-251-8/+8
| * add list of supported vo's to -xineramascreencompn2008-07-251-0/+1
* | Merge svn changes up to r27347Uoti Urpala2008-07-2513-75/+212
|\|
| * Add some more information about FTP mirror setup.diego2008-07-241-4/+8
| * Fix mailinglist vs. mailing list typo.diego2008-07-241-4/+4
| * cosmetics: Fix indentation after last commit.diego2008-07-241-6/+6
| * Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-241-47/+47
| * Fix configure hanging forever in iconv check using --charset=noconvreimar2008-07-241-1/+1
| * Remove outdated "X11 only" from xineramascreen option and try to make clearerreimar2008-07-241-1/+4
| * sync w/r27337gpoirier2008-07-231-2/+1
| * sync'd with r27337ptt2008-07-231-2/+1
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-223-0/+106
| * Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-225-6/+11
| * No idea which vos support -noborder how well, though those based onreimar2008-07-221-1/+0
| * Support -noborder with X11-based vosreimar2008-07-221-0/+1
| * Make vo_x11_fullscreen not break vo_border (proper support still needs vo cha...reimar2008-07-221-1/+1
| * -border/-noborder are supported by gl/gl2, too, but only on Windows.reimar2008-07-221-1/+1
| * Add instructions how to test the DNS round-robin virtual host, add adiego2008-07-221-0/+21
* | vf_ass: Copy less unnecessary data to/from work areaUoti Urpala2008-07-251-48/+50
* | vf_ass: Optimize alpha multiplyUoti Urpala2008-07-231-4/+4
* | Merge svn changes up to r27332Uoti Urpala2008-07-2154-1364/+1347
|\|
| * fix memleakmichael2008-07-211-4/+7
| * Cleanup, use av_freep() instead of av_free(x); x=NULLmichael2008-07-211-46/+22
| * Remove "en" from list of all man page languages when generating man pagediego2008-07-191-2/+2
| * docs build fixhenry2008-07-191-1/+1
| * Only build the documentation in the languages requested from configure.diego2008-07-192-11/+13
| * synced with r27326Gabrov2008-07-1819-896/+833
| * added missing revisions (26762 & 26795)ptt2008-07-181-0/+7
| * restored file encoding tu utf8 and corrected wrong chars, hoping it's ok nowptt2008-07-181-232/+232
| * Remove unnecessary and troublesome inlinezuxy2008-07-181-1/+1
| * Make C code in yuv2yuv1() do accurate rounding, this could be splitmichael2008-07-181-3/+3
| * indentmichael2008-07-171-8/+8
| * Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.michael2008-07-171-2/+31
| * simplify yuv2yuv1()michael2008-07-171-16/+7
| * Fix typo in msg_lang variable name that prevented the correct messagediego2008-07-171-1/+1
| * 10l forgot SWS_BILINEARmichael2008-07-171-0/+1
| * Ensure that exactly one scaler algo is used.michael2008-07-171-0/+17
| * File was missing its dedicated header inclusion.ben2008-07-171-0/+1
| * Maemo platform runs on Nokia N8x0 series too.ben2008-07-171-2/+2
| * Avoid including avcodec.h in demuxer.h (and thus many other files) just to getreimar2008-07-176-23/+26
| * Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-174-0/+7
| * cosmetics: Indent language handling after last commit.diego2008-07-171-9/+9
| * Rewrite translation handling in the build system.diego2008-07-172-25/+36
| * Simplify summary output, add an extra empty line to it.diego2008-07-171-6/+2
| * Remove note about localization from configure output.diego2008-07-171-1/+0
| * cosmetics: Rename _doc_lang variable to doc_lang.diego2008-07-171-4/+4
| * Evaluate man page installation rule for all available languages,diego2008-07-171-4/+4
| * Force gcc to emit function body under -gnu99zuxy2008-07-171-1/+1
| * limits.h is required for UINT_MAXreimar2008-07-161-0/+1
| * And a 1000l for r27263, swapped a condition, thus setting size toreimar2008-07-161-1/+1
| * 100l, fix calloc being called with the wrong argument due to reorderingreimar2008-07-161-1/+1
| * Make sure demuxed ASF packet is properly padded after descramblingreimar2008-07-161-1/+4
| * Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.hreimar2008-07-165-26/+7
| * Add variables for all available man page and documentation languages.diego2008-07-161-0/+2
| * Do not just print a warning, also fix the len in ASF demuxer!reimar2008-07-161-0/+1
| * Remove redundant check in message language test.diego2008-07-161-1/+0
| * Move the "all" option to the front of the list of available languages indiego2008-07-161-1/+1
| * cosmetics: Rename LANGUAGES variable to msg_langs.diego2008-07-161-5/+5
| * Replace output redirection with grep by POSIX standard options.diego2008-07-161-5/+5
| * Replace simple sed invocation by even simpler tr invocation.diego2008-07-161-1/+1
| * Merge two consecutive sed calls into one.diego2008-07-161-1/+1
| * Add IDs to some XML elements to avoid warnings.diego2008-07-156-10/+10
| * Make af_hrtf tables static constreimar2008-07-151-6/+6
| * Add const to libaf/filter.c functions.reimar2008-07-152-17/+17
| * Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the...reimar2008-07-151-1/+1
| * ALSA stupidly tries to define struct timeval and struct timespec, whichreimar2008-07-151-0/+5
| * Fix dlopen(), dlclose() dlsym() calls in configure test.diego2008-07-151-1/+2
| * Fix tgetent call in termcap configure test.diego2008-07-151-1/+2
| * Add two more missing headers to configure checks.diego2008-07-151-0/+2
| * Add missing return statements to configure tests.diego2008-07-151-12/+16
| * Add missing headers to configure checks.diego2008-07-151-0/+3
| * Remove -std=gnu99/gnu89/default dialect linux define, as it violates themichael2008-07-155-8/+8
* | Merge svn changes up to r27281Uoti Urpala2008-07-1517-154/+215
|\|
| * Try to keep decoded audio buffer aligned.reimar2008-07-141-1/+1
| * Change a broken check. FFMAX does not work as intended because trak->chunkmap...reimar2008-07-141-2/+2
| * Cosmetics: reindent.astrange2008-07-131-13/+13
| * Remove const vector casts from Altivec.astrange2008-07-131-7/+7
| * Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer'sreimar2008-07-131-0/+8
| * Add support for FFmpeg's ADPCM codecs and make them the defaultreimar2008-07-131-0/+31
| * 100l, do not use macros on functions that are not idempotentreimar2008-07-131-1/+2
| * Do not set _dvdreadconfig unconditionally.rathann2008-07-131-1/+0
| * cosmetics: main (void) --> main(void)diego2008-07-131-1/+1
| * main(void) --> int main(void) in .align testdiego2008-07-131-1/+1
| * Use correct header in libamr narrowband test.diego2008-07-131-1/+1
| * Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
| * 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
| * Dependency files should be refreshed when object files are rebuilt.diego2008-07-122-2/+3
| * in dvd streams the title part ranges from 1 to 99nicodvb2008-07-122-2/+2
| * Reindent after last commitreimar2008-07-111-9/+9
| * Check size of tkdata before using it in mov demuxer.reimar2008-07-111-0/+2
| * Add atom_len sanity check to mov demuxer.reimar2008-07-111-0/+1
| * Quick hack to fix demux_mov crashes where easily possible.reimar2008-07-111-16/+16
| * Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
| * Simplify imaadpcm return statementreimar2008-07-111-2/+1
| * Check length of input buffer for msadpcmreimar2008-07-111-1/+7
| * Add a comment on shift vs. divisionreimar2008-07-111-0/+3
| * Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
| * Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
| * Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
| * Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
| * Make msadpcm arrays constreimar2008-07-111-3/+3
| * Remove unused macrosreimar2008-07-111-4/+0
| * Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
| * 1000l, fix demux_lavf compilationreimar2008-07-111-1/+1
| * Correct stream-seekability tests in demux_audio and demux_lavfreimar2008-07-112-2/+2
| * Only read wav header cbSize when there is enough space in header.reimar2008-07-101-1/+1
| * 100l, assignment introduced in r27246 was exactly the wrong way around.reimar2008-07-101-1/+1
| * Cosmetics: reindentreimar2008-07-101-5/+5
| * Clean up reading of wav extradata.reimar2008-07-101-7/+3<