| Commit message (Expand) | Author | Age | Files | Lines |
* | Use single quotes to avoid escaping double quotes in a string. | diego | 2009-01-29 | 1 | -1/+1 |
* | Use cat instead of echo to generate version.h. | diego | 2009-01-29 | 1 | -2/+4 |
* | Remove superfluous backslash escapes that caused unintended escapes. | diego | 2009-01-28 | 1 | -1/+1 |
* | Avoid a division by 0 when using -oac mp3lame but no audio data actually is e... | reimar | 2009-01-28 | 1 | -0/+1 |
* | increase max subtitle stream limit | compn | 2009-01-28 | 1 | -1/+1 |
* | Do not use select n lirc code, instead set the fd non-blocking. | reimar | 2009-01-27 | 1 | -18/+10 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 | 1 | -43/+113 |
* | Add standard license headers. | diego | 2009-01-26 | 13 | -29/+265 |
* | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 | 1 | -22/+11 |
* | Do not duplicate VERSION string. | diego | 2009-01-26 | 1 | -1/+1 |
* | Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 | 1 | -16/+8 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 | 5 | -6/+6 |
* | some more HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -6/+6 |
* | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 | 1 | -8/+1 |
* | HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. | diego | 2009-01-26 | 2 | -7/+8 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 18 | -100/+100 |
* | version.h depends on version.sh. | diego | 2009-01-26 | 1 | -2/+2 |
* | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 | 1 | -1/+2 |
* | Drop dev- prefix from printed version number, just SVN-rXXXXX is enough. | diego | 2009-01-25 | 1 | -2/+2 |
* | Add SSSE3 and CMOV to CPU information printed on startup. | diego | 2009-01-25 | 1 | -2/+8 |
* | cosmetics: Consistently name 3DNow! extensions. | diego | 2009-01-25 | 1 | -2/+2 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 | 2 | -0/+10 |
* | DECLARE_ALIGNED was moved in FFmpeg. | diego | 2009-01-25 | 1 | -1/+1 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 | 3 | -0/+11 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 9 | -33/+33 |
* | Factorize print_version(). | diego | 2009-01-25 | 6 | -82/+51 |
* | Add missing multiple inclusion guards. | diego | 2009-01-25 | 1 | -0/+5 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 | 6 | -31/+31 |
* | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | Fix typo: pool -> poll | reimar | 2009-01-25 | 1 | -1/+1 |
* | Actually abort (return NULL) in the alloc-failure check in play_tree_new | reimar | 2009-01-25 | 1 | -1/+3 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 | 1 | -1/+1 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | diego | 2009-01-25 | 1 | -0/+2 |
* | Disable C code when compiling AltiVec code, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | spelling/grammar cosmetics | diego | 2009-01-25 | 1 | -48/+48 |
* | Fix #endif comments. | diego | 2009-01-25 | 1 | -5/+5 |
* | add "<!DOCTYPE smil" to smil playlist | compn | 2009-01-24 | 1 | -0/+2 |
* | in parse_pat() IDENTIFY program number and pmt_pid | nicodvb | 2009-01-22 | 1 | -0/+1 |
* | The homepage/ subdirectory should no longer be redirected on web mirrors. | diego | 2009-01-20 | 1 | -5/+2 |
* | add EPHV to ffodivx,xvid | compn | 2009-01-20 | 1 | -0/+12 |
* | sync w/r28341 | gpoirier | 2009-01-20 | 1 | -2/+3 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | cehoyos | 2009-01-20 | 1 | -0/+4 |
* | Disable upcoming VC1/WMV3 VDPAU decoder. | cehoyos | 2009-01-20 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 | 7 | -9/+9 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 | 2 | -8/+8 |
* | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 | 1 | -2/+2 |
* | MPlayer only supports latest libavutil. | cehoyos | 2009-01-17 | 1 | -1/+1 |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 2 | -3/+3 |
* | 100l, forgot to delete two defines left over from old HAVE_MMX handling code. | reimar | 2009-01-16 | 1 | -2/+0 |
* | fix compilation without VDPAU decoders | gpoirier | 2009-01-16 | 1 | -1/+1 |
* | add mimic in avi fourcc LM20 to ffmimic | compn | 2009-01-16 | 1 | -0/+17 |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 | 4 | -5/+5 |
* | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 | 1 | -28/+25 |
* | fix wrong #ifdef/#ifndef -> #if conversion in r28323 | gpoirier | 2009-01-16 | 1 | -1/+1 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 | 5 | -27/+27 |
* | Fix a wrongly converted !defined(ARCH_X86_64) | reimar | 2009-01-16 | 1 | -1/+1 |
* | 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time. | reimar | 2009-01-16 | 1 | -1/+1 |
* | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 | 1 | -1/+1 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 | 4 | -11/+11 |
* | More #ifdef -> #if fixes | reimar | 2009-01-16 | 4 | -19/+19 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 46 | -215/+271 |
* | More #ifdef -> #if | reimar | 2009-01-16 | 2 | -14/+14 |
* | Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc. | reimar | 2009-01-16 | 2 | -23/+23 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | cehoyos | 2009-01-16 | 1 | -0/+4 |
* | Disable upcoming MPEG_VDPAU_DECODER. | cehoyos | 2009-01-16 | 1 | -1/+1 |
* | one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com | diego | 2009-01-16 | 1 | -1/+1 |
* | sync w/r28279 | gpoirier | 2009-01-15 | 1 | -9/+31 |
* | Get rid of now unused FFmpeg ENABLE_ preprocessor directives. | diego | 2009-01-15 | 1 | -17/+2 |
* | Sync with latest FFmpeg changes: #define disabled preprocessor directives | diego | 2009-01-15 | 1 | -1/+2 |
* | Treat mlib as a normal FFmpeg option, not a CPU extension. | diego | 2009-01-15 | 1 | -3/+4 |
* | Treat SH architecture like SH4 like in FFmpeg, the only place it is used. | diego | 2009-01-15 | 1 | -5/+5 |
* | SH4 is not a CPU extension mechanism. | diego | 2009-01-15 | 1 | -1/+1 |
* | Mark internal libraries as such in the configure summary, fixes Bugzilla #1378. | diego | 2009-01-15 | 1 | -7/+12 |
* | Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net. | diego | 2009-01-15 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 | 8 | -186/+195 |
* | add SLMJ fourcc to ffmjpeg | compn | 2009-01-13 | 1 | -0/+1 |
* | add binary codecs: | compn | 2009-01-13 | 1 | -0/+32 |
* | add nsvideo (NSVI) binary codec. works on uncommon samples list | compn | 2009-01-13 | 1 | -0/+8 |
* | add yamaha adpcm ffmpeg codec, works on sample | compn | 2009-01-13 | 1 | -0/+7 |
* | Update copyright year. | diego | 2009-01-11 | 1 | -1/+1 |
* | Sync with latest FFmpeg changes: Check for the availability of truncf(). | diego | 2009-01-11 | 1 | -1/+2 |
* | spelling/grammar/wording/whitespace | diego | 2009-01-11 | 1 | -77/+79 |
* | Fix d_width vs. d_height typo. | diego | 2009-01-11 | 1 | -1/+1 |
* | Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com. | diego | 2009-01-11 | 1 | -6/+6 |
* | Remove outdated comment. | diego | 2009-01-11 | 1 | -1/+0 |
* | cosmetics: Move CPU byte order check to a more sensible place. | diego | 2009-01-11 | 1 | -26/+28 |
* | Only check for YASM support on x86 systems. | diego | 2009-01-11 | 1 | -0/+3 |
* | cosmetics: Move some checks to more logical places. | diego | 2009-01-11 | 1 | -83/+87 |
* | removed remaining english word | ptt | 2009-01-11 | 1 | -1/+1 |
* | console output cosmetics | diego | 2009-01-11 | 1 | -3/+3 |
* | Only print "using XYZ" comment if XYZ has been set. | diego | 2009-01-11 | 1 | -5/+5 |
* | Add missing const qualifier to mpctx_get_audio_out function declaration. | diego | 2009-01-10 | 1 | -1/+1 |
* | synced with r28279 | Gabrov | 2009-01-10 | 1 | -6/+7 |
* | Reindent for "if" added in internal dvdnav patch | reimar | 2009-01-10 | 1 | -2/+2 |
* | Support an "internal" dvdnav version to make it easier to compile with, | reimar | 2009-01-10 | 2 | -2/+23 |
* | Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation | reimar | 2009-01-10 | 3 | -11/+45 |
* | add vdowave acm codec for format 0xFFFC | compn | 2009-01-10 | 1 | -0/+7 |
* | Correct a few mistakes in the spanish translation. | reynaldo | 2009-01-10 | 1 | -9/+9 |
* | TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail. | reynaldo | 2009-01-10 | 1 | -1/+1 |
* | Fix build: calc_drwXY was factorized into vo_calc_drwXY. | diego | 2009-01-09 | 1 | -1/+1 |
* | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 | 4 | -35/+22 |
* | Consistently use tabs in svn:externals | reimar | 2009-01-09 | 0 | -0/+0 |
* | Rearrange genres between numbers 53 and 63 into the correct order. | diego | 2009-01-09 | 1 | -11/+11 |
* | Replace reference to LICENSE file with GPL notice from said file. | diego | 2009-01-09 | 1 | -1/+15 |
* | Add PIX_FMT_VDPAU_H264. | cehoyos | 2009-01-08 | 1 | -0/+2 |
* | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 28 | -11037/+12 |
* | Clarify relationship between -ass and -fontconfig in the man page. | eugeni | 2009-01-07 | 1 | -4/+5 |
* | sync w/r28122, patch by JRaSH % jrash06 A 163 P com % | gpoirier | 2009-01-06 | 1 | -10/+10 |
* | looks like I missed r27542... | gpoirier | 2009-01-06 | 1 | -1/+1 |
* | Support loading font faces other then the first one in a font file. | eugeni | 2009-01-06 | 2 | -7/+9 |
* | Fix r28222, including alloca.h directly might break compilation. | reimar | 2009-01-05 | 2 | -2/+1 |
* | Fix some typos, add flv and trp to the list of video formats | diego | 2009-01-05 | 1 | -42/+47 |
* | Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and | diego | 2009-01-05 | 3 | -8/+8 |
* | Use standard multiple inclusion guards. | diego | 2009-01-05 | 2 | -6/+6 |
* | Remove unnecessary local definition of _ISOC9X_SOURCE. | diego | 2009-01-05 | 1 | -3/+0 |
* | small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net | diego | 2009-01-05 | 1 | -3/+3 |
* | timer-win2.c: Fix "voi" (void) typo breaking Windows compilation | uau | 2009-01-05 | 1 | -1/+1 |
* | #include the appropriate header instead of using local declarations. | diego | 2009-01-05 | 1 | -2/+2 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 27 | -84/+94 |
* | update copyright year | Gabrov | 2009-01-05 | 20 | -11/+21 |
* | Remove obsolete and misleading comment. | diego | 2009-01-05 | 1 | -4/+0 |
* | Replace informal license notices by standard license header | diego | 2009-01-05 | 35 | -245/+705 |
* | Fix nonstandard license headers in the documentation. | diego | 2009-01-05 | 2 | -6/+6 |
* | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 | 2 | -36/+34 |
* | synced with r28247 | Gabrov | 2009-01-05 | 2 | -3/+16 |
* | Sync removal of bugs.xml. | diego | 2009-01-05 | 12 | -845/+6 |
* | add binary codec Philips Speech Processing CELP acm for format 0x120 | compn | 2009-01-05 | 1 | -0/+8 |
* | Do not run mkdir in a subshell. | diego | 2009-01-05 | 1 | -2/+2 |
* | Skip pointless ignoring return value of 'rm -f'. | diego | 2009-01-05 | 1 | -1/+1 |
* | nonrecursive releaseclean target | diego | 2009-01-05 | 2 | -10/+4 |
* | cosmetics: Move clean targets to the bottom. | diego | 2009-01-05 | 1 | -8/+8 |
* | Remove pointless language-specific clean and distclean targets. | diego | 2009-01-04 | 1 | -7/+0 |
* | Subsume clean-html-chunked and clean-html-single targets into clean target. | diego | 2009-01-04 | 1 | -9/+2 |
* | Fix compilation after upcoming H264_VDPAU patch for FFmpeg. | cehoyos | 2009-01-04 | 1 | -1/+1 |
* | Get rid of pointless chunked-dir and single-dir targets. | diego | 2009-01-04 | 1 | -9/+8 |
* | Simplify phony target declaration. | diego | 2009-01-04 | 1 | -2/+1 |
* | Sync audio.xml removal. | diego | 2009-01-04 | 24 | -1673/+4 |
* | Sync history chapter removal. | diego | 2009-01-04 | 17 | -1504/+0 |
* | Remove history chapter; it is outdated and of little practical value. | diego | 2009-01-04 | 2 | -188/+0 |
* | EXTERN_PREFIX is not only used in FFmpeg code. | diego | 2009-01-04 | 1 | -1/+1 |
* | added support for manual audio substream selection out of 0xFD PES streams (B... | nicodvb | 2009-01-04 | 4 | -0/+81 |
* | Add ARMv6t2 CPU extension additions missed in previous commit. | diego | 2009-01-04 | 1 | -1/+2 |
* | Sync ARMv6t2 optimization support from FFmpeg. | diego | 2009-01-04 | 1 | -0/+14 |
* | Update JACK configure test to match r28241 | reimar | 2009-01-04 | 1 | -1/+1 |
* | Replace deprecated jack_client_new with jack_client_open. | reimar | 2009-01-04 | 2 | -2/+13 |
* | synced with r28215 | Gabrov | 2009-01-04 | 1 | -4/+9 |
* | Fix deinit problem due to r28215 | gpoirier | 2009-01-03 | 1 | -2/+4 |
* | Synced with r28122 | jheryan | 2009-01-03 | 1 | -704/+782 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 3 | -62/+83 |
* | Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as | diego | 2009-01-02 | 2 | -5/+5 |
* | Conditionally define render_one_glyph and kerning dummy functions in | diego | 2009-01-02 | 2 | -9/+5 |
* | Remove unused debug code. | diego | 2009-01-02 | 1 | -9/+0 |
* | Avoid unused variable warning. | diego | 2009-01-02 | 1 | -0/+2 |
* | Reorder #includes and #ifdefs to avoid excessive #ifdeffery. | diego | 2009-01-02 | 1 | -10/+5 |
* | Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery. | diego | 2009-01-02 | 1 | -20/+11 |
* | Relicense to GPLv2 or later with the author's permission. | diego | 2009-01-02 | 9 | -45/+171 |
* | Fix reference to wrong DLL filename in header comment. | diego | 2009-01-02 | 1 | -1/+1 |
* | Fix confused references to DLL filenames. | diego | 2009-01-01 | 8 | -8/+8 |
* | Move several of the ao_nas int-to-string maps into .rodata | reimar | 2009-01-01 | 1 | -8/+8 |
* | Fix DVD seek_to_chapter: the title number must be converted to a per-VTS | reimar | 2009-01-01 | 1 | -0/+9 |
* | Code simplification | reimar | 2009-01-01 | 1 | -3/+4 |
* | Make AVI demuxer more resilient against broken or incomplete files. | reimar | 2009-01-01 | 1 | -2/+17 |
* | Simplify and comment spudec bilinear scaling code | reimar | 2009-01-01 | 1 | -3/+4 |
* | Include alloca.h when using alloca to make sure it is defined. | reimar | 2009-01-01 | 2 | -0/+2 |
* | XVID profile array should be const, so it is in rodata | reimar | 2009-01-01 | 1 | -4/+4 |
* | Avoid a uselessly high number of wakeups when playing audio-only files. | reimar | 2009-01-01 | 1 | -1/+4 |
* | 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer | reimar | 2009-01-01 | 1 | -0/+1 |
* | Add zero termination missing in two cases. | reimar | 2009-01-01 | 1 | -1/+2 |
* | Add asserts to detect when assumptions for play_tree_parser_get_line | reimar | 2009-01-01 | 1 | -2/+4 |
|