summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 100l, avoption splitted code added, I should double check with svn status...lu_zero2008-07-101-0/+59
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantinilu_zero2008-07-093-40/+3
* Fix stupid and almost pointless check-after-read code in asfheader.c.reimar2008-07-091-3/+3
* Fix \fn without an argument consuming the next '\'.eugeni2008-07-091-6/+7
* sync w/r27236gpoirier2008-07-091-9/+9
* Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines todiego2008-07-081-0/+1
* Mark function not used outside of the file as static.diego2008-07-081-1/+1
* Remove declaration of extern inline function that is used nowhere from headerdiego2008-07-081-1/+0
* synced with r27236ptt2008-07-081-35/+175
* another alphabetical order correctionptt2008-07-081-4/+4
* moved o option beetwen m* and p*ptt2008-07-081-4/+4
* Add missing #include <sys/socket.h>, fixes the warnings:diego2008-07-081-0/+1
* Use correct PRIu64 length modifier for uint64_t value, fixes the warning:diego2008-07-081-1/+1
* Add support for MLP audio through FFmpeg.diego2008-07-072-0/+8
* Run bash-specific shell scripts with bash, not sh.diego2008-07-074-4/+4
* Give all shell scripts a .sh suffix for consistency.diego2008-07-0726-55/+55
* Replace bash-specific [[]] construct by proper a proper [] test.diego2008-07-071-1/+1
* Replace == in []/test constructs with =, == is a bashism.diego2008-07-074-35/+35
* Remove unnecessary function keyword from shell script function declarations,diego2008-07-073-5/+5
* avoid unnecessary strdup(); patch by Aurelnicodvb2008-07-061-1/+1
* Update homepage and license info for NuppelVideo.diego2008-07-061-2/+2
* Add standard license header for NuppelVideo, i.e. GPL v2+.diego2008-07-061-1/+18
* Introduce DRIVER_OBJS variable for list of all driver targets.diego2008-07-061-4/+5
* Simplify codecs.conf.h generation rule.diego2008-07-061-1/+1
* Merge version.h dependency declarations.diego2008-07-061-3/+1
* Remove redundant dependencies for .rc files.diego2008-07-061-2/+2
* Add a generic rule for .rc files and use it.diego2008-07-061-2/+3
* cosmetics: Merge three lines into two.diego2008-07-061-3/+2
* Also remove dhahelper and dhahelperwin on distclean.diego2008-07-061-1/+1
* One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
* Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* Remove ASSERT() macro. SoC Patch from Keiji Costantinilu_zero2008-07-062-33/+27
* Reindent. SoC Patch from Keiji Costantinilu_zero2008-07-061-45/+42
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantinilu_zero2008-07-061-8/+14
* fix a FIXME: give the URL of the list of mailing lists (since we don't have a...gpoirier2008-07-052-4/+2
* Surround stream cache specific code by an appropriate #ifdef; fixes linkingdiego2008-07-051-0/+2
* Sync with r27208.diego2008-07-051-2/+2
* dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER ...nicodvb2008-07-051-1/+1
* Add some more -identify information for CDDB.diego2008-07-051-0/+9
* Add disc ID to -identify output.diego2008-07-051-0/+2
* Rename ALLPARTSLIBS variable to FFMPEGLIBS.diego2008-07-051-2/+2
* Group some variable declarations together in sensible places.diego2008-07-051-4/+6
* Declare FFmpeg dependencies in a more elegant way using the PARTS variable.diego2008-07-051-2/+2
* r27182: apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-041-3/+3
* 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
* More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.diego2008-07-042-1/+1
* cosmetics: in ifo_stream_oped() aligned the prototype to the stylenicodvb2008-07-041-9/+8
* in ifo_stream_open() propagate the device based on the dirname of stream->url...nicodvb2008-07-041-0/+1
* dvd_device must be handled exclusively by the option parser; it can't be chan...nicodvb2008-07-041-2/+0
* added support for the device part in the url; patch bynicodvb2008-07-041-8/+17
* Check stdata_l