| Commit message (Expand) | Author | Age | Files | Lines |
* | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 8 | -0/+25 |
* | Add some fallback OpenGL defines to fix compilation on Windows. | reimar | 2010-04-07 | 1 | -0/+9 |
* | Generate dependency information as a sideeffect of compilation. | diego | 2010-04-06 | 2 | -12/+1 |
* | cosmetics: Reorder some x86-related preprocessor conditionals. | diego | 2010-04-06 | 1 | -2/+2 |
* | Do not print the "Loading cookie file" message twice. | reimar | 2010-04-05 | 1 | -2/+0 |
* | Try to fix VCD compilation on non-Linux systems. | reimar | 2010-04-05 | 6 | -1/+26 |
* | Add -MP to dependency command. | diego | 2010-04-05 | 1 | -2/+2 |
* | Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it. | diego | 2010-04-05 | 1 | -2/+0 |
* | Remove unused functions. | reimar | 2010-04-05 | 1 | -27/+0 |
* | Export VCD tracks as chapters, just like for cue:// URLs. | reimar | 2010-04-05 | 1 | -0/+35 |
* | Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code, | reimar | 2010-04-05 | 1 | -6/+10 |
* | VBlankActiveFunc is a pointer to a parameterless function; mark it as such. | diego | 2010-04-05 | 1 | -1/+1 |
* | Fix RGB support for corevideo: corevideo can only support | reimar | 2010-04-05 | 1 | -8/+22 |
* | Enable OSD also for BGR32, the code is the same as for RGB32. | reimar | 2010-04-05 | 1 | -0/+1 |
* | Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding | reimar | 2010-04-05 | 1 | -10/+6 |
* | Check texture dimensions instead of internal format in max texture | reimar | 2010-04-04 | 1 | -3/+3 |
* | Cosmetics/reindent. | reimar | 2010-04-04 | 1 | -14/+13 |
* | Avoid duplicating a condition. | reimar | 2010-04-04 | 1 | -4/+4 |
* | Print width before height, | reimar | 2010-04-04 | 1 | -1/+1 |
* | Fix width/height mixup in error message. | reimar | 2010-04-04 | 1 | -1/+1 |
* | Remove -O4 from FAAC check, it is in our standard CFLAGS already. | diego | 2010-04-04 | 1 | -1/+1 |
* | Directly use CFLAGS for ASFLAGS instead of duplicating the variable content. | diego | 2010-04-04 | 1 | -1/+1 |
* | Factor out the YUV->RGB conversion auto-selection and also | reimar | 2010-04-04 | 4 | -4/+18 |
* | cosmetics: prettyprint config.mak somewhat | diego | 2010-04-04 | 1 | -105/+106 |
* | Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak. | diego | 2010-04-04 | 1 | -3/+0 |
* | Mark parameterless function declarations as (void). Fixes the warnings: | diego | 2010-04-04 | 1 | -0/+2 |
* | Mark input-related m_option_t arrays as const. | diego | 2010-04-04 | 1 | -2/+2 |
* | Mark vf_size_preset_fields m_option_t array as const. | diego | 2010-04-04 | 1 | -1/+1 |
* | Mark muxer-related m_option_t arrays as const. | diego | 2010-04-04 | 2 | -2/+2 |
* | Mark cfg_fields m_option_t array as const. | diego | 2010-04-04 | 8 | -8/+8 |
* | Mark dxr2_opts array as const. | diego | 2010-04-04 | 2 | -2/+2 |
* | Mark encoder-related m_option_t struct arrays as const. | diego | 2010-04-04 | 9 | -18/+18 |
* | Revert marking m_option struct member as const. | diego | 2010-04-04 | 1 | -1/+1 |
* | Share more code between the two ATI fragment shader YUV to RGB | reimar | 2010-04-04 | 1 | -69/+87 |
* | Try to detect and work around broken glXGetProcAddress on at | reimar | 2010-04-03 | 1 | -0/+6 |
* | Implement OpenGL-based YUV to RGB version for Radeon 9200 class | reimar | 2010-04-03 | 2 | -0/+55 |
* | Remove commented-out #include of a non-existing file. | diego | 2010-04-03 | 1 | -2/+0 |
* | Add a header for x264enc_set_param() instead of forward declaring it. | diego | 2010-04-03 | 3 | -3/+28 |
* | Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check. | diego | 2010-04-03 | 1 | -2/+0 |
* | Mark m_option struct member as const. | diego | 2010-04-03 | 1 | -1/+1 |
* | Indentation fix. | reimar | 2010-04-03 | 1 | -1/+1 |
* | Add mpgl prefix to all OpenGL-related function pointers. | reimar | 2010-04-03 | 5 | -572/+572 |
* | dont mention base64 about sending attachments. | attila | 2010-04-02 | 1 | -2/+2 |
* | Cosmetics: Fix indentation. | cehoyos | 2010-04-02 | 1 | -2/+2 |
* | Do not try -march=native for icc. | cehoyos | 2010-04-02 | 1 | -0/+4 |
* | Change type to uint8_t to avoid checks depending on char signedness. | reimar | 2010-04-02 | 1 | -1/+1 |
* | updated example line for encoding to psp (acodec faac is now libfaac) | ptt | 2010-04-01 | 9 | -26/+26 |
* | updated table of libavcodec's audio codecs | ptt | 2010-04-01 | 1 | -20/+52 |
* | Sanitize ICY metadata a bit before printing it. | reimar | 2010-03-31 | 1 | -0/+5 |
* | Make audio switching with AVI demuxer chose the first audio stream | reimar | 2010-03-31 | 1 | -1/+1 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | reimar | 2010-03-31 | 1 | -106/+43 |
* | rename eatgv -> ffeatgv, lpcm -> fflpcm | attila | 2010-03-31 | 1 | -2/+2 |
* | Add HAVE_STRERROR_R definition for FFmpeg to config.h. | diego | 2010-03-28 | 1 | -0/+1 |
* | Use (void) instead of () to indicate a parameterless function, fixes: | diego | 2010-03-28 | 1 | -1/+1 |
* | Add definition of CONFIG_LIBRTMP to config.h for FFmpeg. | diego | 2010-03-28 | 1 | -0/+1 |
* | Fix compilation after librtmp support in FFmpeg. | reimar | 2010-03-28 | 1 | -0/+1 |
* | Fix crash with incomplete yuv2 frames. | reimar | 2010-03-28 | 1 | -1/+1 |
* | Leave disabling SSE to the check_os_katmai_support always regardless of OS, | reimar | 2010-03-27 | 1 | -8/+0 |
* | Support concatenated YUV4MPEG files. | reimar | 2010-03-27 | 1 | -11/+28 |
* | Use calloc instead of malloc+memset | reimar | 2010-03-27 | 1 | -2/+1 |
* | Add const to some video_out extern declarations to match their definitions. | reimar | 2010-03-27 | 1 | -45/+45 |
* | Mark some more LIBVO_EXTERN declarations as const where possible. | reimar | 2010-03-27 | 4 | -4/+4 |
* | 100l, fix frametime calculation for MPEG-2 files with frame rate extension. | reimar | 2010-03-27 | 1 | -1/+1 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | diego | 2010-03-27 | 5 | -74/+59 |
* | Refactor OS X foreground process setting into a separate function. | diego | 2010-03-26 | 4 | -38/+26 |
* | cosmetics: Break some overly long lines. | diego | 2010-03-26 | 1 | -3/+6 |
* | Convert asm keyword to __asm__. | diego | 2010-03-26 | 1 | -3/+3 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | diego | 2010-03-26 | 1 | -1/+1 |
* | Remove unused OPTFLAGS variable from config.mak. | diego | 2010-03-25 | 1 | -1/+0 |
* | Remove unused MACOSX_BUNDLE config.mak entry. | diego | 2010-03-25 | 1 | -1/+0 |
* | Move some FFmpeg-specific entries to the FFmpeg section of config.mak. | diego | 2010-03-25 | 1 | -5/+7 |
* | Don't try to delete the global memory mutex in the Win32 loader code, | sesse | 2010-03-25 | 1 | -4/+1 |
* | Mark add_subtitles() as static, it is not used outside the file, fixes: | diego | 2010-03-24 | 1 | -1/+1 |
* | Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths. | diego | 2010-03-24 | 1 | -1/+1 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | diego | 2010-03-23 | 2 | -4/+4 |
* | loader: Remove commented-out extra_ld_library_path cruft. | diego | 2010-03-23 | 2 | -3/+0 |
* | Do not compile AltiVec code when AltiVec is not available; not even in | diego | 2010-03-23 | 1 | -3/+3 |
* | Make http_read_response fail if parsing the response failed. | reimar | 2010-03-23 | 1 | -1/+4 |
* | Fix build due to codecs_path vs. codec_path typo. | diego | 2010-03-23 | 2 | -8/+8 |
* | Get rid of pointless def_path variable; use codec_path directly instead. | diego | 2010-03-23 | 10 | -32/+31 |
* | Real binary loader code should respect the binary codec path. | diego | 2010-03-23 | 2 | -12/+16 |
* | Reindent | reimar | 2010-03-22 | 1 | -13/+13 |
* | Start probing with a size matching the stream buffer size so it is possible | reimar | 2010-03-22 | 1 | -2/+4 |
* | Make all instances of codec_patch unconditional, otherwise | attila | 2010-03-21 | 2 | -4/+0 |
* | Rename SetCodecPath() --> set_codec_path(). | diego | 2010-03-21 | 4 | -4/+4 |
* | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 23 | -25/+25 |
* | Move SetCodecPath() from loader to get_path.c and make it unconditional. | diego | 2010-03-20 | 13 | -53/+26 |
* | sync with en/mplayer.1 rev. 30936 | jrash | 2010-03-20 | 1 | -2/+7 |
* | Remove unnecessary size limits and a related define for hm12 decoder. | reimar | 2010-03-19 | 1 | -7/+0 |
* | Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats | reimar | 2010-03-19 | 1 | -4/+4 |
* | Replace wrong condition name in #endif comment by correct instance. | diego | 2010-03-19 | 1 | -1/+1 |
* | Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. | diego | 2010-03-19 | 1 | -1/+1 |
* | Drop support for XANIM_MOD_DIR environment variable. | diego | 2010-03-18 | 9 | -51/+0 |
* | Reuse codec path variable used in the binary loader in the XAnim loader. | diego | 2010-03-18 | 1 | -1/+1 |
* | Extend the generic path of the yuv2rgb converter with support for rgb444 | cehoyos | 2010-03-18 | 2 | -2/+24 |
* | cosmetics: indentation | aurel | 2010-03-18 | 1 | -2/+2 |
* | add support for lavf style extradata in vd_theora | aurel | 2010-03-18 | 1 | -0/+17 |
* | Remove unnecessary #ifdefs around harmless loader/codecpath.h #include. | diego | 2010-03-18 | 2 | -8/+2 |
* | Split codec path related code into a separate file to fix Windows build. | reimar | 2010-03-18 | 10 | -28/+45 |
* | Fix first line(s) of vo vdpau documentation. | cehoyos | 2010-03-18 | 1 | -2/+1 |
* | Fix thread safety issue in mreq_private: last_alloc was accessed from multiple | sesse | 2010-03-17 | 1 | -8/+3 |
* | Announce Windows XP SP2 instead of Windows 95 OSR2. | sesse | 2010-03-17 | 1 | -31/+15 |
* | Announce SMP support for Win32. | sesse | 2010-03-17 | 1 | -7/+0 |
* | Introduce mak_enable function to set variables in config.mak. | diego | 2010-03-17 | 1 | -22/+14 |
* | Rename SGI_MIPS architecture to plain MIPS. | diego | 2010-03-17 | 2 | -6/+6 |
* | Drop libavcodec_arch hack; ARCH can now be set directly in config.mak. | diego | 2010-03-17 | 1 | -10/+1 |
* | Lowercase arch and subarch values. | diego | 2010-03-17 | 1 | -19/+19 |
* | cosmetics: Drop leading underscore from cpuexts variables. | diego | 2010-03-17 | 1 | -23/+23 |
* | Make ff_config_enable work with lowercase values. | diego | 2010-03-17 | 1 | -2/+4 |
* | Split subarch handling off from generic arch handling. | diego | 2010-03-17 | 1 | -4/+8 |
* | Prefer FFmpeg AAC decoder over libfaad. | diego | 2010-03-17 | 1 | -16/+16 |
* | Rename libopencore AMR decoder entries. | diego | 2010-03-17 | 1 | -2/+2 |
* | Fix compilation after FFmpeg r22569 at least for some architectures. | cehoyos | 2010-03-17 | 1 | -0/+10 |
* | cosmetics: Drop leading underscores from arch variables. | diego | 2010-03-17 | 1 | -40/+40 |
* | Follow a more proper way to support -codecpath. | komh | 2010-03-17 | 5 | -6/+17 |
* | Fix return value of InitializeCriticalSectionAndSpinCount. | sesse | 2010-03-16 | 1 | -1/+2 |
* | Remove unused variable, fixes the warning: | diego | 2010-03-16 | 1 | -1/+0 |
* | Fix libmpcodecs/vd_qtvideo.c compilation on OS X: | sesse | 2010-03-16 | 1 | -6/+3 |
* | Remove some commented-out debugging and similar cruft. | diego | 2010-03-16 | 1 | -45/+0 |
* | Remove unnecessary forward declarations for a bunch of functions. | diego | 2010-03-16 | 1 | -21/+10 |
* | cosmetics: Move all functions before main(). | diego | 2010-03-16 | 1 | -149/+161 |
* | Remove disabled flip_upside_down function; it has been unused for ages. | diego | 2010-03-16 | 1 | -23/+0 |
* | Remove unnecessary forward declaration of print_wave_header(). | diego | 2010-03-16 | 1 | -2/+0 |
* | Fix compilation after FFmpeg r22565. | cehoyos | 2010-03-16 | 1 | -0/+2 |
* | Calculate width and height in mp4_header_process_vop(). | cehoyos | 2010-03-15 | 2 | -0/+9 |
* | Fix value of bit counter at end of functions to prepare for future patches. | cehoyos | 2010-03-15 | 1 | -4/+3 |
* | Fix indentation in GetVersionExW. | sesse | 2010-03-15 | 1 | -5/+5 |
* | Add support for Apple's ProRes and AIC codecs, now that all prerequisites | sesse | 2010-03-15 | 2 | -0/+21 |
* | Implement GetVersionExW with the same data as GetVersionExA but taking in a | sesse | 2010-03-15 | 1 | -0/+67 |
* | Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and | sesse | 2010-03-15 | 2 | -224/+95 |
* | Relocate -codecpath description in alphabetical order. | komh | 2010-03-15 | 1 | -4/+4 |
* | Add -codecpath option. | komh | 2010-03-15 | 5 | -0/+23 |
* | Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg. | diego | 2010-03-15 | 1 | -0/+2 |
* | Get rid of pointless tmppath variable in set_path_env(). | diego | 2010-03-14 | 1 | -5/+2 |
* | variable renaming cosmetics: _have_yasm --> have_yasm | diego | 2010-03-14 | 1 | -3/+3 |
* | Remove unused MMX_FFT Makefile variable. | diego | 2010-03-14 | 1 | -3/+0 |
* | cosmetics: Simplify _codecsdir setting for MinGW and OS/2. | diego | 2010-03-14 | 1 | -2/+1 |
* | Add -Wstrict-prototypes to CFLAGS. | diego | 2010-03-14 | 1 | -0/+1 |
* | Use menu instead of GUI as example for an internal feature turned on by a flag. | diego | 2010-03-14 | 1 | -1/+1 |
* | Fix compilation after FFmpeg r22522. | cehoyos | 2010-03-14 | 1 | -0/+1 |
* | Replace separate Win32, XAnim and Real codec directories by one global dir. | diego | 2010-03-14 | 7 | -55/+17 |
* | fftheora supports 4:2:2 and 4:4:4 now | conrad | 2010-03-13 | 1 | -1/+1 |
* | sync with en/mplayer.1 rev. 30868 | jrash | 2010-03-13 | 1 | -1/+82 |
* | Add the 0xA109 format for speex, it is claimed to be officially registered (have | reimar | 2010-03-12 | 1 | -0/+1 |
* | Support extradata format of the speex.acm windows codec formerly available | reimar | 2010-03-12 | 1 | -0/+24 |
* | Fix crash if speex_packet_to_header fails. | reimar | 2010-03-12 | 1 | -0/+4 |
* | Add newlines to generated fragment program to make both fragment program dump | reimar | 2010-03-12 | 1 | -117/+117 |
* | Include libavutil/avutil.h for FFMIN | komh | 2010-03-10 | 1 | -0/+1 |
* | Include osdep/osdep.h instead of checking a platfrom specific macro to include | komh | 2010-03-10 | 1 | -3/+2 |
* | Return MP_NOPTS_VALUE if we can't figure out the pts, not 0. | reimar | 2010-03-09 | 1 | -1/+1 |
* | Improve handling of 0-size ogg packets. | reimar | 2010-03-09 | 1 | -1/+2 |
* | unbreak compilation after cleanups in libavutil/common.h | siretart | 2010-03-09 | 1 | -0/+1 |
* | Fix alpabetical order. | cehoyos | 2010-03-09 | 1 | -1/+1 |
* | Support SEGA CRI adx codec with demuxer lavf. | cehoyos | 2010-03-09 | 2 | -0/+8 |
* | Fix a syntax error in graph.h. | sesse | 2010-03-09 | 1 | -1/+1 |
* | Add copyright headers. | sesse | 2010-03-09 | 2 | -0/+37 |
* | Style changes as requested by Diego. | sesse | 2010-03-09 | 2 | -38/+37 |
* | Fix help text for --disable-win32dll. | cehoyos | 2010-03-09 | 1 | -1/+1 |
* | Commit files by Steinar Gunderson, forgotten in r30866. | cehoyos | 2010-03-09 | 2 | -0/+184 |
* | Fix compilation on powerpc with --disable-altivec | siretart | 2010-03-09 | 1 | -2/+2 |
* | Document x264 VUI options. | corey | 2010-03-09 | 1 | -0/+44 |
* | Add a note about what x264's 'aud' parameter is for. | corey | 2010-03-09 | 1 | -0/+2 |
* | Implement DirectShow filter graph. | sesse | 2010-03-08 | 6 | -4/+46 |
* | Correct QuickTime dpi output. | sesse | 2010-03-08 | 1 | -2/+2 |
* | Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. | reimar | 2010-03-08 | 1 | |