2010-04-13 |
compn |
typo fix found by ubitux
|
2010-04-12 |
reimar |
Make ASS processing work with both subtitle formats, the MKV one and the
|
2010-04-12 |
iive |
Fix build due to FFmpeg r22858 change (function rename).
|
2010-04-12 |
diego |
the great MPlayer tab removal: part I
|
2010-04-12 |
diego |
Fix build after FFmpeg symbol rename:
|
2010-04-11 |
cehoyos |
Add slave commands for loading and unloading audio filters at runtime.
|
2010-04-11 |
iive |
Fix build due to FFmpeg r22833 change (typedef rename).
|
2010-04-09 |
cehoyos |
Add osd_show_progression: Show progress bar and elapsed/total time.
|
2010-04-07 |
reimar |
Add some fallback OpenGL defines to fix compilation on Windows.
|
2010-04-06 |
diego |
Generate dependency information as a sideeffect of compilation.
|
2010-04-06 |
diego |
cosmetics: Reorder some x86-related preprocessor conditionals.
|
2010-04-05 |
reimar |
Do not print the "Loading cookie file" message twice.
|
2010-04-05 |
reimar |
Try to fix VCD compilation on non-Linux systems.
|
2010-04-05 |
diego |
Add -MP to dependency command.
|
2010-04-05 |
diego |
Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it.
|
2010-04-05 |
reimar |
Remove unused functions.
|
2010-04-05 |
reimar |
Export VCD tracks as chapters, just like for cue:// URLs.
|
2010-04-05 |
reimar |
Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,
|
2010-04-05 |
diego |
VBlankActiveFunc is a pointer to a parameterless function; mark it as such.
|
2010-04-05 |
reimar |
Fix RGB support for corevideo: corevideo can only support
|
2010-04-05 |
reimar |
Enable OSD also for BGR32, the code is the same as for RGB32.
|
2010-04-05 |
reimar |
Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
|
2010-04-04 |
reimar |
Check texture dimensions instead of internal format in max texture
|
2010-04-04 |
reimar |
Cosmetics/reindent.
|
2010-04-04 |
reimar |
Avoid duplicating a condition.
|
2010-04-04 |
reimar |
Print width before height,
|
2010-04-04 |
reimar |
Fix width/height mixup in error message.
|
2010-04-04 |
diego |
Remove -O4 from FAAC check, it is in our standard CFLAGS already.
|
2010-04-04 |
diego |
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
|
2010-04-04 |
reimar |
Factor out the YUV->RGB conversion auto-selection and also
|
2010-04-04 |
diego |
cosmetics: prettyprint config.mak somewhat
|
2010-04-04 |
diego |
Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak.
|
2010-04-04 |
diego |
Mark parameterless function declarations as (void). Fixes the warnings:
|
2010-04-04 |
diego |
Mark input-related m_option_t arrays as const.
|
2010-04-04 |
diego |
Mark vf_size_preset_fields m_option_t array as const.
|
2010-04-04 |
diego |
Mark muxer-related m_option_t arrays as const.
|
2010-04-04 |
diego |
Mark cfg_fields m_option_t array as const.
|
2010-04-04 |
diego |
Mark dxr2_opts array as const.
|
2010-04-04 |
diego |
Mark encoder-related m_option_t struct arrays as const.
|
2010-04-04 |
diego |
Revert marking m_option struct member as const.
|
2010-04-04 |
reimar |
Share more code between the two ATI fragment shader YUV to RGB
|
2010-04-03 |
reimar |
Try to detect and work around broken glXGetProcAddress on at
|
2010-04-03 |
reimar |
Implement OpenGL-based YUV to RGB version for Radeon 9200 class
|
2010-04-03 |
diego |
Remove commented-out #include of a non-existing file.
|
2010-04-03 |
diego |
Add a header for x264enc_set_param() instead of forward declaring it.
|
2010-04-03 |
diego |
Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
|
2010-04-03 |
diego |
Mark m_option struct member as const.
|
2010-04-03 |
reimar |
Indentation fix.
|
2010-04-03 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
2010-04-02 |
attila |
dont mention base64 about sending attachments.
|
2010-04-02 |
cehoyos |
Cosmetics: Fix indentation.
|
2010-04-02 |
cehoyos |
Do not try -march=native for icc.
|
2010-04-02 |
reimar |
Change type to uint8_t to avoid checks depending on char signedness.
|
2010-04-01 |
ptt |
updated example line for encoding to psp (acodec faac is now libfaac)
|
2010-04-01 |
ptt |
updated table of libavcodec's audio codecs
|
2010-03-31 |
reimar |
Sanitize ICY metadata a bit before printing it.
|
2010-03-31 |
reimar |
Make audio switching with AVI demuxer chose the first audio stream
|
2010-03-31 |
reimar |
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
|
2010-03-31 |
attila |
rename eatgv -> ffeatgv, lpcm -> fflpcm
|
2010-03-28 |
diego |
Add HAVE_STRERROR_R definition for FFmpeg to config.h.
|
2010-03-28 |
diego |
Use (void) instead of () to indicate a parameterless function, fixes:
|
2010-03-28 |
diego |
Add definition of CONFIG_LIBRTMP to config.h for FFmpeg.
|
2010-03-28 |
reimar |
Fix compilation after librtmp support in FFmpeg.
|
2010-03-28 |
reimar |
Fix crash with incomplete yuv2 frames.
|
2010-03-27 |
reimar |
Leave disabling SSE to the check_os_katmai_support always regardless of OS,
|
2010-03-27 |
reimar |
Support concatenated YUV4MPEG files.
|
2010-03-27 |
reimar |
Use calloc instead of malloc+memset
|
2010-03-27 |
reimar |
Add const to some video_out extern declarations to match their definitions.
|
2010-03-27 |
reimar |
Mark some more LIBVO_EXTERN declarations as const where possible.
|
2010-03-27 |
reimar |
100l, fix frametime calculation for MPEG-2 files with frame rate extension.
|
2010-03-27 |
diego |
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
|
2010-03-26 |
diego |
Refactor OS X foreground process setting into a separate function.
|
2010-03-26 |
diego |
cosmetics: Break some overly long lines.
|
2010-03-26 |
diego |
Convert asm keyword to __asm__.
|
2010-03-26 |
diego |
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
|
2010-03-25 |
diego |
Remove unused OPTFLAGS variable from config.mak.
|
2010-03-25 |
diego |
Remove unused MACOSX_BUNDLE config.mak entry.
|
2010-03-25 |
diego |
Move some FFmpeg-specific entries to the FFmpeg section of config.mak.
|
2010-03-25 |
sesse |
Don't try to delete the global memory mutex in the Win32 loader code,
|
2010-03-24 |
diego |
Mark add_subtitles() as static, it is not used outside the file, fixes:
|
2010-03-24 |
diego |
Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.
|
2010-03-23 |
diego |
AltiVec implies a PPC CPU, so there is no need to check for both.
|
2010-03-23 |
diego |
loader: Remove commented-out extra_ld_library_path cruft.
|
2010-03-23 |
diego |
Do not compile AltiVec code when AltiVec is not available; not even in
|
2010-03-23 |
reimar |
Make http_read_response fail if parsing the response failed.
|
2010-03-23 |
diego |
Fix build due to codecs_path vs. codec_path typo.
|
2010-03-23 |
diego |
Get rid of pointless def_path variable; use codec_path directly instead.
|
2010-03-23 |
diego |
Real binary loader code should respect the binary codec path.
|
2010-03-22 |
reimar |
Reindent
|
2010-03-22 |
reimar |
Start probing with a size matching the stream buffer size so it is possible
|
2010-03-21 |
attila |
Make all instances of codec_patch unconditional, otherwise
|
2010-03-21 |
diego |
Rename SetCodecPath() --> set_codec_path().
|
2010-03-20 |
diego |
Rename get_path.[ch] --> path.[ch].
|
2010-03-20 |
diego |
Move SetCodecPath() from loader to get_path.c and make it unconditional.
|
2010-03-20 |
jrash |
sync with en/mplayer.1 rev. 30936
|
2010-03-19 |
reimar |
Remove unnecessary size limits and a related define for hm12 decoder.
|