2011-06-19 |
reimar |
Fix printing of subtitle type, the wrong index was used to lookup the type.
|
2011-06-19 |
ib |
Remove xpm definitions inside source file.
|
2011-06-19 |
reimar |
Factor out a tiny bit of common code.
|
2011-06-19 |
ib |
Add missing gui directory to Makefile.
|
2011-06-19 |
ib |
Rename some gtk files.
|
2011-06-19 |
ib |
Add const to string pointer argument that will not be modified.
|
2011-06-19 |
ib |
Rename some pixmaps.
|
2011-06-19 |
reimar |
Change vo_directx to use w32_common.c
|
2011-06-19 |
reimar |
Generate VO_EVENT_MOVE also with -wid.
|
2011-06-19 |
reimar |
Implement uiStop and remove outdated comment.
|
2011-06-19 |
reimar |
Add cfg_gui_include also for win32 GUI.
|
2011-06-19 |
reimar |
Add const to string pointer argument that will not be modified.
|
2011-06-19 |
reimar |
Fix compilation of w32 gui.
|
2011-06-19 |
ib |
Rename #include guard in gui/ui/actions.h.
|
2011-06-19 |
reimar |
w32_common: also generate VO_EVENT_MOVE.
|
2011-06-19 |
reimar |
Avoid including aviheader.h only for mmioFOURCC, it has too many
|
2011-06-19 |
reimar |
Add support for converting to interleaved 3D in vf_stereo3d.
|
2011-06-18 |
cboesch |
manpage: clarify usage of -endpos with mplayer.
|
2011-06-18 |
cboesch |
vo_mng: add output sub-option.
|
2011-06-18 |
ib |
Fix compilation after r33644.
|
2011-06-18 |
ib |
Rename GUI directory 'mplayer' and some files in it.
|
2011-06-18 |
ib |
Cosmetic: Rename some GUI variables and functions.
|
2011-06-18 |
diego |
build: Only compile DLL loader test program under x86_32.
|
2011-06-18 |
diego |
build: Fix TOOLS/subrip object dependencies.
|
2011-06-18 |
reimar |
Spelling fix.
|
2011-06-17 |
ib |
Add a warning message for unavailable or unusable icons.
|
2011-06-17 |
ib |
Cosmetic: Adjust indent.
|
2011-06-17 |
ib |
Adjust message levels in wsXInit().
|
2011-06-17 |
ib |
Remove unused parameter 'Size' in wsConvert().
|
2011-06-17 |
jrash |
Synced with help_mp-en.h rev. 33618
|
2011-06-16 |
cehoyos |
Use the same yasm check as FFmpeg.
|
2011-06-16 |
ib |
Cosmetic: Adjust indent.
|
2011-06-16 |
ib |
Check whether a specific icon is available.
|
2011-06-16 |
ib |
Use small icon for property KWM_WIN_ICON, if available.
|
2011-06-16 |
ib |
Add support for _NET_WM_ICON
|
2011-06-16 |
ib |
Avoid compiler warnings.
|
2011-06-16 |
ib |
Revise wsSetIcon().
|
2011-06-16 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-06-16 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-06-16 |
ib |
Move key definitions for multimedia keyboards to libvo/wskeys.h,
|
2011-06-16 |
ib |
Remove support for Acer AirKey V keyboard multimedia keys.
|
2011-06-16 |
ib |
Rename Render() RenderAll().
|
2011-06-16 |
ib |
Remove function Normalize().
|
2011-06-16 |
diego |
Add some missing libavutil #includes.
|
2011-06-15 |
reimar |
Support "Length" option is .pls playlist files.
|
2011-06-15 |
ib |
Get non-multimedia X11 key definitions from libvo/wskeys.h.
|
2011-06-14 |
ib |
Revise some messages.
|
2011-06-14 |
ib |
Store icon data in a struct variable.
|
2011-06-14 |
ib |
Do some gtkInit() cleanup.
|
2011-06-14 |
ib |
Cosmetic: Adjust indent.
|
2011-06-14 |
ib |
Fix GUI icon bug.
|
2011-06-14 |
ib |
Add support for multimedia pause key.
|
2011-06-14 |
ib |
Add note on wsXFMM key definitions.
|
2011-06-14 |
ib |
Remove unused key definitions.
|
2011-06-14 |
ib |
Use correct type CARD32 for the KWM_WIN_ICON data.
|
2011-06-14 |
diego |
Allow Pause/Break key to be bound as MPlayer input key under X11.
|
2011-06-13 |
reimar |
Mark some char * arguments that are strdup'd const,
|
2011-06-13 |
reimar |
Remove a pointless "return".
|
2011-06-12 |
siretart |
tighten dependency on libx264-dev package
|
2011-06-12 |
reimar |
Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.
|
2011-06-12 |
reimar |
Remove pointless ().
|
2011-06-12 |
reimar |
Fix dvd_get_current_time so the cell argument actually has a purpose.
|
2011-06-12 |
cboesch |
vobsub: simplify origin parsing.
|
2011-06-12 |
cboesch |
vobsub: simplify timestamp parsing.
|
2011-06-12 |
reimar |
Fix comment and placement of out-commented code.
|
2011-06-12 |
reimar |
Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.
|
2011-06-12 |
reimar |
Spelling fix.
|
2011-06-12 |
ib |
Replace GDK_WINDOW_XWINDOW by GDK_PIXMAP_XID.
|
2011-06-12 |
ib |
Rename gtkIcon variables gdkIcon.
|
2011-06-12 |
ib |
Make variables static that are only used inside the file.
|
2011-06-12 |
ib |
Remove needless explicit initialization of GdkPixmap variables.
|
2011-06-12 |
jrash |
fix legacy translation errors
|
2011-06-12 |
reimar |
Pass "native" filter chain sample format to audio encoder.
|
2011-06-12 |
reimar |
Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
|
2011-06-12 |
reimar |
Remove outdated message.
|
2011-06-12 |
reimar |
Fix encoding to formats taking input other than 16 bits per sample.
|
2011-06-11 |
reimar |
Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
|
2011-06-11 |
reimar |
Only enable NEED_GLOB on win32, currently this has the effect
|
2011-06-11 |
reimar |
Add support for detecting VFPV3, required for compiling libavcodec for some
|
2011-06-11 |
reimar |
Change linking order: Due to av_get_cpu_flags libswscale now depends on
|
2011-06-11 |
reimar |
Replace sys/fcntl.h include by fcntl.h include used everywhere else.
|
2011-06-11 |
cboesch |
Put code checking if at the EOS in a function.
|
2011-06-11 |
ib |
Replace color constants in the MPlayer xpm icon file
|
2011-06-11 |
reimar |
a_pos is also used by update_subtitles, so initialize it always.
|
2011-06-11 |
reimar |
Set host_cc after cross-compile check.
|
2011-06-11 |
cboesch |
Various alignment cosmetics and brackets simplifications.
|
2011-06-11 |
cboesch |
Clarify child_sighandler loop.
|
2011-06-10 |
jrash |
sync with en/mplayer.1 rev. 33564
|
2011-06-10 |
jrash |
Synced with help_mp-en.h rev. 33565
|
2011-06-10 |
cehoyos |
Fix typos.
|
2011-06-08 |
reimar |
Change -udp-slave code to temporarily fall back to normal
|
2011-06-08 |
reimar |
Partially revert r33242: it was broken, instead of continuing to
|
2011-06-07 |
ib |
Provide a desktop icon of reasonable size (48x48) and quality.
|
2011-06-07 |
ib |
Delete unused pixmaps.
|
2011-06-07 |
ib |
Fix segmentation fault when pressing U (stop playing) in GUI.
|
2011-06-07 |
cehoyos |
Fix compilation without gui.
|
2011-06-06 |
ib |
Check error when creating the GUI config object.
|
2011-06-06 |
ib |
Pass m_config_new() error information to caller.
|
2011-06-06 |
ib |
Cosmetic: Adjust indent.
|
2011-06-06 |
ib |
Add option '-idle' to the GUI configuration file.
|
2011-06-06 |
ib |
Make option '-noidle' working for the GUI.
|
2011-06-05 |
ib |
When adding a playlist item, preventively set its next pointer to NULL.
|
2011-06-05 |
ib |
Remove unused member 'played' from playlist structure plItem.
|
2011-06-05 |
ib |
Cosmetic: Correct a comment and add a new one.
|
2011-06-05 |
ib |
Keep the old option '-guiwid' around as CONF_TYPE_PRINT
|
2011-06-05 |
ib |
Rename option '-guiwid' '-gui-wid'.
|
2011-06-05 |
ib |
Add option '-gui-include'.
|
2011-06-04 |
reimar |
Constrain libcdparanoia's caching which badly breaks playback with -nocache.
|
2011-06-04 |
reimar |
Make "Invalid seek to negative position" message more useful by
|
2011-06-04 |
reimar |
Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
|
2011-06-03 |
ib |
Define "gmplayer" as symbolic constant.
|
2011-06-03 |
ib |
Take notice of MPlayer option '-display'.
|
2011-06-03 |
ib |
Remove useless code.
|
2011-06-03 |
ib |
Don't pointlessly cast Display pointer.
|
2011-06-03 |
ib |
Remove commented and disabled code.
|
2011-06-03 |
ib |
Remove needless explicit initialization of Display variables.
|
2011-06-03 |
ib |
Add French Comment entry to desktop file.
|
2011-06-03 |
ib |
Add Italian Comment entry to desktop file.
|
2011-06-03 |
ib |
Add Japanese entries to desktop file.
|
2011-06-03 |
ib |
Add X-GNOME-FullName entries to desktop file.
|
2011-06-03 |
ib |
Remove Spanish and Chinese Comment entries from desktop file.
|
2011-06-03 |
ib |
Make French and Italian Comment entries in desktop file GenericName entries.
|
2011-06-03 |
ib |
Add German GenericName entry to desktop file and revise German Comment entry.
|
2011-06-03 |
ib |
Revise desktop file.
|
2011-06-03 |
ib |
Revise desktop file.
|
2011-06-03 |
jrash |
sync with en/mplayer.1 rev. 33526
|
2011-06-01 |
reimar |
Add const to variable storing string constant pointers.
|
2011-06-01 |
reimar |
Add casts to avoid compiler warning.
|
2011-06-01 |
reimar |
Do not call functions through a function pointer specifying more
|
2011-06-01 |
reimar |
Add "const" to avoid compiler warning.
|
2011-06-01 |
diego |
configure: Enable yasm/nasm support on OS/2.
|
2011-05-31 |
iive |
Check if compiler is functioning properly before trying to test additional options.
|
2011-05-31 |
iive |
Automatically add "-fno-tree-vectorize" in CFLAGS.
|
2011-05-30 |
reimar |
Fix code incorrectly assuming "char" is signed.
|
2011-05-30 |
reimar |
Fix code assuming that "char" is signed.
|
2011-05-30 |
reimar |
Use int as type, there is no reason to use char which also
|
2011-05-30 |
reimar |
Add const to match actual type of string literal that are assigned.
|
2011-05-30 |
reimar |
Fix compilation with latest FFmpeg.
|
2011-05-30 |
diego |
Document mng video output driver.
|
2011-05-29 |
iive |
Create empty vo_gc graphic context instead of one with
|
2011-05-29 |
iive |
Remove useles XSetBackground() call right before freeing the graphic context.
|
2011-05-29 |
iive |
Make vo_x11_create_smooth_window() use its parameter mRoot instead
|
2011-05-29 |
iive |
Fix xv/xvmc window background clearing.
|
2011-05-29 |
iive |
Avoid probing with empty filename in cue_find_bin().
|
2011-05-29 |
reimar |
Simplify by using av_strlcpy.
|
2011-05-29 |
reimar |
Avoid possible crash if cue filename is very short.
|
2011-05-29 |
reimar |
Remove a duplicated open() call that could lead to a
|
2011-05-29 |
reimar |
Only accept regular files as .bin files for .cue files.
|
2011-05-29 |
reimar |
Ensure 0-termination even if line does not start with FILE "
|
2011-05-29 |
reimar |
Fix 0-termination being placed one byte too far.
|
2011-05-29 |
reimar |
Avoid crash if terminating " is missing.
|
2011-05-29 |
reimar |
Simplify NULL check.
|
2011-05-29 |
reimar |
Add some "const".
|
2011-05-29 |
reimar |
Simplify: remove an unnecessary loop variable.
|
2011-05-29 |
reimar |
Spelling fix.
|
2011-05-28 |
iive |
Workaround embedded ssa/ass never hiding with -noass.
|
2011-05-28 |
iive |
Fix vo_x11/xv window background clearing.
|
2011-05-28 |
iive |
Fix vo_x11 window background clearing.
|
2011-05-27 |
jrash |
sync with en/mplayer.1 rev. 33488
|
2011-05-27 |
jrash |
Synced with help_mp-en.h rev. 33478
|
2011-05-25 |
reimar |
Fix clear/border color of chroma texture for 9- and 10-bit formats.
|
2011-05-25 |
iive |
Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
|
2011-05-24 |
reimar |
Support 9- and 10-bit YUV input for OpenGL vos.
|
2011-05-24 |
diego |
configure: Disable Flash Screen Video v2 encoder if zlib is unavailable.
|
2011-05-24 |
diego |
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
|
2011-05-24 |
diego |
vo_direct3d: Mark function only used within the file as static.
|
2011-05-24 |
cigaes |
LINE_MAX seems to be missing from mingw32.
|
2011-05-24 |
ib |
Start playlist selection in same directory the file selector starts in.
|
2011-05-24 |
ib |
Allow direct selection with middle mouse button (single click).
|
2011-05-24 |
ib |
Fix wrong parameter type to event handler function.
|
2011-05-24 |
ib |
Allow directory selection with middle mouse button (single click).
|
2011-05-24 |
ib |
Revert r33448.
|
2011-05-24 |
ib |
Fix play duration calculation error.
|
2011-05-24 |
cehoyos |
Fix live555 detection on mingw32.
|
2011-05-24 |
cehoyos |
Revert r33368, it broke mingw32 compilation.
|
2011-05-24 |
cigaes |
Italian translation for stream dump messages.
|
2011-05-23 |
cigaes |
vf_delogo: allow to change the rectangle based on the time
|
2011-05-23 |
cigaes |
Add myself to the AUTHORS file.
|
2011-05-23 |
ib |
Revert r33482.
|
2011-05-22 |
ib |
Add missing m_option_free() to m_config_free().
|
2011-05-22 |
ib |
Fix comment error.
|
2011-05-22 |
ib |
Cosmetic: Remove braces and adjust indent after r33481.
|
2011-05-22 |
ib |
Remove unnecessary #include "libvo/video_out.h".
|
2011-05-22 |
reimar |
Use mixer directly without checking for an audio_out.
|
2011-05-22 |
reimar |
Remove completely unused variable.
|
2011-05-22 |
ib |
German translation of stream dump progress information.
|
2011-05-21 |
cigaes |
stream dump: print progress information.
|
2011-05-21 |
cboesch |
Add MNG output support.
|
2011-05-21 |
iive |
Fix stepping forward/backward in subtitle list after commit r31663.
|
2011-05-21 |
jrash |
remove redundent space between characters
|
2011-05-20 |
cehoyos |
x264 version 0.115 is required now.
|
2011-05-20 |
iive |
Fix linking after recent FFmpeg change.
|
2011-05-19 |
reimar |
SAMI subs: start a new line if there's no space left to append to the
|
2011-05-18 |
cehoyos |
Cosmetics: Restore indentation after r33465.
|
2011-05-17 |
iive |
Workaround mp3lib SSE code miscompilation with gcc 4.6.0 .
|
2011-05-16 |
reimar |
Fix condition for using FriBidiParType, its values are usually
|
2011-05-16 |
jrash |
sync with en/mplayer.1 rev. 33458
|
2011-05-16 |
jrash |
Synced with help_mp-en.h rev. 33454
|
2011-05-15 |
cehoyos |
Fix false positives when auto-detecting live555 library.
|
2011-05-13 |
compn |
add dvoo fourcc to ffyuy2 raw decoder
|
2011-05-12 |
cehoyos |
Support Digital Voodoo SD 8 Bit (DVOO).
|
2011-05-12 |
cehoyos |
Support FFmpeg r10k decoder.
|
2011-05-12 |
cehoyos |
Support S302M in the native ts demuxer.
|
2011-05-12 |
cehoyos |
Support S302M (with -demuxer lavf).
|
2011-05-12 |
cehoyos |
Support playback for more ffv1 pixel formats.
|
2011-05-12 |
ib |
Slightly revise ao_alsa_device description in man page.
|
2011-05-12 |
ib |
Write all CONF_TYPE_FLOAT values as floating point constants.
|
2011-05-12 |
ib |
Specify ao_extra_stereo coefficient default value in man page.
|
2011-05-11 |
ib |
German translation of stream messages
|
2011-05-11 |
ib |
Make stream messages translatable.
|
2011-05-11 |
reimar |
Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.
|
2011-05-10 |
reimar |
Make mp_get_chroma_shift simpler/more generic and add an argument
|
2011-05-10 |
cehoyos |
Support displaying of 9- and 10-bit pixel formats,
|
2011-05-09 |
cboesch |
Prettify main MPlayer source file.
|
2011-05-09 |
vayne |
Missing header for compilation in mingw.
|
2011-05-09 |
ib |
Check for reasonable time values.
|
2011-05-08 |
reimar |
100l, fix seek cache controls with cache enabled,
|
2011-05-08 |
reimar |
Simplify IMGFMT_IS_YUVP16_NE definition.
|
2011-05-08 |
ib |
Don't use CreateThread() unconditionally.
|
2011-05-08 |
diego |
gui: Fix compilation without debug enabled.
|
2011-05-08 |
reimar |
Change mp_dbg so that syntax is checked also when it is disabled.
|
2011-05-08 |
reimar |
Restore variable that is actually used in debug output.
|
2011-05-08 |
reimar |
Attempt to fix compilation against older fribidi versions.
|
2011-05-08 |
reimar |
Move some common fribidi code into a shared function.
|
2011-05-08 |
reimar |
Mark mp3lib decoder as buggy, it does not produce proper output
|
2011-05-08 |
reimar |
Remove pointless ifdef.
|
2011-05-08 |
jrash |
fix legacy translation error
|
2011-05-07 |
reimar |
Make vcd_seek_to_track static, the GUI no longer needs to
|
2011-05-07 |
reimar |
Avoid warnings about discarding volatile.
|
2011-05-07 |
reimar |
Simplify code and avoid an incorrect "may be used initialized"
|
2011-05-07 |
reimar |
Fix bug introduced in r25726 that would cause us to write
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Add some "const" to avoid compiler warnings.
|
2011-05-07 |
reimar |
Remove unused variable for FFmpeg encode result.
|
2011-05-07 |
reimar |
Remove unused version variable, replace it by comment
|
2011-05-07 |
reimar |
Change variable type to match type in fribidi function declaration.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove some useless code that calculates something
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Do not assign to same variable twice.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove pointless ()
|
2011-05-07 |
reimar |
Fix "warning: pointer of type 'void *' used in arithmetic".
|
2011-05-07 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
2011-05-07 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
2011-05-07 |
iive |
Fix compilation for OSX due to r33392 - control() vaarg removal.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Fix vo_x11_set_equalizer argument, must be the raw value to set, not a pointer!
|
2011-05-07 |
reimar |
Remove unused variables and code initializing them.
|
2011-05-07 |
reimar |
Simplify macros and get rid of incorrect casts from pointers to
|
2011-05-07 |
reimar |
Remove unused variables.
|
2011-05-07 |
reimar |
On error munmap returns -1, not MAP_FAILED.
|
2011-05-07 |
reimar |
Fix draw_frame/draw_slice return types.
|
2011-05-07 |
reimar |
Another equalizer-related const-warning fix.
|
2011-05-07 |
reimar |
Fix function to match what send_mpeg_pes_packet expects,
|
2011-05-07 |
reimar |
Fix strict-aliasing violation warnings.
|
2011-05-07 |
reimar |
Remove variable and code that was obviously forgotten when the
|
2011-05-07 |
reimar |
Fix variable type and values to match function prototype.
|
2011-05-07 |
reimar |
Remove code with no purpose.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Add "const" to equalizer name argument to avoid compiler warnings.
|
2011-05-07 |
reimar |
Add "const" to avoid compiler warnings.
|
2011-05-07 |
cboesch |
vf_smartblur: fix threshold condition.
|
2011-05-07 |
reimar |
Fix matrixview test, it would stay stuck at "auto".
|
2011-05-07 |
ib |
Declare parameter type for guiExit() more precisely.
|
2011-05-07 |
ib |
Cosmetic: Adjust indent.
|
2011-05-07 |
ib |
Set GUI initialization flag earlier.
|
2011-05-07 |
reimar |
Fix output of "No bind found for key" to actually make sense for
|
2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2011-05-07 |
reimar |
Support up to 20 mouse buttons, there really seem to be input devices
|
2011-05-06 |
ib |
Replace _beginthreadex() by CreateThread().
|
2011-05-06 |
jrash |
sync with en/mplayer.1 rev. 33382
|
2011-05-06 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
2011-05-06 |
iive |
Make vo_xv_set/get_eq() functions expect "const char *" for attribute name.
|
2011-05-06 |
ib |
Cosmetic: Remove empty line.
|
2011-05-06 |
ib |
Fix bug with gfree() definition in Win32 GUI.
|
2011-05-06 |
ib |
Fix compilation error with Win32 GUI.
|
2011-05-06 |
ib |
Revise keyboard control section of German man page translation.
|
2011-05-06 |
ib |
Revise man page.
|
2011-05-05 |
cboesch |
Add note about sp_cmt_cpp_start uncrustify setting.
|
2011-05-05 |
reimar |
Move m_config_free last, otherwise mp_msg might stop working
|
2011-05-05 |
michael |
cometics / align str2AVDiscard()
|
2011-05-05 |
michael |
Vertical alignment / test mplayer-gitsvn @ mplayerhq.hu
|
2011-05-05 |
cboesch |
Add commented out binds for users who want percentage seek.
|
2011-05-05 |
ib |
Cosmetic: uncrustify related indent adjustments
|
2011-05-05 |
cboesch |
Do not prefer '// A' over '//A' in uncrustify profile.
|
2011-05-05 |
cboesch |
Doxygen cleanups in the main file.
|
2011-05-05 |
diego |
configure: Simplify ZR, libdvdcss and FTP dependency checks.
|
2011-05-05 |
diego |
configure: Unify V4L-related feature checks.
|
2011-05-05 |
diego |
configure: Handle X11 dependencies in the checks for dependent features.
|
2011-05-05 |
diego |
configure: Employ proper autodetection for the matrixview video output.
|
2011-05-05 |
ib |
Use free() instead of gfree() in guiSetFilename and guiSetDF macros.
|
2011-05-05 |
diego |
configure: Drop recently-added check for swab() in string.h again.
|
2011-05-05 |
reimar |
Forgotten part of previous commit: add INITIALIZED_SUBS
|
2011-05-04 |
reimar |
Avoid duplicating MP_CMD_QUIT code, even though it currently
|
2011-05-04 |
reimar |
Remove unused variable.
|
2011-05-04 |
reimar |
Free playtree params.
|
2011-05-04 |
reimar |
Move freeing of subtitle data to uninit_player so it not only happens
|
2011-05-04 |
diego |
doxygen: misc config file tweaks
|
2011-05-04 |
diego |
doxygen: Exclude files from the debian/ and help/ subdirectories.
|
2011-05-04 |
diego |
Update Doxyfile from doxygen 1.3.7 to 1.5.6.
|
2011-05-04 |
diego |
Exclude imported external libraries when generating Doxygen documentation.
|
2011-05-04 |
diego |
Reduce Doxygen output verbosity when generating code documentation.
|
2011-05-03 |
ib |
Use designators for structure initialization.
|
2011-05-03 |
ib |
Remove private symbolic constants from header files.
|
2011-05-03 |
ib |
Instead of exit_player(), exit with appropriate return code.
|
2011-05-03 |
ib |
Free appMPlayer.
|
2011-05-03 |
ib |
Initialize appMPlayer differently.
|
2011-05-03 |
ib |
Free config.
|
2011-05-03 |
ib |
Replace all GUI exits by guiExit().
|
2011-05-03 |
ib |
Add an exit function.
|
2011-05-03 |
diego |
configure: Fix swab() check.
|
2011-05-01 |
iive |
10l. Don't set stride info if it would panic the decoder.
|
2011-05-01 |
iive |
Fix segfault with -lavdopts vstats and some codecs.
|
2011-05-01 |
iive |
Increase the maximum value of the DVB timeout to 240 seconds.
|
2011-05-01 |
reimar |
Add code to generate and compare all object files MPlayer uses.
|
2011-05-01 |
cboesch |
Remove some useless static and global zero initializations.
|
2011-05-01 |
cboesch |
Remove MI2-Trailer.avi reference from filename variable comment.
|
2011-05-01 |
philipl |
Command Line Options: Support FFmpeg per-codec AVOptions.
|
2011-04-29 |
diego |
ao_pcm: Fix compilation on MinGW64 due to a missing io.h #include.
|
2011-04-29 |
jrash |
sync with en/mplayer.1 rev. 33336
|
2011-04-28 |
cehoyos |
Fix Win64 compilation.
|
2011-04-28 |
diego |
Add missing osdep/strsep.h #include where strsep() is used.
|
2011-04-27 |
ib |
Remove unnecessary #include.
|
2011-04-27 |
ib |
Limit config option vf_lavc to dxr3.
|
2011-04-27 |
cehoyos |
Temporarily disable AVX to fix compilation.
|
2011-04-26 |
iive |
Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the
|
2011-04-26 |
reimar |
Reduce dependencies for codecs2html binary.
|
2011-04-26 |
cehoyos |
Support Etymonix MPEG-2 I-frame Video Codec.
|
2011-04-25 |
ib |
Do not remove video filters.
|
2011-04-25 |
ib |
Improve cache size spin button.
|
2011-04-25 |
ib |
Cosmetic: Adjust indent.
|
2011-04-25 |
ib |
Adjust possible cache size to values allowed by MPlayer.
|
2011-04-25 |
reimar |
Setup default speex modes, allows decoding of speex in flv which does not
|
2011-04-25 |
reimar |
Pass through correct-pts setting from video sub demuxer.
|
2011-04-24 |
reimar |
Call demux_fill_buffer multiple times when trying to get a
|
2011-04-24 |
reimar |
Add a alloc_demuxer function that ensures all the critical stuff is
|
2011-04-24 |
reimar |
Improve seeking for files where start_time is not (properly) set.
|
2011-04-24 |
ib |
Replace usage of AVCodecContext member hurry_up by skip_idct and skip_frame.
|
2011-04-24 |
diego |
rpm: Delete reference to remove --enable-largefiles configure option.
|
2011-04-24 |
siretart |
debian packaging: no longer pass configure switch --enable-largefiles
|
2011-04-24 |
siretart |
use new eval API names
|
2011-04-24 |
siretart |
use correct pp_mode type, unbreaks compilation
|
2011-04-23 |
reimar |
Fix DVD angle cycling up.
|
2011-04-23 |
reimar |
Fix audio/video ID mapping for slave commands to correspond to the
|
2011-04-23 |
diego |
Add CONFIG_AUDIO_FLOAT / HAVE_MAPVIEWOFFILE definitions for FFmpeg to config.h.
|
2011-04-23 |
diego |
configure: Make largefile support non-optional.
|
2011-04-23 |
diego |
Convert all manual pages to UTF-8 encoding.
|
2011-04-23 |
diego |
Ignore generated header objects and dependency files.
|
2011-04-23 |
ib |
List GUI options in man page and explain relationship to MPlayer options.
|
2011-04-23 |
ib |
Rearrange GUI options.
|
2011-04-23 |
ib |
Remove unnecessary #ifdef.
|
2011-04-23 |
ib |
Make initial value explicitly type float.
|
2011-04-23 |
ib |
Remove needless explicit initialization.
|
2011-04-23 |
ib |
Cosmetic: Adjust indent and space.
|
2011-04-23 |
ib |
Position windows initially at coordinates given in skin file.
|
2011-04-23 |
jrash |
sync with en/mplayer.1 rev. 33293
|
2011-04-22 |
reimar |
Use memcpy_pic instead of reimplementing it.
|
2011-04-22 |
reimar |
Simplify colormap generation code, avoid some mallocs and add frees
|
2011-04-22 |
cehoyos |
Support Canopus SD50 (CDV5).
|
2011-04-22 |
reimar |
Simplify by using FFMAX3.
|
2011-04-22 |
reimar |
Clip x/y offsets to avoid bad video placement.
|
2011-04-22 |
reimar |
Add -geometry support reusing common code to fbdev2.
|
2011-04-22 |
ib |
Revise skin documentation.
|
2011-04-22 |
reimar |
Add missing "static".
|
2011-04-22 |
reimar |
Specific function argument types for function pointers.
|
2011-04-22 |
reimar |
Remove ancient libavcodec version check.
|
2011-04-22 |
reimar |
-vc ffmpeg12mc is no longer necessary with -vo xvmc
|
2011-04-22 |
reimar |
Mark ffmpeg12mc as deprecated.
|
2011-04-22 |
reimar |
Support -vo xvmc without having to specify the codec explicitly.
|
2011-04-22 |
reimar |
Add support for FFmpeg's Deluxe Paint Animation decoder.
|
2011-04-22 |
reimar |
Suport RGB frambuffers in vo_fbdev.c
|
2011-04-22 |
reimar |
Add mapping between codec ID and tag for ANM and AVS.
|
2011-04-22 |
reimar |
Allow DR to work with reget_buffer when no buffer_hints are set.
|
2011-04-22 |
reimar |
Allow reget_buffer to somewhat work after DRI failure.
|
2011-04-22 |
cehoyos |
Do not use a deprecated audio encoder.
|
2011-04-22 |
reimar |
Fix compilation with XvMC, only lightly tested.
|
2011-04-22 |
ib |
Remove #ifdefs around extern declarations.
|
2011-04-22 |
reimar |
Quick hack to fix compilation. Testing and improvements welcome.
|
2011-04-22 |
reimar |
Use metadata API to fix compilation.
|
2011-04-22 |
reimar |
Avoid using first_oformat, use av_oformat_next() instead.
|
2011-04-22 |
reimar |
Remove obsolete options, fixes compilation with latest FFmpeg.
|
2011-04-22 |
reimar |
Hacks to allow compilation to go further.
|
2011-04-22 |
reimar |
Use metadata tag API to get attachment filename.
|
2011-04-22 |
reimar |
Attempt to support attachements without filename.
|
2011-04-22 |
michael |
Pointless vertical alignment cosmetics to test repository write.
|
2011-04-19 |
ib |
Add description for environment variables used by the GUI.
|
2011-04-19 |
ib |
Tag default sub-fuzziness option.
|
2011-04-19 |
ib |
Correct directory order for skin access.
|
2011-04-19 |
diego |
demux_ts: Hint at -tsprobe option when no audio stream is found.
|
2011-04-19 |
diego |
vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.
|
2011-04-16 |
jrash |
fix translation error in legacy parts: currently fixed up to (833: \-edl-start-pts)
|
2011-04-15 |
reimar |
Avoid crash when pausing an audio-only file.
|
2011-04-15 |
ib |
Group and sort configuration variable definitions.
|
2011-04-15 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-04-15 |
ib |
Revise German translation of skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
ib |
Revise skin documentation.
|
2011-04-15 |
diego |
Build the geq video filter with shared FFmpeg.
|
2011-04-14 |
reimar |
Do not try to set up the FS segment when using quicktime to decode,
|
2011-04-14 |
ib |
Revise skin documentation.
|
2011-04-14 |
ib |
Revise German translation of skin documentation.
|
2011-04-14 |
ib |
Revise German translation of skin documentation.
|
2011-04-14 |
cboesch |
Fix wrong allocation.
|
2011-04-13 |
cehoyos |
Support decoding Kega Video (kgv1) with FFmpeg.
|
2011-04-12 |
cehoyos |
Update libvpx check: libvpx version must be >=0.9.6 now.
|
2011-04-12 |
cehoyos |
Revert r33246: It broke building MPlayer immediately after adding
|
2011-04-11 |
diego |
Fix typo in v4l2 check.
|
2011-04-10 |
diego |
Add V4L2 support for OpenBSD (and NetBSD).
|
2011-04-10 |
diego |
Ignore FFmpeg git repository in MPlayer source tree.
|
2011-04-10 |
reimar |
Remove obviously unused libavutil/internal.h include.
|
2011-04-09 |
reimar |
Reindent. Probably should also be moved, but that I leave to someone else.
|
2011-04-09 |
reimar |
Do no run the ffmpeg git check/update during ./configure --help
|
2011-04-09 |
reimar |
Add -Werror-implicit-function-declaration to default gcc compile flags.
|
2011-04-09 |
reimar |
Add const to type for pointer to a string constant.
|
2011-04-09 |
reimar |
Use strtod instead of sscanf, it is both much faster and allows for
|
2011-04-09 |
reimar |
Send udp master updates also when paused and let slave use normal timing
|
2011-04-09 |
reimar |
Prefer snprintf over printf.
|
2011-04-09 |
reimar |
Prefer double type for timing values.
|
2011-04-09 |
reimar |
Revert r33231, FFmpeg already sets has_b_frames up this way for
|
2011-04-09 |
jrash |
fix translation errors in legacy parts: currently fixed up to line 304
|
2011-04-09 |
jrash |
retranslate teletext part
|
2011-04-09 |
jrash |
improve translation
|
2011-04-08 |
jrash |
Synced with help_mp-en.h rev. 33227
|
2011-04-07 |
reimar |
Disable timing/sleep directly after seek.
|
2011-04-07 |
reimar |
Move variables into block where they are used.
|
2011-04-07 |
reimar |
Avoid MPlayer ignoring a key press completely, instead sending
|
2011-04-07 |
reimar |
More precise decoder lag calculation for frame-multithreading.
|
2011-04-07 |
reimar |
Fix artefacts at right border of scaled bitmap subtitles by clearing the
|
2011-04-06 |
ib |
Update translation of MSGTR_AO_PCM_HintInfo (r33227) and fix spelling mistake.
|
2011-04-06 |
ib |
Define ext array more skillfully.
|
2011-04-06 |
reimar |
Add -benchmark to recommended fast dumping options.
|
2011-04-05 |
ib |
Prevent segmentation faults.
|
2011-04-05 |
ib |
Replace av_freep by av_free
|
2011-04-05 |
ib |
Remove various pngRead() debug messages.
|
2011-04-05 |
ib |
Move debug messages.
|
2011-04-05 |
ib |
Prevent segmentation faults.
|
2011-04-05 |
ib |
Make len match ftell() return value type.
|
2011-04-05 |
ib |
Move debug message.
|
2011-04-05 |
ib |
Revise Convert24to32().
|
2011-04-05 |
ib |
Revise Normalize().
|
2011-04-05 |
ib |
Clean up and simplify fExist().
|
2011-04-04 |
ib |
Define the transparent color as a macro.
|
2011-04-04 |
ib |
Revert r33214.
|
2011-04-04 |
ib |
Don't change original image during conversion.
|
2011-04-04 |
ib |
Cosmetic: Adjust indent.
|
2011-04-04 |
ib |
Get rid of else-block to improve readability.
|
2011-04-04 |
reimar |
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
|
2011-04-04 |
ib |
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
|
2011-04-04 |
ib |
Cosmetic: Rephrase some conditions and rename some variables.
|
2011-04-04 |
ib |
Rename conv24to32() Convert24to32().
|
2011-04-04 |
ib |
Increment the counter before the comparison.
|
2011-04-04 |
ib |
Move common pixel shifting statement
|
2011-04-04 |
ib |
Move variable definitions at top of function.
|
2011-04-04 |
ib |
Use bpFree() to free the bitmap structure.
|
2011-04-04 |
ib |
Rename variable nothaveshape and invert logic.
|
2011-04-04 |
ib |
Use appropriate data type uint32_t for 32 bpp bitmap data.
|
2011-04-04 |
ib |
Remove useless warning message.
|
2011-04-04 |
ib |
Add missing 'else'.
|
2011-04-04 |
ib |
Revise debug messages.
|
2011-04-04 |
ib |
Remove unused message.
|
2011-04-04 |
jrash |
Synced with help_mp-en.h rev. 33185
|
2011-04-03 |
iive |
Fix segfault in lavcac3enc audio filter.
|
2011-04-03 |
ib |
Cosmetic: Adjust indent.
|
2011-04-03 |
ib |
Prevent an out-of-bounds array access.
|
2011-04-03 |
ib |
Cosmetic: Rename cmd functions item.
|
2011-04-03 |
ib |
Cosmetic: Adjust indent after simplifying cmd_base().
|
2011-04-03 |
ib |
Simplify cmd_base().
|
2011-04-02 |
ib |
Remove unused wItem member tmp.
|
2011-04-02 |
ib |
Move debug messages so that they will be processed earlier.
|
2011-04-02 |
ib |
Order member assignments according to their definition in the structure.
|
2011-04-01 |
ib |
Add an itMenu item type.
|
2011-04-01 |
ib |
Don't needlessly store font information in the wItems array
|
2011-04-01 |
ib |
Prevent an out-of-bounds array access.
|
2011-04-01 |
ib |
Revise font related error messages.
|
2011-04-01 |
ib |
Avoid using skin pointer.
|
2011-04-01 |
ib |
Avoid using appMPlayer.
|
2011-04-01 |
ib |
Cosmetic: Rearrange variable declarations to match parameters.
|
2011-04-01 |
ib |
Cosmetic: Rearrange variable declarations to match parameters.
|
2011-04-01 |
ib |
Use more appropriate name for variable and reduce it to reasonable size.
|
2011-04-01 |
ib |
Remove needless variable.
|
2011-04-01 |
ib |
Reduce resp. increase arrays to reasonable size.
|
2011-04-01 |
ib |
Cosmetic: Use more appropriate variable names.
|
2011-04-01 |
ib |
Disable background definition for playbar.
|
2011-04-01 |
ib |
Simplify parameter analysis.
|
2011-04-01 |
ib |
Remove needless variable.
|
2011-04-01 |
ib |
Revise message for parameter errors.
|
2011-03-31 |
ib |
Cosmetic: Rename menuBase menu.
|
2011-03-31 |
ib |
Clean up cmd_window().
|
2011-03-31 |
ib |
Cosmetic: Use more appropriate variable names.
|
2011-03-31 |
ib |
(Almost entirely) cosmetic: Use more appropriate variable names.
|
2011-03-31 |
ib |
Allow number sign as comment character.
|
2011-03-31 |
ib |
Cosmetic: Adjust indent.
|
2011-03-31 |
ib |
Reset skin pointer and window name.
|
2011-03-31 |
ib |
Add a check for unknown items.
|
2011-03-31 |
ib |
Leave loop after item function has been found and called.
|
2011-03-31 |
ib |
Cosmetic: Rename command item.
|
2011-03-30 |
cehoyos |
Fix compilation with --disable-mencoder.
|
2011-03-30 |
ib |
Improve handling of the comment character.
|
2011-03-30 |
ib |
Cosmetic: Adjust indent.
|
2011-03-30 |
ib |
Conform message determination
|
2011-03-30 |
ib |
Revise German documentation concerning events.
|
2011-03-30 |
ib |
Rename error message and add missing checks.
|
2011-03-30 |
ib |
Correct documentation on comments.
|
2011-03-30 |
ib |
Issue error message in case of wrong section name.
|
2011-03-30 |
ib |
Don't start GUI in case of window name error.
|
2011-03-30 |
ib |
Rename and revise error message.
|
2011-03-30 |
ib |
Add error check.
|
2011-03-30 |
ib |
Remove pointless assignment.
|
2011-03-30 |
ib |
Cosmetic: Rename error message.
|
2011-03-29 |
reimar |
playlist option can't be used in a config file.
|
2011-03-29 |
reimar |
Add dummy shuffle and noshuffle options so they appear in -list-options.
|
2011-03-29 |
ib |
Remove pointless code and messages.
|
2011-03-29 |
ib |
Replace macro by function.
|
2011-03-29 |
ib |
Cosmetic: Adjust indent.
|
2011-03-29 |
ib |
Prevent a segmentation fault.
|
2011-03-29 |
ib |
Make use of return value of strlower().
|
2011-03-29 |
ib |
Replace macros to check whether a command is allowed by functions.
|
2011-03-29 |
ib |
Cosmetic: Separate return statement with newline.
|
2011-03-29 |
ib |
Move strlower() into auxiliary string function file.
|
2011-03-29 |
ib |
Simplify trim().
|
2011-03-28 |
cehoyos |
Fix CrystalHD autodetection:
|
2011-03-28 |
ib |
Simplify strswap().
|
2011-03-28 |
ib |
Move auxiliary string functions into separate file.
|
2011-03-28 |
ib |
Remove misspelled GUI message 'evEqualeaser'.
|
2011-03-28 |
ib |
Move files with auxiliary functions to own directory.
|
2011-03-27 |
cehoyos |
Cosmetics: Fix typo.
|
2011-03-27 |
reimar |
Add condition that lets us switch FFmpeg XvMC decoder back from
|
2011-03-27 |
reimar |
Always use get_format, reduces usage of CODEC_CAP_HWACCEL* conditions.
|
2011-03-27 |
reimar |
Change | to ||.
|
2011-03-27 |
reimar |
Attempt to fix crashes with VDPAU and threads.
|
2011-03-27 |
reimar |
Fix XVMC decoding (avcodec_open would fail if thread_count is set)
|
2011-03-27 |
reimar |
Warn when audio encoder requires an input format different from S16,
|
2011-03-27 |
cehoyos |
FFmpeg Bitmap Brothers JV decoder.
|
2011-03-27 |
jrash |
sync with en/mplayer.1 rev. 33107
|
2011-03-27 |
jrash |
Synced with help_mp-en.h rev. 33112
|
2011-03-26 |
reimar |
Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.
|
2011-03-26 |
reimar |
Use fewer () to make code more readable.
|
2011-03-26 |
reimar |
Ensure we always pass a buffer of at least sector size to the read function.
|
2011-03-26 |
reimar |
Disable the combination of slices and multithreaded decode by default, it
|
2011-03-26 |
reimar |
Do not do A-V sync correction if one of the pts values is bogus
|
2011-03-26 |
reimar |
Generalize previous commit: assume that a 0 frame time is always wrong
|
2011-03-26 |
reimar |
For a stream without pts values time video frames based on fps
|
2011-03-26 |
reimar |
Enable both frame and slice threading.
|
2011-03-26 |
reimar |
Do not use deprecated avcodec_thread_init, it is broken and does nothing currently.
|
2011-03-25 |
compn |
cleanup/unify hdv* fourccs, except vdpau
|
2011-03-25 |
ib |
Revise some GUI error message texts.
|
2011-03-25 |
ib |
Show GUI message when GUI must exit.
|
2011-03-25 |
ib |
Add message showing function.
|
2011-03-25 |
ib |
Cosmetic: Rename ERRORMESSAGE() skin_error().
|
2011-03-25 |
ib |
Cosmetic: Move supportive stuff at top of file.
|
2011-03-24 |
reimar |
Update key-fifo-size documentation, stuck keys should no
|
2011-03-24 |
reimar |
Allow mouse wheel to work with a key fifo size of 2.
|
2011-03-24 |
reimar |
Change condition to avoid needless key state resets with very small
|
2011-03-24 |
reimar |
Make "stuck keys" problem impossibly by resetting the internal
|
2011-03-24 |
reimar |
Remove debug printfs that haven't been used since ages.
|
2011-03-24 |
reimar |
Remove pointless initializers.
|
2011-03-24 |
reimar |
Change fifo to not waste one entry needlessly.
|
2011-03-24 |
reimar |
More const preservation.
|
2011-03-24 |
reimar |
Do not pointlessly cast away a const.
|
2011-03-23 |
cehoyos |
Support E-AC3 in deprecated native matroska demuxer.
|
2011-03-23 |
zuxy |
Change MP_IMGFLAG_ACCEPT_STRIDE to MP_IMGFLAG_ACCEPT_ALIGNED_STRIDE as various
|
2011-03-23 |
cehoyos |
VDPAU does not support colourspaces different from 4:2:0.
|
2011-03-23 |
cehoyos |
Support CrystalHD decoding.
|
2011-03-22 |
compn |
add xd55 isom for mpeg2 video from fcp
|
2011-03-21 |
ib |
Initialize guiIntfStruct.VCDTracks.
|
2011-03-21 |
ib |
Remove unused variable vcd_track.
|
2011-03-21 |
ib |
Correct VCD's titles menu.
|
2011-03-21 |
ib |
Correct next track button functionality for VCDs.
|
2011-03-21 |
ib |
Start vcd:// with first title when hitting play button.
|
2011-03-21 |
ib |
Replace vcd_seek_to_track() by stream_control().
|
2011-03-21 |
cehoyos |
Allow compilation after sine windows were moved into a new file in FFmpeg.
|
2011-03-20 |
siretart |
make buildlogs in debian/ubuntu buildlogs verbose
|
2011-03-20 |
siretart |
unbreak compilation with libav
|
2011-03-19 |
reimar |
FFmpeg's AC-3 decoder will do byte-swapping on its own, so no
|
2011-03-18 |
jrash |
sync with en/mplayer.1 rev. 33082
|
2011-03-17 |
cehoyos |
Allow setting custom http header.
|
2011-03-14 |
cehoyos |
Output ID_DVD_VOLUME_ID also for dvdnav://.
|
2011-03-13 |
diego |
Simplify sed expressions to remove groups of decoders from libavdecoders list.
|
2011-03-12 |
diego |
Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.
|
2011-03-12 |
diego |
Revert broken crystalhd check and replace by minimal bandaid compile fix.
|
2011-03-12 |
cehoyos |
Use fourcc instead of format where appropriate.
|
2011-03-12 |
cehoyos |
Support 32bit big endian float pcm in aiff.
|
2011-03-12 |
cehoyos |
Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems.
|
2011-03-11 |
iive |
Merge the configure CrystalHD dummy detection with
|
2011-03-11 |
iive |
Fix MPlayer build after CrystalHD have been accepted in FFmpeg.
|
2011-03-11 |
jrash |
sync with en/mplayer.1 rev. 33064
|
2011-03-11 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-03-10 |
ib |
Cosmetic: Prefer path relative to current directory.
|
2011-03-10 |
ib |
Cosmetic: Remove incorrect comment.
|
2011-03-10 |
ib |
Cosmetic: Add required include files.
|
2011-03-10 |
ib |
Cosmetic: Rename pointers handling current window and items.
|
2011-03-10 |
ib |
Replace some awkward and unnecessary usages of strlen().
|
2011-03-10 |
ib |
Remove unused function guiMessageBox().
|
2011-03-09 |
cehoyos |
Add a command line option -gamma.
|
2011-03-09 |
ranma |
Use memmove when source and destination can overlap.
|
2011-03-09 |
ib |
Make functions static that are only used inside the file.
|
2011-03-09 |
cehoyos |
Add FourCC ai12 for AVC Intra 100 / 1080.
|
2011-03-08 |
ib |
Cosmetic: Adjust indent.
|
2011-03-08 |
ib |
Fix several issues with Translate().
|
2011-03-08 |
ib |
Choose informative variable names.
|
2011-03-08 |
ib |
Use double constants for higher precision calculations.
|
2011-03-08 |
ib |
Make slabel work.
|
2011-03-08 |
ib |
Cosmetic: Add missing break.
|
2011-03-08 |
ib |
Avoid mixing declaration and code.
|
2011-03-08 |
ib |
Replace ternary operator by more intelligible switch statement.
|
2011-03-08 |
ib |
Remove needless casts.
|
2011-03-08 |
ib |
Cosmetic: Rename macro controlling the dlabel delay.
|
2011-03-08 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-03-08 |
ib |
Make constants explicitly type float.
|
2011-03-08 |
ib |
Make constants explicitly type float.
|
2011-03-08 |
ib |
Make constants explicitly type float.
|
2011-03-08 |
ib |
Remove unreasonable inline definition from TranslateFilename().
|
2011-03-08 |
ib |
Fix some debug messages.
|
2011-03-08 |
cehoyos |
There is no help list for vo aa.
|
2011-03-07 |
ib |
Move global variables to top of file.
|
2011-03-07 |
ib |
Go without gtk functions.
|
2011-03-07 |
ib |
Get prototype for GetTimerMS() from header file.
|
2011-03-07 |
ib |
Cosmetic: Separate #endif from following line.
|
2011-03-07 |
ib |
Remove needless includes.
|
2011-03-07 |
ib |
Clean up debug messages.
|
2011-03-07 |
ib |
Output right message number.
|
2011-03-06 |
cboesch |
Cosmetics: add empty line between system and local headers and remove pointless
|
2011-03-06 |
ib |
Add variable names to prototype declarations.
|
2011-03-06 |
ib |
Prefer free() to gfree().
|
2011-03-06 |
ib |
Simplify appClearItem() by using memset().
|
2011-03-06 |
ib |
Cosmetic: Rename appResetStruct() appInitStruct().
|
2011-03-06 |
ib |
Use FF_ARRAY_ELEMS() rather than a separate constant.
|
2011-03-05 |
cehoyos |
Add VP8 fourcc.
|
2011-03-05 |
reimar |
Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.
|
2011-03-05 |
reimar |
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
|
2011-03-05 |
reimar |
100l, actually only dnet tag indicates byte-swapped AC-3.
|
2011-03-05 |
reimar |
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
|
2011-03-04 |
ib |
Reduce item arrays to reasonable size.
|
2011-03-04 |
ib |
Cosmetic: Rename listItems structure.
|
2011-03-04 |
jrash |
sync with en/mplayer.1 rev. 32946
|
2011-03-04 |
jrash |
Synced with help_mp-en.h rev. 32964
|
2011-03-03 |
cboesch |
Add Uncrustify profile.
|
2011-03-03 |
ib |
Move fntFreeFont() into appFreeStruct().
|
2011-03-03 |
ib |
Cosmetic: Rename appInitStruct() to appFreeStruct().
|
2011-03-03 |
ib |
Rename the 'NumberOf' members of the listItems structure.
|
2011-03-03 |
ib |
Cosmetic: Remove needless include.
|
2011-03-03 |
ib |
Clean up appInitStruct().
|
2011-03-03 |
ib |
Fix memory leak in appInitStruct().
|
2011-03-03 |
ib |
Fix memory leak in appInitStruct().
|
2011-03-03 |
ib |
Remove parameter from appInitStruct() function.
|
2011-03-03 |
ib |
Cosmetic: Remove needless include.
|
2011-03-03 |
ib |
Make ITEMS a const int (it was a symbolic constant).
|
2011-03-03 |
ib |
Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
|
2011-03-03 |
ib |
Cosmetic: Adjust indent.
|
2011-03-03 |
ib |
Fix memory leak in appClearItem().
|
2011-03-03 |
ib |
Redefine button states.
|
2011-03-03 |
ib |
Cosmetic: Adjust item definitions.
|
2011-03-02 |
ib |
Cosmetic: Adjust indent.
|
2011-03-02 |
ib |
Add new function bpFree() to free txSamples (bitmaps).
|
2011-03-02 |
ib |
Use appropriate declaration for array indices.
|
2011-03-02 |
ib |
Provide proper conversion specification for long and unsigned variables.
|
2011-03-02 |
ib |
Move declaration of char array into scope of fExist() where it's used.
|
2011-03-02 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-03-02 |
ib |
Adjust the listItems structure.
|
2011-03-02 |
ib |
Clean up the wItem structure.
|
2011-03-02 |
ib |
Improve documentation on dlabel.
|
2011-03-02 |
reimar |
Print correct result variable for armv6t2 test.
|
2011-03-02 |
reimar |
Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.
|
2011-03-01 |
reimar |
Start adding support for lavc audio encoders that use other formats
|
2011-03-01 |
reimar |
Use samplefmt2affmt helper function in ad_ffmpeg.c
|
2011-03-01 |
reimar |
Add conversion functions to and from AVSampleFormat.
|
2011-03-01 |
cehoyos |
Support dvvideo in Leitch/Harris' VR native stream format (LXF).
|
2011-03-01 |
cehoyos |
Support audio in Leitch/Harris' VR native stream format (LXF).
|
2011-02-28 |
reimar |
Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really
|
2011-02-28 |
reimar |
Fix compilation when pthreads are not available.
|
2011-02-28 |
ib |
Move global skin directory variables.
|
2011-02-28 |
ib |
Remove unused functions appCopy(), appFindKey() and btnGetValue().
|
2011-02-28 |
ib |
Limit scope of internally used appClearItem().
|
2011-02-28 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-02-28 |
ib |
Add required include file.
|
2011-02-28 |
cehoyos |
Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of
|
2011-02-27 |
ib |
Cosmetic: Adjust indent.
|
2011-02-27 |
ib |
Get rid of needless listItems variable and pointer.
|
2011-02-27 |
reimar |
Fix compilation for systems where vorbis encode is split out into
|
2011-02-27 |
reimar |
Do not run svn or otherwise try to extract the svn revision when
|
2011-02-27 |
reimar |
Improve stream reset on read error, should now fix bug #1841 in more
|
2011-02-27 |
cboesch |
10l: forgot mp_strings.h header include with mp_asprintf prototype.
|
2011-02-26 |
ib |
Correct documentation.
|
2011-02-26 |
siretart |
enable bluray support in the daily builds
|
2011-02-26 |
cboesch |
Use mp_asprintf in get_metadata instead of limited stack buffer.
|
2011-02-26 |
cboesch |
Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.
|
2011-02-26 |
cboesch |
Use mp_asprintf in make_noauth_url and make_http_proxy_url.
|
2011-02-26 |
cboesch |
Add mp_strings.c with mp_asprintf function.
|
2011-02-25 |
ib |
Remove unused function.
|
2011-02-25 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-02-24 |
ib |
Cosmetic: Adjust indent.
|
2011-02-24 |
ib |
Comply with the requested verbosity on GUI message boxes.
|
2011-02-24 |
ib |
Limit scope of internally used skinItem array.
|
2011-02-24 |
ib |
Change message levels to 'error'.
|
2011-02-24 |
ib |
Provide proper conversion specification.
|
2011-02-24 |
ib |
Remove needless explicit initialization.
|
2011-02-24 |
ib |
Clarify the lower case transformation.
|
2011-02-24 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-02-24 |
ib |
Improve skin documentation.
|
2011-02-24 |
ib |
Avoid unnecessary brackets and improve message texts.
|
2011-02-23 |
reimar |
100l, fix incorrect len when retrying read.
|
2011-02-23 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-02-23 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2011-02-22 |
reimar |
When reading from a stream fails, try one more time after a reset.
|
2011-02-22 |
reimar |
Improve handling of audio timestamps where we do not have even a
|
2011-02-22 |
reimar |
Avoid mixing declarations and code.
|
2011-02-22 |
reimar |
Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.
|
2011-02-22 |
reimar |
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
|
2011-02-22 |
reimar |
Remove some tabs that accidentally ended up in mpcommon.c
|
2011-02-22 |
compn |
ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg
|
2011-02-21 |
ranma |
Make sure we don't store the same stats twice by nulling the first byte of the stats_out string once we have written it.
|
2011-02-21 |
ib |
Update GUI documentation.
|
2011-02-20 |
ib |
Cosmetic: Specify path from main (compiling) directory.
|
2011-02-20 |
cehoyos |
"FIx" chapter references (make them identical to dvd).
|
2011-02-20 |
ib |
Cosmetic: Use more natural notations.
|
2011-02-20 |
ib |
Move declaration into scope of function where it's used.
|
2011-02-20 |
ib |
Remove needless explicit initialization.
|
2011-02-20 |
ib |
Fix buggy strlower(). It's wrong to add 'A'.
|
2011-02-20 |
ib |
Cosmetic: Limit scope of internally used Fonts array.
|
2011-02-19 |
ib |
Add missing include file.
|
2011-02-19 |
ib |
Make setname() directly return the string created instead of writing it
|
2011-02-19 |
ib |
Remove statement no longer needed and forgotten to remove in r32934.
|
2011-02-19 |
ib |
Cosmetic: Adjust indent.
|
2011-02-19 |
ib |
Remove support for skins directories using the obsolete name 'Skin'.
|
2011-02-19 |
ib |
Use power-of-two sizes (mainly cosmetic).
|
2011-02-19 |
ib |
Cosmetic: Don't use a constant for size.
|
2011-02-19 |
ib |
Remove unused function.
|
2011-02-19 |
ib |
Simplify input preparation (analogously to font.c).
|
2011-02-19 |
ib |
Cosmetic: Limit scope of internal functions.
|
2011-02-19 |
ranma |
For codecs that produce no data on the first pass, e.g.
|
2011-02-18 |
ib |
Cosmetic: Use 0, not '\0'.
|
2011-02-18 |
ib |
Cosmetic: Make conditions more readable by having assignments outside.
|
2011-02-18 |
ib |
Cosmetic: Use more natural notations.
|
2011-02-17 |
ib |
Revert r32923: none of the systems known or tested have a problem in it.
|
2011-02-17 |
ib |
Do proper and portable initialization.
|
2011-02-17 |
ib |
Enlarge uchar buffer, because GLib implements 31-bit UTF-8,
|
2011-02-17 |
diego |
Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
|
2011-02-17 |
diego |
Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
|
2011-02-17 |
ib |
Add alpha channel value to the ARGB initialization constant
|
2011-02-17 |
ib |
Simplify array initialization.
|
2011-02-16 |
ib |
Add braces for easier association.
|
2011-02-16 |
ib |
Prevent a segmentation fault.
|
2011-02-16 |
ib |
Initialize array in a compiler independent way.
|
2011-02-16 |
ib |
Revert r32911.
|
2011-02-16 |
ib |
Simplify array initialization.
|
2011-02-16 |
ib |
Remove needless pointer check.
|
2011-02-16 |
ib |
Add additional include directory for gui.
|
2011-02-16 |
cboesch |
Git clone options are after the 'clone' keyword
|
2011-02-16 |
ib |
Remove needless cast.
|
2011-02-16 |
ib |
Simplify condition.
|
2011-02-16 |
ib |
Don't use constant not related to definition size
|
2011-02-16 |
ib |
Use gfree().
|
2011-02-16 |
diego |
Limit FFmpeg git clone to the last revision to save time and bandwidth.
|
2011-02-16 |
ib |
Clean up variable declarations.
|
2011-02-16 |
ib |
Use appropriate declaration for array indices.
|
2011-02-16 |
ib |
Simplify condition.
|
2011-02-14 |
cboesch |
Remove uneeded trailing semicolon.
|
2011-02-13 |
ib |
Reduce buffer to reasonable size.
|
2011-02-13 |
ib |
Remove unused functions.
|
2011-02-13 |
ib |
Prevent out buffer overflow.
|
2011-02-12 |
ib |
Partially revert cosmetic r32892.
|
2011-02-12 |
ib |
Allow font characters varying in height.
|
2011-02-12 |
reimar |
100l: fix "gamma" equalizer setting to change red, green and blue gamma,
|
2011-02-12 |
cehoyos |
At least for Wing Commander 4 files, -demuxer lavf
|
2011-02-11 |
ib |
Prevent memory leaks.
|
2011-02-11 |
ib |
Cosmetic
|
2011-02-11 |
ib |
Allow equals sign to be defined in the font description file.
|
2011-02-11 |
ib |
Simplify input preparation and allow semicolon
|
2011-02-11 |
ib |
Fix usage of wrong variable.
|
2011-02-11 |
jrash |
sync with en/mplayer.1 rev. 32880
|
2011-02-11 |
ib |
Make freed font reusable.
|
2011-02-11 |
cehoyos |
Revert r32884: For some files, -demuxer lavf is needed to playback XAN DPCM audio.
|
2011-02-11 |
cehoyos |
Support 0x594A as format value for XAN DPCM audio.
|
2011-02-11 |
cehoyos |
ffxandpcm works fine with the native avi demuxer.
|
2011-02-11 |
cehoyos |
Fix compilation by adding defines necessary for ac3dsp to config.asm.
|
2011-02-10 |
ranma |
Fix muxer memory leak.
|
2011-02-10 |
ranma |
Fix stream_write_buffer to make sure all requested bytes are written
|
2011-02-10 |
cigaes |
Fractional part of time stamp in OSD.
|
2011-02-10 |
ib |
Only replace non-existing font character by space if space itself exists.
|
2011-02-10 |
ib |
Use defined variable and do not recalculate again.
|
2011-02-10 |
ib |
Remove desultory parameter checks.
|
2011-02-10 |
ib |
Always access font characters in the same way
|
2011-02-10 |
cehoyos |
Add FFmpeg WC4 xan decoder.
|
2011-02-10 |
ib |
Reduce Fonts array to required size.
|
2011-02-10 |
ib |
Define constants in a single place.
|
2011-02-10 |
ib |
Remove needless declaration.
|
2011-02-10 |
ib |
Remove needless includes and declarations.
|
2011-02-08 |
diego |
configure: Drop CFLAGS from DEPFLAGS.
|
2011-02-07 |
cboesch |
Simplify frees in load_vob_subtitle.
|
2011-02-07 |
cboesch |
Handle mp_path_join failure in load_vob_subtitle.
|
2011-02-06 |
diego |
configure: Check for sys/poll.h.
|
2011-02-06 |
reimar |
Change SVB SPU stream format in TS demuxer so it can be decoded by
|
2011-02-06 |
reimar |
Print a message when lavc subtitle decoding fails.
|
2011-02-06 |
reimar |
Fix r32587: the previous approach to return subtitles in time broke
|
2011-02-06 |
faust3 |
fix ad_qtaudio for the case when the libavformat mov demuxer is used
|
2011-02-06 |
reimar |
Set subtitle stream type correctly for DVB subtitles in TS demuxer.
|
2011-02-05 |
cboesch |
Do not add .sub to text subtitles when they look like vobsub.
|
2011-02-05 |
cboesch |
Add sub-paths option.
|
2011-02-05 |
cboesch |
Revert 32857: FPS should be double everywhere, not float.
|
2011-02-05 |
cboesch |
100l: fps are not in int but float, fix prototype.
|
2011-02-05 |
cboesch |
FPS are in float in sh_video, not double.
|
2011-02-05 |
reimar |
Use av_set_string3 instead of deprecated av_set_string.
|
2011-02-05 |
reimar |
Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
|
2011-02-05 |
reimar |
Use av_get_bits_per_sample_fmt instead of deprecated
|
2011-02-05 |
reimar |
Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.
|
2011-02-05 |
reimar |
Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.
|
2011-02-05 |
jrash |
sync with en/mplayer.1 rev. 32842
|
2011-02-04 |
diego |
Do not pointlessly cast the return value of memalign().
|
2011-02-04 |
diego |
Replace one more instance of memalign in libmpcodecs with av_malloc.
|
2011-02-03 |
ib |
Improve the readability of dynamic labels which scroll.
|
2011-02-03 |
ib |
Cosmetic: indent for a patch to come.
|
2011-02-03 |
ib |
Remove useless format argument.
|
2011-02-03 |
diego |
Skip deleting HTML-single directory, which is no longer created.
|
2011-02-03 |
diego |
Update incoming FTP directory URL for directory structure change on server.
|
2011-02-03 |
compn |
add apco and ap4h fourcc to prores decoder
|
2011-02-02 |
cboesch |
Add prefix filename option for PNG video output.
|
2011-02-02 |
reimar |
Fix r32824: It broke -frames and many, many other things.
|
2011-02-01 |
cboesch |
Use color type getter instead of direct access to private member.
|
2011-02-01 |
cboesch |
Use mp_dir_join instead of sprintf.
|
2011-02-01 |
cboesch |
Add mp_dir_join function.
|
2011-01-31 |
cboesch |
Revert 32836: Uoti Urpala did not approve the relicensing.
|
2011-01-31 |
cehoyos |
Allow LGPL re-distribution of vo_vdpau.c.
|
2011-01-31 |
cehoyos |
Fix postprocessing and perspective filters on x86-64.
|
2011-01-30 |
michael |
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
|
2011-01-30 |
reimar |
Escape character values >= 127 in URLs as required by the RFC.
|
2011-01-30 |
reimar |
Check that rlen is valid before using it to increment a pointer.
|
2011-01-30 |
reimar |
Make new_demux_packet return NULL if allocation failed, this should
|
2011-01-30 |
reimar |
Remove outdated FFmpeg svn external, make configure optionally
|
2011-01-29 |
ib |
Update GUI and skins maintainer.
|
2011-01-29 |
ib |
Cast properly (to avoid compiler warnings).
|
2011-01-29 |
ib |
Remove needless fontid.
|
2011-01-28 |
reimar |
Disable libmpcdec (musepack) support, FFmpeg has a decoder that
|
2011-01-27 |
reimar |
Force subtitles to be redrawn on sub_scale change.
|
2011-01-27 |
reimar |
Continue playing even if we reached video EOF if there is still audio
|
2011-01-27 |
reimar |
Improve EOF handling in ds_fill_buffer for the case where one stream ends
|
2011-01-27 |
reimar |
Cosmetics: move if and following { onto same line.
|
2011-01-27 |
ib |
Allow character in the font description file to be in UTF-8.
|
2011-01-27 |
ib |
Revert "Translate messages shown in the GUI window(s) from UTF-8"
|
2011-01-26 |
reimar |
Update PAUSED status line with cache fill status if it changed.
|
2011-01-26 |
reimar |
Convert cache_fill_status into a function so we always get the latest state,
|
2011-01-26 |
reimar |
Change MSGTR_Paused definition to allow simplifying some code.
|
2011-01-26 |
diego |
cosmetics: Drop leading underscore from _need_* variables.
|
2011-01-25 |
reimar |
Change "cache not filling" warning to include a hint to increase the cache size.
|
2011-01-24 |
reimar |
Remove resetting of a_out_buffer_len in init_audio_filters.
|
2011-01-23 |
cboesch |
Reindent and prettify (just a bit) append_dir_subtitles.
|
2011-01-23 |
cboesch |
Typedef the add subtitle function just like open_vob_func.
|
2011-01-23 |
cboesch |
Replace hacky vobsub loading with a new clean one.
|
2011-01-21 |
ib |
Check conversion to and from UTF-8.
|
2011-01-21 |
ib |
Add two missing conversions for enabling non-UTF-8 encoded filenames.
|
2011-01-21 |
ib |
Remove needless get_current_dir_name() calls
|
2011-01-20 |
reimar |
100l, fix hack to check for MakeMKV server being inverted.
|
2011-01-20 |
diego |
Add return_statement_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Add return_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Simplify OpenJPEG check with define_statement_check() helper function.
|
2011-01-20 |
diego |
cosmetics: Move header_check helper function.
|
2011-01-20 |
ib |
Translate messages shown in the GUI window(s) only from UTF-8
|
2011-01-20 |
diego |
Remove libswscale subdirectory.
|
2011-01-19 |
ib |
Translate messages shown in the GUI window(s) from UTF-8
|
2011-01-19 |
ib |
Fix resource leaks and check for realloc failures
|
2011-01-19 |
diego |
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.
|
2011-01-19 |
ib |
Fix compiler warning
|
2011-01-18 |
ib |
Correct translation of filenames and prevent out-of-bounds array access
|
2011-01-18 |
ib |
Enable non-UTF-8 encoded filenames
|
2011-01-18 |
ib |
Allow double quote to be defined in the font description file:
|
2011-01-17 |
cboesch |
Rename strcpy_strip_ext to strcpy_strip_ext_lower.
|
2011-01-16 |
cboesch |
Reindent (and prettify) after 32791.
|
2011-01-16 |
cboesch |
Get rid of the "main" label.
|
2011-01-15 |
cehoyos |
Remove tabs from two additional files that will be used in
|
2011-01-14 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
2011-01-14 |
jrash |
sync with en/mplayer.1 rev. 32777
|
2011-01-13 |
ranma |
move function declaration into vo_dxr2.h
|
2011-01-12 |
cboesch |
Remove unused define/undef.
|
2011-01-12 |
reimar |
Add MakeMKV to list of webservers always supporting ranges even when they
|
2011-01-11 |
ranma |
Drop unneeded extern keyword.
|
2011-01-11 |
cehoyos |
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.
|
2011-01-11 |
cehoyos |
Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.
|
2011-01-11 |
ranma |
Fix uCode memleak found by debian automated code analysis
|
2011-01-11 |
ranma |
Fix compiler warnings in ao_dxr2.c and vo_dxr2.c
|
2011-01-11 |
ranma |
Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).
|
2011-01-10 |
cboesch |
Mark source strings const in some subtitles string processing functions.
|
2011-01-10 |
cboesch |
Add size based support for -endpos in MPlayer.
|
2011-01-09 |
siretart |
add missing fclose()
|
2011-01-09 |
siretart |
add missing fclose
|
2011-01-09 |
siretart |
Fix printf format string warning
|
2011-01-09 |
cehoyos |
Enable fflagarith video decoder.
|
2011-01-08 |
compn |
update copyright year
|
2011-01-08 |
cboesch |
Make load of n subtitles directories possible.
|
2011-01-07 |
diego |
Fix ao_coreaudio compilation on OS X 10.4.
|
2011-01-06 |
compn |
add some notes about BE/LE colorspaces and fix a small typo
|
2011-01-06 |
cehoyos |
Revert r32761: The codec_tag for flac should not be overwritten.
|
2011-01-06 |
cehoyos |
Fix playback of flac in mov with both demuxers.
|
2011-01-06 |
ranma |
Don't hardcode filename length.
|
2011-01-06 |
ranma |
Increase the bitrate range maximum value.
|
2011-01-06 |
cehoyos |
Fix playback of ffv1 yuv422p16.
|
2011-01-06 |
diego |
Do not #define _WIN32 on the command line for Cygwin.
|
2011-01-06 |
diego |
Add/remove a few standard header #includes in our libc function replacements.
|
2011-01-06 |
cehoyos |
Fix flac in mov for -demuxer lavf.
|
2011-01-05 |
diego |
Simplify a bunch of configure checks with the statement_check function.
|
2011-01-05 |
reimar |
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
|
2011-01-05 |
diego |
Add define_statement_check function and use it to simplify some checks.
|
2011-01-05 |
reimar |
100l, set s->muxer->muxbuf to NULL after free, it is used as argument to
|
2011-01-05 |
reimar |
Attempt to fix example configure line.
|
2011-01-05 |
reimar |
Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
|
2011-01-05 |
diego |
Disambiguate remarks about profiles in configuration files.
|
2011-01-05 |
diego |
cosmetics: Get rid of some backslashes at the end of lines.
|
2011-01-05 |
diego |
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
|
2011-01-03 |
cboesch |
Factorize ROUND() redefinitions macro.
|
2011-01-03 |
cboesch |
Replace mp_path_is_absolute with mp_path_join.
|
2011-01-02 |
diego |
Revert previous wrong simplification of AltiVec vector declarations check.
|
2011-01-02 |
diego |
Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.
|
2011-01-02 |
diego |
Add sys/time.h #include to videodev.h/videodev2.h checks.
|
2011-01-02 |
diego |
configure: Simplify *BSD ioctl_meteor.h check.
|
2011-01-02 |
diego |
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
|
2011-01-02 |
diego |
Simplify vector declarations and fast inttypes check with statement_check().
|
2011-01-01 |
reimar |
Set sample_fmt before trying to open an audio codec.
|
2011-01-01 |
diego |
Remove AAC/FAAD2 installation instructions.
|
2011-01-01 |
diego |
Remove forked internal libfaad2 copy.
|
2011-01-01 |
diego |
Remove references to some forked code that was deleted from MPlayer ages ago.
|
2010-12-31 |
reimar |
Remove dvdnav-howto.txt, it is unnecessary and contains no information at
|
2010-12-31 |
reimar |
Make internal FFmpeg use the new API that does not pose a limit on the maximum
|
2010-12-31 |
jrash |
sync with en/mplayer.1 rev. 32735
|
2010-12-30 |
reimar |
Define CONFIG_GPL in config.asm, fixes compilation with YASM.
|
2010-12-27 |
gpoirier |
tell that x264's crf gives better results than qp,
|
2010-12-25 |
cboesch |
Remove pointless case braces.
|
2010-12-24 |
cboesch |
Use '@' Doxygen syntax in subreader module.
|
2010-12-24 |
cboesch |
Add brief description for mp_basename.
|
2010-12-24 |
cboesch |
Add mp_path_is_absolute function.
|
2010-12-24 |
cboesch |
Change Doxygen syntax for mp_dirname.
|
2010-12-24 |
cboesch |
Factorize subtitles loading between mplayer and mencoder.
|
2010-12-23 |
reimar |
Remove __ptr32 and __ptr64 typedefs, we do not need them and
|
2010-12-23 |
reimar |
Disable VIDIX on Windows if then required ntddk.h header is not available.
|
2010-12-23 |
diego |
configure: Add HAVE_MMAP definition for FFmpeg to config.h.
|
2010-12-23 |
diego |
configure: Disable internal libfaad2 compilation by default.
|
2010-12-19 |
reimar |
Compilation fixes for currentl Cygwin.
|
2010-12-19 |
cboesch |
Replace two malloc+memset with calloc.
|
2010-12-19 |
cboesch |
Simplify video format condition in get_metadata.
|
2010-12-19 |
cboesch |
Remove pointless case braces in get_metadata.
|
2010-12-19 |
cboesch |
Fix potential heap overflow in get_metadata.
|
2010-12-18 |
reimar |
llvmpipe, while only slow instead of insanely slow, is a software renderer.
|
2010-12-17 |
jrash |
sync with en/mplayer.1 rev. 32699
|
2010-12-16 |
cboesch |
Add support for HTTP 307 (Temporary Redirect) responses.
|
2010-12-15 |
diego |
Credit Compn for some of his work.
|
2010-12-14 |
reimar |
Remove pointless NULL checks before free.
|
2010-12-14 |
reimar |
get rid of double (
|
2010-12-12 |
compn |
add winamp useragent example
|
2010-12-12 |
compn |
add realplayer user-agent
|
2010-12-12 |
reimar |
Add a missing free to ASF demuxer close.
|
2010-12-12 |
reimar |
Add playlist parser for .nsc files.
|
2010-12-12 |
compn |
add some profile information
|
2010-12-12 |
reimar |
len < 8 is also invalid for 64-bit codec chunk size.
|
2010-12-12 |
reimar |
Avoid using uninitialized data if index read does not return enough data.
|
2010-12-12 |
reimar |
Fix ad_faad crash when used on an empty audio stream.
|
2010-12-12 |
reimar |
Support 0xff as tag for AAC audio and avoid an endless loop for unknown
|
2010-12-12 |
reimar |
Improve speex codec pts handling, make audio timestamps work reasonably
|
2010-12-12 |
reimar |
Fix allocations: always free before overwriting a pointer with a newly
|
2010-12-12 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
2010-12-12 |
reimar |
Fix memleaks on error.
|
2010-12-12 |
reimar |
Treat non-ref frames like B-frames even if has_b_frames is not set and
|
2010-12-12 |
compn |
correct -tv audiorate description, change bitrate to samplerate
|
2010-12-11 |
reimar |
Prefer yuv4mpeg via libavformat, since that one supports multiple
|
2010-12-11 |
reimar |
Replace memcpy with memove since at least src==dst is possible.
|
2010-12-11 |
reimar |
Fix several memleaks in TS demuxer.
|
2010-12-11 |
reimar |
Replace hard-coded number for loop limits for array index by
|
2010-12-11 |
reimar |
Replace malloc+memset with calloc and use sizeof(*variable).
|
2010-12-11 |
reimar |
Add memset to avoid using uninitialized data with sample in bug 1280.
|
2010-12-11 |
reimar |
Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header
|
2010-12-11 |
reimar |
Fix crahs with -audiofile and audio disabled.
|
2010-12-11 |
reimar |
Reset ctx->vo_initialized to 0 on a resolution change.
|
2010-12-11 |
reimar |
Fix possible memory leaks on error.
|
2010-12-11 |
reimar |
Fix insufficient padding/memset at the end of demuxer packets.
|
2010-12-11 |
reimar |
Use FFMAX for slightly better readability.
|
2010-12-11 |
reimar |
Remove useless assignment already done in new_sh_video.
|
2010-12-11 |
reimar |
Remove pointless assignments that are already handled in new_sh_audio.
|
2010-12-11 |
reimar |
Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
|
2010-12-11 |
reimar |
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
|
2010-12-11 |
reimar |
Reset mpvdec to NULL after uninit.
|
2010-12-11 |
reimar |
Fix spelling in comment.
|
2010-12-11 |
reimar |
Allow cycling subtitles backwards with 'J'.
|
2010-12-11 |
reimar |
Support very high libav* message levels as e.g. the flac parser
|
2010-12-08 |
reimar |
Do not generate nonsensical pts values for FLAC audio.
|
2010-12-08 |
reimar |
Add support for FLAC audio parsing, fixes playback time jumping
|
2010-12-07 |
ramiro |
colorspace-test: fix build
|
2010-12-04 |
cboesch |
Make use of mp_basename in a few places.
|
2010-12-04 |
jrash |
sync with en/mplayer.1 rev. 32661
|
2010-12-03 |
cboesch |
Add support for login/password in http_proxy env variable.
|
2010-12-03 |
cboesch |
Drop MPlayer base64_encode for av_base64_encode.
|
2010-12-03 |
compn |
add c key for capturing default bind, missing from r32524
|
2010-12-03 |
compn |
mark myself as bugzilla admin and mailing list moderator
|
2010-11-29 |
compn |
change --with-extraincdir to --extra-cflags
|
2010-11-29 |
reimar |
Set needs_parsing to 1 for DTS audio.
|
2010-11-28 |
reimar |
Fix TS files with MP4 ES AAC descriptor to be correctly recognized
|
2010-11-28 |
reimar |
Add horrible hack to make xvidix work on big-endian.
|
2010-11-28 |
reimar |
100l, fix vidix compilation on big-endian
|
2010-11-28 |
reimar |
Restore big-endian support removed in thoughtless upstream merge
|
2010-11-28 |
reimar |
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
|
2010-11-28 |
compn |
add ffmpeg g722 audio codec
|
2010-11-27 |
iive |
Expose the VBV options of xvid encoder to the command line interface.
|
2010-11-27 |
compn |
make tag for svq3, fixes:
|
2010-11-27 |
reimar |
Add support for uncompressed BGR24 pixfmt.
|
2010-11-27 |
compn |
change dnxhd to qtdnxhd. consistant with all other quicktime decoders
|
2010-11-27 |
reimar |
Reindent.
|
2010-11-27 |
reimar |
Do not dump image description by default.
|
2010-11-27 |
reimar |
Mark input-only buffer as const.
|
2010-11-27 |
reimar |
Mark input buffer that is never modified as const.
|
2010-11-27 |
reimar |
Use uint8_t type instead of unsigned char.
|
2010-11-27 |
reimar |
Mark input-only buffers as const.
|
2010-11-27 |
reimar |
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
|
2010-11-27 |
reimar |
Bump codecs.conf version.
|
2010-11-27 |
reimar |
Add support for decoding Avid DNxHD through the QuickTime component.
|
2010-11-26 |
reimar |
build_afilter_chain is not safe to use directly, thus make it
|
2010-11-25 |
cboesch |
Use calloc instead of malloc+memset.
|
2010-11-25 |
cboesch |
Remove GCC warning hack not needed anymore
|
2010-11-25 |
cboesch |
Remove dead define
|
2010-11-25 |
cboesch |
Simplify mime_type_table loop
|
2010-11-23 |
komh |
Check the validity of an argument, font.
|
2010-11-21 |
cboesch |
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
|
2010-11-21 |
cboesch |
Add a mp_dirname function (unused at the moment)
|
2010-11-21 |
cboesch |
Do not keep authentication in URL on connection through a proxy
|
2010-11-21 |
reimar |
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
|
2010-11-21 |
reimar |
Fix WAVEFORMATEXTENSIBLE condition.
|
2010-11-21 |
reimar |
Fix WAVEFORMATEXTENSIBLE support on big-endian.
|
2010-11-20 |
komh |
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
|
2010-11-20 |
reimar |
Fix TS demuxer with -sb and when -aid stream is not found.
|
2010-11-18 |
cboesch |
Add Proxy-Authorization header to authenticate on proxies
|
2010-11-18 |
cboesch |
"Authentication" header is for the destination server URL, even through a proxy
|
2010-11-17 |
cboesch |
Handle correctly paths with mixed '/' and '\' in it.
|
2010-11-17 |
cboesch |
Fix crash on path without directories.
|
2010-11-16 |
cboesch |
Export mp_basename in a function instead of duplicate macros in various places
|
2010-11-16 |
reimar |
Do not initialize codec_id to a nonsense value (it was initialized
|
2010-11-14 |
reimar |
Indicate that stereo3d can now handle strides properly.
|
2010-11-14 |
reimar |
Remove unused struct element.
|
2010-11-14 |
reimar |
Properly support src/dst stride in vf_stereo3d.
|
2010-11-14 |
reimar |
Adjust d_height instead of bad ad-hoc scaling.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-11-13 |
reimar |
If audio_block_size is 0 that is a bug (and will result in a division by 0
|
2010-11-13 |
reimar |
Fix possible division by 0 if -aid is used for AVI files.
|
2010-11-12 |
reimar |
Unescape username/password when URL-parsing.
|
2010-11-10 |
reimar |
gl/win32: select a stereo pixel format for window when
|
2010-11-10 |
reimar |
Move setting of pixel format from init to config.
|
2010-11-10 |
reimar |
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
|
2010-11-10 |
reimar |
Support reading larger blocks in one go for bd:// protocol.
|
2010-11-10 |
reimar |
Make the file protocol read up to 64 kB at once when the cache is used,
|
2010-11-10 |
compn |
fix punctuation and wording in ffmpeg codec howto
|
2010-11-10 |
lorenm |
use x264_picture_init.
|
2010-11-10 |
cehoyos |
Use fist(p)s instead of fist(p), fixes compilation with clang.
|
2010-11-09 |
reimar |
Simplify: Use early return instead of large if block.
|
2010-11-09 |
reimar |
Some indentation fixes.
|
2010-11-08 |
reimar |
Merge pointlessly split string.
|
2010-11-08 |
reimar |
Fix one -subcc sample.
|
2010-11-08 |
reimar |
Document that -subcc now takes a channel option.
|
2010-11-08 |
reimar |
Add code to allow selecting the Close Captioning channel.
|
2010-11-08 |
diego |
cosmetics: Fix Bluray vs. Blu-ray typo.
|
2010-11-08 |
diego |
Prefer FFmpeg AAC decoder over libfaad2.
|
2010-11-08 |
compn |
document how to add ffmpeg codecs in codecs.conf.txt
|
2010-11-07 |
cboesch |
Replace hardcoded str size with sizeof
|
2010-11-07 |
cboesch |
Use MSGTR_MemAllocFailed instead of hardcoded string
|
2010-11-07 |
diego |
Remove outdated reference to 80kB patch size limit; the limit no longer exists.
|
2010-11-07 |
reimar |
Use calloc instead of malloc+memset.
|
2010-11-07 |
reimar |
Avoid unnecessary ().
|
2010-11-07 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
2010-11-07 |
cehoyos |
Add a comment to codecs that require their fourcc's added to demuxer.c.
|
2010-11-07 |
cehoyos |
Add missing fourcc's that require libavcodec parsing.
|
2010-11-07 |
cehoyos |
Fix typo: There is no fourcc 'MPE '.
|
2010-11-06 |
reimar |
Use IMGFMT to compare instead of PIX_FMT to avoid issues
|
2010-11-06 |
reimar |
For FFmpeg codecs YV12 should always be in the supported format
|
2010-11-06 |
reimar |
Fix dvd:// fill_buffer function to actually write into the specified
|
2010-11-06 |
reimar |
Fix spelling.
|
2010-11-06 |
reimar |
100l, add missing return.
|
2010-11-06 |
reimar |
Change code to something understandable (but equivalent).
|
2010-11-06 |
reimar |
Remove a pointless and stupid condition.
|
2010-11-06 |
reimar |
Fix subtitle sync issues by ensuring we enqueue all subtitle packets
|
2010-11-06 |
reimar |
Fix -ac faad with -demuxer lavf.
|
2010-11-06 |
reimar |
fflatm seems to be working, wheras internal faad does not work with
|
2010-11-06 |
reimar |
Use only one fourcc for LATM.
|
2010-11-06 |
reimar |
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
|
2010-11-06 |
reimar |
Add support for LATM parsing.
|
2010-11-06 |
reimar |
Fix bd:// with -cache, the bd_read function does not work when
|
2010-11-06 |
reimar |
Fix program switching with -demuxer lavf.
|
2010-11-06 |
reimar |
Print PROGRAM_ID -identify output similar to demux_ts
|
2010-11-06 |
reimar |
Set st->discard in the same way for audio and video, fixes -aid no
|
2010-11-03 |
reimar |
Support NV12/NV21/HM12 in ve_raw.
|
2010-11-03 |
reimar |
Make scale filter accept all non-hardware-acceleration input formats we know a
|
2010-11-03 |
reimar |
Add and use a IMGFMT_IS_HWACCEL define.
|
2010-11-03 |
diego |
Add video/3gpp and application/x-flash-video mime types.
|
2010-11-03 |
diego |
Do not enable rpath on NetBSD.
|
2010-11-03 |
diego |
Enable joystick support on FreeBSD.
|
2010-11-02 |
cehoyos |
Support FFmpeg LATM decoding.
|
2010-11-02 |
komh |
Restore all the attributes after changing aspect ratio.
|
2010-11-02 |
komh |
Prevent a parent window from painting over our window on slave mode
|
2010-10-30 |
reimar |
Fix possible out-of-bounds access.
|
2010-10-30 |
jrash |
sync with en/mplayer.1 rev. 32566
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_xvid4.
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_x264.
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_lavc.
|
2010-10-29 |
cigaes |
Add the -force-key-frames option.
|
2010-10-29 |
mstorsjo |
Store src/dstFormat after calling handle_jpeg
|
2010-10-28 |
siretart |
make indentation consistent (no content changes)
|
2010-10-28 |
diego |
Update release instructions to be more in line with current practice.
|
2010-10-27 |
reimar |
Add internal read and seek function to avoid a useless memcpy when using
|
2010-10-27 |
cigaes |
vo_corevideo.m: change path for sub.h.
|
2010-10-27 |
cigaes |
Move spuenc.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move osd.[ch] and osd_template.c from libvo to sub.
|
2010-10-27 |
reimar |
Remove som irrelevant commented-out code.
|
2010-10-27 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
2010-10-27 |
cigaes |
Ignore .d and .ho files in sub.
|
2010-10-27 |
reimar |
Do not use a path for including files in the same directory.
|
2010-10-27 |
cigaes |
Makefile: add the sub directory to DIRS.
|
2010-10-27 |
cigaes |
Move subassconvert.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move eosd.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move sub_cc.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move av_sub.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move spudec.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move find_sub.c to the sub directory.
|
2010-10-27 |
cigaes |
Create a new directory, "sub", for subtitles and OSD related code.
|
2010-10-27 |
diego |
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.
|
2010-10-27 |
cigaes |
stream_dvd: millisecond accuracy for chapters in -identify output.
|
2010-10-27 |
siretart |
bump package build-dependency on x264 to versions later than 0.99
|
2010-10-27 |
siretart |
sync x264 version check with the check in ffmpeg/configure
|
2010-10-26 |
reimar |
Consistency fix: select track specified by -aid/-vid/-sid automatically
|
2010-10-26 |
reimar |
Replace malloc+memset by calloc.
|
2010-10-23 |
cehoyos |
Add manual page changes after adding support for additional xvid
|
2010-10-23 |
cehoyos |
Fix Italian translation.
|
2010-10-23 |
reimar |
Use proper include instead of extern declarations in the .c file.
|
2010-10-23 |
reimar |
Change capture feature to append to file instead of overwriting.
|
2010-10-23 |
reimar |
Simplify and fix capture feature to not always return an error.
|
2010-10-22 |
cigaes |
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.
|
2010-10-22 |
reimar |
Add stereo3d filter.
|
2010-10-22 |
reimar |
Remove unused message string.
|
2010-10-22 |
reimar |
Improve vd_ffmpeg aspect handling to respect container aspect if possible
|
2010-10-21 |
diego |
Implement a basic capture feature, available through -capture.
|
2010-10-21 |
diego |
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.
|
2010-10-21 |
diego |
Fix detection of mips processor variants.
|
2010-10-21 |
corey |
Cosmetics: split a couple long "if" lines.
|
2010-10-21 |
corey |
Make mencoder account for encoder delay when considering the current
|
2010-10-20 |
attila |
Make commas and backslashes show in manpage output as they are supposed
|
2010-10-19 |
siretart |
make the packaged binaries identify themselves properly
|
2010-10-19 |
siretart |
10l, unbreak building of mplayer-doc package
|
2010-10-19 |
siretart |
Make clean target even more robust and forcefully remove generated HTML docs
|
2010-10-19 |
siretart |
switch to source format 3.0 (native) to build tarballs on demand
|
2010-10-18 |
cigaes |
Make the parse_timestring public, with a slightly extended API.
|
2010-10-18 |
cigaes |
Move the read_pnm function into a separate file.
|
2010-10-18 |
cigaes |
Add a flag "initialized" to the mp_eosd_source structure.
|
2010-10-18 |
siretart |
don't fail debian package build if not all shlibdeps information could be retrieved
|
2010-10-17 |
reimar |
Reindent.
|
2010-10-17 |
reimar |
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible
|
2010-10-17 |
reimar |
Fix possible crash for invalid http_proxy URLs like just
|
2010-10-17 |
reimar |
More strict autodetection of RT subtitle format.
|
2010-10-17 |
reimar |
Mention af_cmdline command in Changelog.
|
2010-10-17 |
reimar |
Add experimental af_cmdline slave command to allow changing filter options at runtime.
|
2010-10-17 |
reimar |
Make af_reinit "public", to allow using it in future patches.
|
2010-10-17 |
reimar |
Avoid C99-style loops with variable declaration inside for ()
|
2010-10-17 |
reimar |
Add proper include for set_priority,
|
2010-10-17 |
reimar |
Move gui-specific code out of common_init, it certainly does
|
2010-10-17 |
reimar |
Add windows.h include to fix compilation in some cases.
|
2010-10-17 |
reimar |
Make code clearer by putting the "special case hack" inside the if.
|
2010-10-17 |
reimar |
Fix indentation.
|
2010-10-17 |
reimar |
Do not fail opening a -input file= file just because stat failed, but try
|
2010-10-17 |
reimar |
Add missing avstring include for av_strlcpy.
|
2010-10-17 |
reimar |
Add proper include for av_strlcpy.
|
2010-10-17 |
reynaldo |
Small grammar and formatting fixes
|
2010-10-15 |
siretart |
in auto mode, enable internal libdvdcss only if it is actually available
|
2010-10-14 |
cigaes |
Cosmetic: remove useless braces.
|
2010-10-14 |
cigaes |
Use intptr_t for integers stored in opaque pointers.
|
2010-10-14 |
siretart |
ignore debhelper generated debug logfiles
|
2010-10-14 |
siretart |
add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy
|
2010-10-14 |
siretart |
make clean target more robust (i.e. don't fail when config.mak isn't there)
|
2010-10-13 |
reimar |
Replace snprintf by av_strlcpy.
|
2010-10-13 |
reimar |
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX
|
2010-10-13 |
siretart |
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed
|
2010-10-13 |
siretart |
use 'dpkg --print-architecture'
|
2010-10-12 |
cigaes |
EOSD: add a function to test if a source has already been registered.
|
2010-10-12 |
diego |
Remove some obsolete and misleading comments.
|
2010-10-11 |
reimar |
Fix handling of invalid values in aspect_save_screenres to not overwrite
|
2010-10-11 |
diego |
Remove #warning preprocessor directives or replace them by suitable comments.
|
2010-10-10 |
reimar |
Extract code to read a pnm file into a separate function.
|
2010-10-10 |
cigaes |
Add the overlay_add and overlay_remove commands.
|
2010-10-10 |
cigaes |
Use a dynamic list for the sources of EOSD elements.
|
2010-10-09 |
reimar |
Avoid printing AAC with SBR warning on every decode call, instead print
|
2010-10-09 |
reimar |
Write the code in a more understandable way instead of trying to explain
|
2010-10-09 |
reimar |
Whitespace cosmetics: format init function more consistent with the
|
2010-10-09 |
reimar |
Fix typo in error message: ACC -> AAC
|
2010-10-09 |
reimar |
Simplify some ifdefs.
|
2010-10-09 |
reimar |
Move OS-fixup hacks in init code into a separate function.
|
2010-10-09 |
reimar |
Sanitize indentation of common init functions.
|
2010-10-09 |
reimar |
Avoid duplicating common init code between MPlayer and mencoder.
|
2010-10-09 |
reimar |
Remove some commented-out and generally useless code.
|
2010-10-09 |
reimar |
Fix validity checks before closing a file descriptor.
|
2010-10-09 |
reimar |
Fix indentation.
|
2010-10-09 |
reimar |
Remov gui-specific code, the way teh GUI works was changed so most
|
2010-10-09 |
reimar |
Add a va_list version of mp_msg and use it to avoid yet another intermediate
|
2010-10-09 |
reimar |
Add a missing const to declaration.
|
2010-10-09 |
reimar |
Simplify code for writing to /proc/mtrr.
|
2010-10-09 |
reimar |
Spelling fix.
|
2010-10-09 |
reimar |
Use FFALIGN macro.
|
2010-10-09 |
reimar |
Spelling fix.
|
2010-10-09 |
reimar |
Remove an unmotivated and pointless panscan_calc call.
|
2010-10-09 |
reimar |
xvidix: reconfigure also on window move.
|
2010-10-09 |
reimar |
Fix xmga event handling: Reconfigure hardware on move and resize,
|
2010-10-09 |
reimar |
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.
|
2010-10-09 |
reimar |
Add VO_EVENT_MOVE which is required for VOs that interact directly
|
2010-10-09 |
reimar |
Switch (x)mga vo to new libvo API to reduce code duplication and improve
|
2010-10-09 |
reimar |
Add fallback values to aspect_save_screenres to avoid division by 0
|
2010-10-08 |
diego |
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
|
2010-10-08 |
diego |
AC-3 streams need to be byteswapped on little-endian machines.
|
2010-10-08 |
diego |
Change libmp3lame check to test for lame_set_VBR_quality().
|
2010-10-07 |
diego |
Make sure some x86 config.h entries are available on all architectures.
|
2010-10-07 |
diego |
Add missing values for the chanlist suboption of -tv.
|
2010-10-07 |
diego |
Add xmm clobbers test for FFmpeg.
|
2010-10-06 |
cehoyos |
Fix switching audio track with the native MPEG-TS demuxer after an
|
2010-10-05 |
diego |
Add necessary #includes to make headers compile standalone.
|
2010-10-05 |
diego |
Ignore generated .ho files.
|
2010-10-05 |
diego |
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
|
2010-10-05 |
diego |
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
|
2010-10-05 |
compn |
add another xdcam mpeg2 fourcc/isom
|
2010-10-04 |
reimar |
Handle libavformat adding additional streams during playback.
|
2010-10-04 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
2010-10-03 |
cehoyos |
yadif: Explicit wordlength for compare. Fixes compile with clang.
|
2010-10-03 |
diego |
Move pva_get_payload() around to avoid a forward declaration.
|
2010-10-03 |
diego |
Mark pva_get_payload() as static, it is not used outside of the file.
|
2010-10-03 |
diego |
Move AVI muxer functions around to avoid forward declarations.
|
2010-10-03 |
diego |
Move mp_unescape03 function around to avoid forward declaration.
|
2010-10-03 |
diego |
Remove unused hexdump() forward declaration.
|
2010-10-03 |
diego |
Replace forward declarations of skip_audio_frame() by proper #include.
|
2010-10-03 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
2010-10-03 |
diego |
Remove some unnecessary #includes from IVTV and V4L2 checks.
|
2010-10-03 |
diego |
Simplify some X11 checks with the help of statement_check_broken().
|
2010-10-03 |
diego |
Remove some dead and commented-out variable declarations and assignments.
|
2010-10-03 |
diego |
cosmetics: alphabetical order for the DIRS list
|
2010-10-03 |
diego |
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
|
2010-10-03 |
reimar |
100l, fix sws_getCachedContext. It did not set the colorspace details,
|
2010-10-02 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
2010-10-02 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
2010-10-01 |
diego |
Move some code around to avoid forward declarations in top-level .c files.
|
2010-10-01 |
diego |
Drop removal of AAC encoder from list of FFmpeg encoders.
|
2010-09-30 |
reimar |
100l, actually add yasmdefines to YASMFLAGS.
|
2010-09-30 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-30 |
cehoyos |
Use calloc instead of malloc and memset.
|
2010-09-30 |
cehoyos |
Simplify comparison.
|
2010-09-29 |
stefano |
Set default values for the scale context in sws_alloc_context().
|
2010-09-29 |
stefano |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
|
2010-09-29 |
stefano |
Set valid default values for the srcw, srch, dstw, dsth options in the
|
2010-09-29 |
reimar |
Use bluray_device variable also for bd:// instead of dvd_device
|
2010-09-29 |
reimar |
Reindent.
|
2010-09-29 |
reimar |
spudec: support "clear" packets that contain no data but instead
|
2010-09-29 |
reimar |
Move config.asm back to root and append a '/' to SRC_PATH
|
2010-09-29 |
reimar |
Allow configure to accept nasm instead of yasm again.
|
2010-09-29 |
reimar |
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
|
2010-09-29 |
reimar |
config.asm should be generate in ffmpeg/, not the root.
|
2010-09-29 |
stefano |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
|
2010-09-29 |
stefano |
Put if (...) av_log() in the same line, more compact and increase
|
2010-09-29 |
stefano |
Amend constraints for the src_format and dst_format options in the
|
2010-09-29 |
stefano |
Cosmetics: fix braces placement.
|
2010-09-28 |
stefano |
Deprecate sws_getContext(), use sws_alloc_context() and
|
2010-09-28 |
stefano |
Add documentation for the returned value of sws_init_context().
|
2010-09-28 |
diego |
Use a single svn:externals declaration for all of FFmpeg.
|
2010-09-28 |
ptt |
synced to r32397
|
2010-09-28 |
ptt |
corrected a _ to - in -udp-slave message
|
2010-09-28 |
stefano |
Bump minor version after the addition of sws_alloc_context() and
|
2010-09-27 |
bcoudurier |
100l fix if condition
|
2010-09-27 |
bcoudurier |
Y400A (gray alpha) input support in libswscale
|
2010-09-27 |
janne |
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
|
2010-09-27 |
janne |
cosmetics: break long line update_flags_cpu
|
2010-09-27 |
reimar |
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.
|
2010-09-27 |
diego |
Remove unnecessary Xlib.h #include from xf86keysym check.
|
2010-09-27 |
diego |
Revert accidentally committed changes.
|
2010-09-27 |
diego |
Drop two unnecessary Xlib.h #includes and use helper functions.
|
2010-09-27 |
diego |
cosmetics: Move some functions around to avoid ugly forward declarations.
|
2010-09-27 |
diego |
Mark some function parameters that are not modified as const.
|
2010-09-27 |
diego |
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
|
2010-09-27 |
diego |
cosmetics: Make diff apply cleanly.
|
2010-09-27 |
diego |
Ignore all config.* files.
|
2010-09-27 |
diego |
Sync with current FFmpeg head.
|
2010-09-27 |
diego |
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
|
2010-09-27 |
diego |
Simplify some configure checks through statement_check{_broken}().
|
2010-09-27 |
diego |
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
|
2010-09-26 |
diego |
Remove unnecessary sys/types.h #include from shm check.
|
2010-09-26 |
diego |
Add proper autodetection for FTP support; should fix Bugzilla #1804.
|
2010-09-26 |
diego |
Simplify inet_pton/inet_aton checks with function_check().
|
2010-09-26 |
diego |
Simplify jpeglib check with header_check_broken().
|
2010-09-26 |
diego |
Switch back to using '-MD -MP' as gcc .d file creation flags.
|
2010-09-26 |
diego |
Remove unnecessary linux/types.h #include from Apple IR check.
|
2010-09-26 |
diego |
Move xmga check after X11, which xmga requires.
|
2010-09-26 |
diego |
Simplify ENCA check.
|
2010-09-26 |
ramiro |
fix typos and grammar
|
2010-09-26 |
michael |
Make the avoptions list of sws more complete.
|
2010-09-26 |
michael |
Split alloc and init of context so that parameters can be set in the context
|
2010-09-26 |
diego |
Update documentation on how to add checks; mention helper functions.
|
2010-09-26 |
diego |
Fix the way the dynamic loader check adds linker flags.
|
2010-09-26 |
diego |
Simplify Windows waveout test with header_check_broken().
|
2010-09-26 |
diego |
Simplify Direct3D check with header_check().
|
2010-09-26 |
diego |
Remove some unnecessary windows.h #includes in configure checks.
|
2010-09-26 |
Gabrov |
synced with r32361
|
2010-09-26 |
Gabrov |
typo fix
|
2010-09-26 |
ramiro |
swscale: use full chroma input for point scaler
|
2010-09-26 |
cehoyos |
Partial support for ffwmvp (only works with -demuxer lavf).
|
2010-09-26 |
cigaes |
Automatic downmix using the pan filter when the requested channel count is 2
|
2010-09-26 |
diego |
Omit header dependency declaration for codec-cfg.d.
|
2010-09-25 |
diego |
Ignore generated .d files.
|
2010-09-25 |
diego |
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
|
2010-09-25 |
diego |
Ignore generated .d files.
|
2010-09-25 |
diego |
Change the way encoders necessary for both MPlayer and MEncoder are enabled.
|
2010-09-25 |
diego |
Add HAVE_STDLIB_H to config.h for libfaad2.
|
2010-09-25 |
diego |
Sync some minor changes from upstream libdvdcss, up to r237.
|
2010-09-25 |
diego |
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.
|
2010-09-25 |
reimar |
Minor simplification of af_init.
|
2010-09-25 |
reimar |
Fix af_append and af_prepend prototypes, the name should be const.
|
2010-09-23 |
cigaes |
vf_ass: avoid divisions in alpha blending.
|
2010-09-22 |
diego |
Do not compile libfaad2 with -D_GNU_SOURCE.
|
2010-09-22 |
diego |
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:
|
2010-09-22 |
diego |
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.
|
2010-09-21 |
diego |
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
|
2010-09-21 |
diego |
Move network requirement check for FTP into the FTP test.
|
2010-09-21 |
diego |
Add HAVE_ALIGNED_STACK definition for FFmpeg.
|
2010-09-21 |
diego |
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
|
2010-09-21 |
diego |
Move ASMALIGN check into x86 section of configure.
|
2010-09-21 |
diego |
Move lrintf definition to the FFmpeg section of config.h.
|
2010-09-21 |
diego |
Remove local HAVE_LRINTF hack; it should no longer be necessary.
|
2010-09-21 |
diego |
Restore trailing whitespace in local diff file.
|
2010-09-20 |
diego |
Drop separate compilation rules for dhahelperwin files.
|
2010-09-20 |
diego |
Use generated dependency information files for dhahelper.
|
2010-09-20 |
diego |
Merge dhahelperwinclean and dhahelperclean targets.
|
2010-09-20 |
diego |
Use generated dependency information files for tools and tests.
|
2010-09-20 |
diego |
Generate dependency information for netstream and vivodump as well.
|
2010-09-20 |
diego |
Work around linking failure due to unresolved reference to mplayer_version.
|
2010-09-20 |
diego |
Remove remnants of explicit dependency file generation.
|
2010-09-20 |
diego |
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.
|
2010-09-20 |
diego |
Use dependency files to track the compile-time dependencies of kernel modules.
|
2010-09-20 |
diego |
Generate dependency files also when compiling binaries straight from .c files.
|
2010-09-20 |
diego |
Add an actual .c file for the rage128_vid kernel module.
|
2010-09-20 |
diego |
Simplify generation of dependency file list.
|
2010-09-20 |
diego |
Also read dependency files generated while compiling Assembler files.
|
2010-09-20 |
diego |
cosmetics: Rename DEPS variable to DEP_FILES.
|
2010-09-20 |
diego |
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.
|
2010-09-20 |
diego |
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.
|
2010-09-20 |
diego |
Add dependency flags to CC invocation for .S files.
|
2010-09-20 |
diego |
Simplify libbluray test with function_check().
|
2010-09-20 |
diego |
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.
|
2010-09-20 |
diego |
Remove unnecessary #ifdefs around vosub_vidix.h #include.
|
2010-09-20 |
diego |
Do not falsely declare some vo_functions_t declarations as const.
|
2010-09-20 |
diego |
Remove unnecessary #include from libbluray test.
|
2010-09-19 |
diego |
1000l: Fix shift amount in function_check_broken().
|
2010-09-18 |
cigaes |
vf_ass: skip alpha blending for pixels where alpha is zero.
|
2010-09-18 |
reimar |
Check for realloc failure. Ignore the memleak this causes since
|
2010-09-18 |
reimar |
Matroska allows data to be compressed multiple times, thus ensure
|
2010-09-18 |
reimar |
Fix format string to match type.
|
2010-09-18 |
reimar |
Fix label indentation.
|
2010-09-18 |
reimar |
Fix decoded length calculation of LZO decompression in demux_mkv.
|
2010-09-18 |
reimar |
Add many integer overflow checks to mkv demuxer.
|
2010-09-18 |
diego |
Make sure that HAVE_MKSTEMP is always #defined to a value.
|
2010-09-18 |
diego |
Simplify librtmp check using function_check().
|
2010-09-18 |
diego |
Make sure that CONFIG_LIBMP3LAME is always #defined.
|
2010-09-18 |
diego |
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.
|
2010-09-18 |
diego |
Simplify libdca check using function_check_broken().
|
2010-09-18 |
diego |
Add function_check_broken convenience function.
|
2010-09-18 |
diego |
cosmetics: Slightly reformat a comment.
|
2010-09-18 |
diego |
cosmetics: Slightly shorten swab() check.
|
2010-09-18 |
reimar |
Fix compilation on Windows: MinGW unistd.h does not define NULL.
|
2010-09-17 |
diego |
Adapt license header from libass to MPlayer boilerplate.
|
2010-09-17 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
2010-09-17 |
diego |
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
|
2010-09-17 |
diego |
Add an #ifdef to avoid unused variable warnings when iconv is disabled.
|
2010-09-17 |
diego |
Ignore possible errors from dvdread-config invocation.
|
2010-09-17 |
diego |
Check for vbeInit() instead of vbeVersion() in VESA test.
|
2010-09-17 |
diego |
Mark functs not used outside of the file as static, remove from header; fixes:
|
2010-09-17 |
diego |
cosmetics: Move vlvo_preinit() below the functions that it uses.
|
2010-09-17 |
diego |
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
|
2010-09-17 |
diego |
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
|
2010-09-17 |
diego |
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
|
2010-09-17 |
diego |
Remove outdated warning about obsolete gcc 2.96.
|
2010-09-17 |
diego |
Replace local min/max macros by FFMIN/FFMAX.
|
2010-09-17 |
diego |
Remove old obsolete warning about dfbopts.
|
2010-09-16 |
ramiro |
mga: use libswscale interface for g200 (untested)
|
2010-09-16 |
diego |
Unconditionally #include subreader.h.
|
2010-09-16 |
diego |
misc whitespace cosmetics
|
2010-09-16 |
diego |
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.
|
2010-09-16 |
diego |
Remove pointless fontconfig version #ifdef.
|
2010-09-16 |
diego |
Add necessary #include for text_font_scale_factor and subtitle_autoscale.
|
2010-09-16 |
diego |
100l: Set _XOPEN_SOURCE to a proper integer value.
|
2010-09-16 |
diego |
Simplify check for external dvdread.
|
2010-09-16 |
diego |
Slightly restructure OSS audio check; fixes the warning:
|
2010-09-16 |
diego |
Remove pointless sys/ioctl.h #includes from OSS audio checks.
|
2010-09-16 |
diego |
Add missing stdio.h #include to the test program in the PNG check.
|
2010-09-16 |
diego |
Simplify glob() check.
|
2010-09-16 |
diego |
Simplify termcap check.
|
2010-09-16 |
diego |
Simplify mkstemp() check.
|
2010-09-16 |
diego |
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.
|
2010-09-16 |
ramiro |
swscale-test: cosmetic alignment
|
2010-09-16 |
diego |
Simplify libggiwmh check using function_check().
|
2010-09-16 |
diego |
Simplify OS/2 header checks using header_check_broken().
|
2010-09-16 |
diego |
Simplify libmpeg2 check using header_check_broken().
|
2010-09-16 |
diego |
Simplify esd checks using function_check().
|
2010-09-16 |
diego |
Update URL to patch for new API support.
|
2010-09-16 |
diego |
Update mp3lame_lavc check to match recent FFmpeg changes.
|
2010-09-16 |
ramiro |
swscale: remove useless temporary variable
|
2010-09-16 |
ramiro |
swscale: factorize plane copying code out of 2 functions
|
2010-09-16 |
ramiro |
swscale-test: always use bilinear scaler to get output for SSD
|
2010-09-15 |
diego |
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
|
2010-09-15 |
diego |
Add libmpdemux/stheader #include for struct sh_video.
|
2010-09-15 |
diego |
Require DirectFB version 0.9.22.
|
2010-09-15 |
diego |
Simplify DirectFB check.
|
2010-09-15 |
diego |
Require DirectFB version 0.9.15 instead of 0.9.13.
|
2010-09-15 |
diego |
Cast return value to long instead of int in byte order check.
|
2010-09-14 |
diego |
Simplify libggiwmh check.
|
2010-09-14 |
diego |
Simplify kstat check.
|
2010-09-14 |
diego |
cosmetics: Replace some double quotes by single quotes for consistency.
|
2010-09-14 |
diego |
Simplify a bunch of configure checks through the use of function_check().
|
2010-09-14 |
diego |
Remove pointless casts from configure checks.
|
2010-09-14 |
diego |
Use inline_asm_check to simplify a bunch of configure checks.
|
2010-09-14 |
diego |
Add inline_asm_check function to simplify configure checks.
|
2010-09-14 |
diego |
Initialize variable in giflib check; fixes the warning:
|
2010-09-14 |
ramiro |
rgb2rgb: don't misuse HAVE_* defines
|
2010-09-14 |
diego |
Simplify libdv test.
|
2010-09-14 |
diego |
Simplify mman.h/mmap check.
|
2010-09-14 |
diego |
Simplify math function checks.
|
2010-09-14 |
diego |
Initialize variable in libspeex configure check; fixes the warning:
|
2010-09-14 |
diego |
Simplify FreeType check.
|
2010-09-14 |
diego |
Simplify DirectFB check using function_check().
|
2010-09-14 |
diego |
Initialize variable in vsscanf configure check; fixes the warning:
|
2010-09-14 |
diego |
Remove bogus cast from configure check; fixes the warning:
|
2010-09-14 |
diego |
Simplify dynamic loader check.
|
2010-09-14 |
diego |
Remove unnecessary extern declarations from aalib check; fixes the warnings:
|
2010-09-14 |
diego |
Fix parameter types in swab() check; fixes the warnings:
|
2010-09-14 |
diego |
Add some missing headers to configure checks; fixes the warnings:
|
2010-09-14 |
diego |
Mark local functions in configure tests as static; fixes the warnings:
|
2010-09-14 |
diego |
Use complete set of warning flags during compilation checks.
|
2010-09-13 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
2010-09-13 |
diego |
Move TV input new_handle static function to tv.c and make it non-static.
|
2010-09-13 |
diego |
Replace sizeof(type) by sizeof(variable) in malloc invocation.
|
2010-09-13 |
diego |
Remove vim/emacs coding style hints.
|
2010-09-13 |
ramiro |
swscale: indentation and emtpy line cosmetics
|
2010-09-13 |
ramiro |
swscale: avoid reading prior to the source buffer in planar2x() MMX2
|
2010-09-13 |
diego |
Mark srcArray as const pointer to const data, fixes the warnings:
|
2010-09-13 |
diego |
const-correctness for the menu_info_t OSD menu info declarations
|
2010-09-13 |
diego |
const-correctness for af_info_t audio filter declarations
|
2010-09-13 |
diego |
Mark some vo_functions_t declarations that were not yet const as const.
|
2010-09-13 |
diego |
cosmetics: Place mga_vid tests along with the other video output tests.
|
2010-09-12 |
ramiro |
swscale-test: allow specifying src/dst pixel formats
|
2010-09-12 |
ramiro |
indent
|
2010-09-12 |
ramiro |
swscale-test: take input from reference file
|
2010-09-12 |
ramiro |
swscale-test: always use SWS_BILINEAR to convert from ref to src
|
2010-09-12 |
ramiro |
swscale-test: move conversion from ref to source back to doTest()
|
2010-09-12 |
diego |
Add standard multiple inclusion guards.
|
2010-09-12 |
reimar |
Reindent.
|
2010-09-12 |
reimar |
Remove a pointless if.
|
2010-09-12 |
reimar |
Replace sizeof(BITMAPINFOHEADER)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace sizeof(WAVEFORMATEX) occurrences.
|
2010-09-12 |
diego |
Skip #ifdefs around harmless ae_*.h header #includes.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
diego |
Merge one malloc() + memset() invocation into calloc().
|
2010-09-12 |
diego |
Remove libavcodec ifdeffery from the GUI code.
|
2010-09-12 |
reimar |
Avoid some pointless uses of sizeof() and one related cast.
|
2010-09-12 |
diego |
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.
|
2010-09-12 |
reimar |
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
|
2010-09-12 |
reimar |
Replace several sizeof(WAVEFORMATEX)
|
2010-09-12 |
reimar |
Remove a useless cast.
|
2010-09-12 |
reimar |
Replace sizeof(type)
|
2010-09-12 |
reimar |
Remove a useless cast.
|
2010-09-12 |
reimar |
Replace sizeof(type) by sizeof(*ptrvar)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
ramiro |
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
|
2010-09-12 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Fix a condition that would never be false (and thus cause
|
2010-09-12 |
reimar |
Replace some sizeof(type) by sizeof(*pointer)
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc.
|
2010-09-12 |
reimar |
Replace malloc+memset by calloc
|
2010-09-12 |
diego |
cosmetics: Reformat in K&R style, prettyprinting.
|
2010-09-12 |
reimar |
Remove stheader.h include from mpcommon.h since it
|
2010-09-12 |
reimar |
Remove a duplicate mconfig declaration
|
2010-09-12 |
reimar |
Fix win32 gui compilation
|
2010-09-12 |
diego |
Add missing #include for vd_ffmpeg.h; fixes the warning:
|
2010-09-12 |
diego |
Enable Apple remote code when compiling is possible; do not require running it.
|
2010-09-11 |
diego |
Move TV input free_handle static function to tv.c and make it non-static.
|
2010-09-11 |
diego |
Separate compiler warning flags from other compiler flags.
|
2010-09-11 |
diego |
cosmetics: Place some FFmpeg-related variables in a more sensible order.
|
2010-09-11 |
diego |
Add explanatory comment for video_out.h #inclusion in libao2/.
|
2010-09-11 |
diego |
Remove pointless typedef keyword from struct RTPState declaration; fixes:
|
2010-09-11 |
diego |
Add required #includes to fix 'make checkheaders'.
|
2010-09-11 |
diego |
Add required config.h #includes.
|
2010-09-11 |
diego |
Use identical signature for eosd_ass_init in both the .c and .h file.
|
2010-09-11 |
diego |
Add required header m_config.h; fixes 'make checkheaders'.
|
2010-09-11 |
diego |
cosmetics: Add #endif comment.
|
2010-09-11 |
diego |
cosmetics: Break some long lines.
|
2010-09-11 |
diego |
Add #include for required header mp_core.h; fixes 'make checkheaders'.
|
2010-09-11 |
diego |
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.
|
2010-09-11 |
diego |
Move local_wm extern variable declaration to loader.h, which is better suited.
|
2010-09-11 |
diego |
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.
|
2010-09-11 |
diego |
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
|
2010-09-11 |
diego |
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.
|
2010-09-11 |
ramiro |
indent
|
2010-09-11 |
ramiro |
swscale: remove unused code
|
2010-09-11 |
ramiro |
rgb2rgb: remove unused yvu9toyv12 function
|
2010-09-11 |
diego |
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
|
2010-09-11 |
diego |
Mark is_mplayer_front() as static, it is only used within the file; fixes:
|
2010-09-11 |
diego |
Replace proc_priority extern declaration by osdep/priority.h #include.
|
2010-09-11 |
diego |
Move codecname extern variable declaration to gui.h, which is better suited.
|
2010-09-11 |
diego |
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
|
2010-09-11 |
diego |
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.
|
2010-09-11 |
diego |
Move all MEncoder-related extern variable declarations to mencoder.h.
|
2010-09-11 |
diego |
Move mconfig extern variable declaration to mpcommon.h.
|
2010-09-11 |
diego |
Move stream_cache_* extern variable declarations to mpcommon.h.
|
2010-09-11 |
diego |
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
|
2010-09-11 |
diego |
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
|
2010-09-11 |
diego |
Replace force_fps extern declaration by mpcommon.h #include.
|
2010-09-11 |
diego |
Replace dvdsub_id extern declaration by mpcommon.h #include.
|
2010-09-10 |
diego |
Replace a bunch of extern declarations by proper mpcommon.h #include.
|
2010-09-10 |
diego |
Add necessary config.h #include.
|
2010-09-10 |
diego |
Replace audio_delay extern declaration by proper mplayer.h #include.
|
2010-09-10 |
diego |
Move slave_mode extern declaration to mplayer.h, where it belongs.
|
2010-09-10 |
diego |
Replace audio_id / video_id extern declarations by mpcommon.h #include.
|
2010-09-10 |
diego |
Remove unnecessary stream_cache_size extern declaration.
|
2010-09-10 |
diego |
Remove duplicate stream_cache_size extern declaration.
|
2010-09-10 |
diego |
Remove duplicate vobsub_id extern declaration.
|
2010-09-10 |
diego |
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
|
2010-09-10 |
gpoirier |
fix XML structure to make xmllint happy :-)
|
2010-09-10 |
diego |
Remove unnecessary cache_fill_status #define.
|
2010-09-10 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-10 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-09 |
diego |
cosmetics: reorder declarations, prettyprinting
|
2010-09-09 |
diego |
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
|
2010-09-09 |
diego |
Remove unused video_driver/audio_driver extern variable declarations.
|
2010-09-09 |
diego |
Move mplPBFade extern declaration to gmplayer.h, which is better suited.
|
2010-09-09 |
diego |
Move stream_dump_type extern declaration to mplayer.h, where it belongs.
|
2010-09-09 |
diego |
Add appropriate #include instead of declaring seek-related variables extern.
|
2010-09-09 |
diego |
Add appropriate #include instead of declaring vo_gamma_* extern.
|
2010-09-09 |
diego |
Remove unused cache_stats function.
|
2010-09-09 |
diego |
Move cache_fill_status extern declaration to cache2.h, where it belongs.
|
2010-09-09 |
diego |
Mark encoder_list declaration as const pointers to const data, fixes:
|
2010-09-09 |
diego |
Mark vf_info_t declaration for the fixpts filter as const.
|
2010-09-09 |
diego |
Mark video encoder vf_info_t structs as const.
|
2010-09-09 |
diego |
Move **sub_name extern declaration to mpcommon.h.
|
2010-09-09 |
diego |
Move use_menu extern declaration to mplayer.h, where it belongs.
|
2010-09-09 |
diego |
Move **sub_name extern declaration to mplayer.h, where it belongs.
|
2010-09-09 |
diego |
cosmetics: Group all extern variable declarations together.
|
2010-09-09 |
ramiro |
gui: remove direct usage of rgb2rgb interface, use swscale instead
|
2010-09-09 |
ramiro |
mga: disable g200 support
|
2010-09-09 |
diego |
Mark libmenu_vfs declaration as const, fixes the warning:
|
2010-09-09 |
diego |
Mark vf_info_menu declaration as const.
|
2010-09-09 |
diego |
Move mime_type_table extern declaration to network.h, where it belongs.
|
2010-09-09 |
reimar |
Fix make checkheaders for udp_sync.h
|
2010-09-08 |
ramiro |
av_fill_image_linesizes -> av_image_fill_linesizes
|
2010-09-08 |
diego |
Remove some unnecessary extern variable declarations.
|
2010-09-08 |
diego |
Replace m_config_parse_config_file() forward declaration by proper #include.
|
2010-09-08 |
diego |
Add proper #include instead of declaring sub_unicode extern.
|
2010-09-08 |
diego |
Add proper #include instead of declaring index_mode extern.
|
2010-09-08 |
diego |
Move lavc_param_* extern declarations to ve.h.
|
2010-09-08 |
diego |
Replace mp_wav_taglists extern declaration by proper #include.
|
2010-09-08 |
diego |
Refactor all font_fontconfig extern declarations to libvo/font_load.h.
|
2010-09-08 |
diego |
Move sub_cp extern declaration to subreader.h, where it belongs.
|
2010-09-08 |
diego |
cosmetics: Group all sub_* extern variable declarations together.
|
2010-09-08 |
diego |
Move sub_justify extern declaration to libvo/sub.h, where it belongs.
|
2010-09-08 |
reimar |
Simply parse all received packets even if we might overwrite the
|
2010-09-08 |
reimar |
Use NULL for recvfrom return arguments we don't care about (source address).
|
2010-09-08 |
reimar |
Make get_udp static, it is not used outside the file.
|
2010-09-08 |
reimar |
Use sockfd value to detect if we initialized already instead of a
|
2010-09-08 |
reimar |
Handle failures to create a socket.
|
2010-09-08 |
reimar |
Actually set the destination address in the sockaddr_in struct for Windows as well...
|
2010-09-08 |
diego |
Move vf_info_menu extern declaration to menu.h, where it belongs.
|
2010-09-08 |
diego |
Add proper #includes instead of filename/file_filter extern declarations.
|
2010-09-08 |
reimar |
Mark a constant as such and move it into the block where it is used.
|
2010-09-08 |
reimar |
Use initializer to avoid leaving struct timeval half-uninitialized.
|
2010-09-08 |
reimar |
Avoid duplicating the #if HAVE_WINSOCK2_H mess.
|
2010-09-08 |
diego |
Move menu_mouse_* extern declarations to menu.h, where they belong.
|
2010-09-08 |
reimar |
Reindent.
|
2010-09-08 |
reimar |
Avoid duplicating the recvfrom/"bye"-handling code.
|
2010-09-08 |
diego |
Add proper include instead of declaring the vo_pts variable extern.
|
2010-09-08 |
reimar |
Reindent.
|
2010-09-08 |
reimar |
Remove a useless "else".
|
2010-09-08 |
reimar |
Do not check a condition that can never be false and move its comment
|
2010-09-08 |
diego |
Refactor *demuxer_name extern declarations to demuxer.h.
|
2010-09-08 |
reimar |
Fix indentation.
|
2010-09-08 |
reimar |
Cosmetics: remove some useless {}
|
2010-09-08 |
reimar |
Use initializer instead of memset, the memset in addition never
|
2010-09-08 |
diego |
cosmetics: Repair some of the damage that 'indent' caused.
|
2010-09-08 |
reimar |
Remove useless include.
|
2010-09-08 |
reimar |
Remove useless ifdef.
|
2010-09-08 |
diego |
Remove duplicated audio_output_channels extern variable declaration.
|
2010-09-08 |
diego |
whitespace cosmetics
|
2010-09-08 |
ramiro |
rgb2rgb: build SSE2 codepath
|
2010-09-08 |
cehoyos |
Fix compilation on ia32 after r32064.
|
2010-09-08 |
reimar |
Add synchronization of multiple MPlayer instances over UDP.
|
2010-09-07 |
diego |
Add the proper include instead of declaring the fakemono variable extern.
|
2010-09-07 |
diego |
Remove duplicated divx_quality extern declaration.
|
2010-09-07 |
diego |
Add the proper include instead of declaring the divx_quality variable extern.
|
2010-09-07 |
diego |
Add the proper include instead of declaring the correct_pts variable extern.
|
2010-09-07 |
diego |
Rename decode_audio() to mp_decode_audio().
|
2010-09-07 |
cehoyos |
Add myself as vdpau (co-)maintainer.
|
2010-09-07 |
cehoyos |
Factorize some initialisation code.
|
2010-09-07 |
diego |
Remove commented-out mpcodecs_ad_null leftovers.
|
2010-09-07 |
cehoyos |
Revert r31349 "Make -mc 1 the default".
|
2010-09-07 |
cehoyos |
Improve A/V sync when not using -correct-pts.
|
2010-09-07 |
cehoyos |
Time-based PTS recalculation.
|
2010-09-07 |
reynaldo |
Cosmetics pointed out by Diego Biurrun
|
2010-09-06 |
reimar |
Remove useless casts.
|
2010-09-06 |
ramiro |
swscale: also update flags on sws_getCachedContext()
|
2010-09-06 |
ramiro |
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
|
2010-09-05 |
reimar |
Fix mlib compilation: add mising include for SwsContext.
|
2010-09-04 |
reynaldo |
Fix nit pointed out by Diego Biurrun
|
2010-09-04 |
reynaldo |
Grammar fixes
|
2010-09-04 |
reynaldo |
Cosmetics
|
2010-09-04 |
reynaldo |
Cosmetics
|
2010-09-04 |
reimar |
Add a hack to work with BeOS/Haiku libsdl.
|
2010-09-04 |
diego |
Refactor more instances of avcodec_initialized handling into init_avcodec().
|
2010-09-04 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
2010-09-04 |
diego |
cosmetics: Move header compilation rules to the bottom of the rules list.
|
2010-09-03 |
reynaldo |
Add -edl-start-pts option to Adjust positions in EDL records according
|
2010-09-03 |
reynaldo |
Add new slave mode command for loading EDL file on demand.
|
2010-09-02 |
reimar |
Attempt to fix compilation with FreeBSD's dvdio.h
|
2010-08-31 |
reimar |
Set coded_width/coded_height instead of width/height since that's
|
2010-08-30 |
cehoyos |
Improve correct-pts with PAFF streams.
|
2010-08-30 |
compn |
add binary codec for fourcc AMV2
|
2010-08-29 |
aurel |
fix crash with un-commonly formated ASS files
|
2010-08-29 |
reimar |
Always use convergence_duration for subtitles otherwise
|
2010-08-29 |
reimar |
Also reset subtitle EOF on seeking.
|
2010-08-29 |
reimar |
Fix indentation.
|
2010-08-29 |
reimar |
Replace ass_mp.h include by eosd.h include.
|
2010-08-27 |
cehoyos |
Fix compilation with --disable-networking.
|
2010-08-27 |
reimar |
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory
|
2010-08-27 |
reimar |
Disable loading codecs from the current directory.
|
2010-08-27 |
reimar |
Fix arts check to actually check linking so it doesn't
|
2010-08-27 |
cigaes |
Add Doxygen comments and formal parameters names in eosd.h.
|
2010-08-27 |
compn |
add matchware screen codec fourcc MWSC
|
2010-08-26 |
cehoyos |
Fix compilation with gcc 2.95.3 with some help by Reimar.
|
2010-08-26 |
reimar |
Fix --disable-ass-internal to actually have an effect.
|
2010-08-26 |
cehoyos |
Print a warning, but allow to encode to a non-supported frame rate with
|
2010-08-26 |
cehoyos |
Add new Simple Profile Levels to the Xvid encoder.
|
2010-08-26 |
cigaes |
Cosmetic: reformat a if...return.
|
2010-08-26 |
cigaes |
Cosmetic: reindent a line.
|
2010-08-26 |
cigaes |
Add #ifdefs to fix build with ASS disabled.
|
2010-08-25 |
reimar |
Clarify the meaning of the -nosub option.
|
2010-08-25 |
ramiro |
swscale: simplify selection of optimizations to compile.
|
2010-08-25 |
ramiro |
swscale: Always define COMPILE_xxx to either 0 or 1.
|
2010-08-23 |
mru |
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
|
2010-08-23 |
mru |
swscale: remove unused macro parameter in BGR2UV template
|
2010-08-23 |
cigaes |
Forgot to svn add those two files.
|
2010-08-23 |
cigaes |
EOSD/ASS code factorization
|
2010-08-22 |
diego |
Remove pointless casts of avcodec_find_decoder_by_name() return value.
|
2010-08-21 |
reimar |
Print subtitle type also for internally-supported types with a libavcodec decoder.
|
2010-08-21 |
reimar |
Pass the video dimensions specified in the subtitle to spudec.
|
2010-08-21 |
reimar |
Remove pointless casts.
|
2010-08-21 |
reimar |
Use vf_open_filter, just like in the previous change for mencoder.
|
2010-08-21 |
reimar |
Use vf_open_filter instead of vf_open_plugin+hacks.
|
2010-08-21 |
reimar |
Add consts to avoid a warning about pointer type mismatch in function
|
2010-08-21 |
reimar |
Deobfuscate mencoder decode_video call.
|
2010-08-21 |
reimar |
Make sure we return an "empty" line on eof, to make sure we get
|
2010-08-21 |
reimar |
Check stream_read_line result instead of checking stream_eof,
|
2010-08-21 |
reimar |
Fix reading of VUK: actually fail if the key is incomplete instead
|
2010-08-21 |
reimar |
Avoid another unnecessary intermediate variable.
|
2010-08-21 |
reimar |
Avoid a pointless extra variable.
|
2010-08-21 |
reimar |
Format NULL-pointer check consistently.
|
2010-08-21 |
reimar |
Simplify searching for discid by comparing the string representations.
|
2010-08-21 |
reimar |
Switch to uppercase hex.
|
2010-08-21 |
reimar |
Simplify/fix printing of disc id/VUK
|
2010-08-21 |
reimar |
Add const to pointer argument.
|
2010-08-21 |
reimar |
Remove a unused assignment.
|
2010-08-21 |
reimar |
Fix a memleak.
|
2010-08-21 |
reimar |
Extract reading KEDB.cfg into a separate function.
|
2010-08-20 |
rathann |
Update to include latest x86 binary codec packs.
|
2010-08-20 |
reimar |
100l, re-add vobsub_get_id_by_index call accidentally removed in
|
2010-08-19 |
ramiro |
fix anonymous memory mapping for NetBSD
|
2010-08-19 |
compn |
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
|
2010-08-19 |
ramiro |
swscale-test: add CRC output
|
2010-08-18 |
diego |
Fix documentation language variables in summary output after configure run.
|
2010-08-18 |
diego |
Merge radio chapter into the usage chapter.
|
2010-08-18 |
diego |
Restore mistakenly removed TV input chapter introduction.
|
2010-08-18 |
diego |
Merge TV input and TV teletext chapter into the usage chapter.
|
2010-08-18 |
diego |
Remove empty paragraph from TV input chapter.
|
2010-08-18 |
ramiro |
validate input data and linesizes
|
2010-08-18 |
siretart |
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only
|
2010-08-18 |
ptt |
synced to r31938
|
2010-08-18 |
diego |
Add #includes for headers necessary to pass 'make checkheaders'.
|
2010-08-17 |
diego |
Fix a bunch of grammar and spelling errors in mp_msg calls.
|
2010-08-17 |
diego |
Merge CD/DVD chapter into the usage chapter for all translations.
|
2010-08-17 |
diego |
Merge CD/DVD chapter into the usage chapter.
|
2010-08-17 |
diego |
Remove hack that skips including dependency files on distclean.
|
2010-08-17 |
diego |
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
|
2010-08-17 |
diego |
Sync with current FFmpeg HEAD.
|
2010-08-17 |
diego |
Add copy of English usage.xml file to Chinese translation.
|
2010-08-17 |
diego |
Remove usage.xml symlink in the Chinese documentation translation.
|
2010-08-16 |
reimar |
Simplify and document MinGW stdin hack.
|
2010-08-16 |
reimar |
Do not call *_aid_from_lang when audio_lang is NULL.
|
2010-08-15 |
jrash |
Synced with help_mp-en.h rev. 31938
|
2010-08-13 |
siretart |
Avoid trying to parse playlists without any recognized entries.
|
2010-08-13 |
siretart |
sanity check to avoid a segmentation fault in playtree.c on empty playlists.
|
2010-08-13 |
diego |
Mark constant sws_spu_image() parameter as const, fixes the warning:
|
2010-08-11 |
reimar |
Add incomplete clipinf reading support to display audio
|
2010-08-11 |
reimar |
Add const qualifiers to function string arguments as appropriate.
|
2010-08-11 |
greg |
Import libass 0.9.11
|
2010-08-10 |
reimar |
Make it possible to use relative, http:// etc. paths with bd://
|
2010-08-10 |
reimar |
Avoid pointless additional string pointers.
|
2010-08-10 |
reimar |
Use the stream functions instead of the fopen/fread/fclose interface
|
2010-08-10 |
reimar |
Simplify code: allow file_format argument to open_stream to be NULL.
|
2010-08-10 |
diego |
Sync with current FFmpeg HEAD.
|
2010-08-08 |
cehoyos |
Fix compilation after FFmpeg r24741.
|
2010-08-08 |
ramiro |
indent
|
2010-08-08 |
ramiro |
swscale-test: get strides using av_fill_image_linesizes() from libavcore
|
2010-08-07 |
diego |
Remove pointless compilation sections from radio and TV input chapters.
|
2010-08-07 |
diego |
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:
|
2010-08-07 |
diego |
Add missing header for mp_a52_framesize, fixes the warning:
|
2010-08-07 |
siretart |
restore functionality to be able to pass custom configure flags or override the used compiler
|
2010-08-07 |
siretart |
ignore common files during building the tarball and .diff.gz in debian packaging
|
2010-08-07 |
diego |
Integrate advanced audio usage sections into the general usage chapter.
|
2010-08-06 |
diego |
Restore hunk previously removed in r31354.
|
2010-08-06 |
diego |
Add 'z' length modifier to %d printf format specifier for size_t argument.
|
2010-08-06 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
2010-08-06 |
diego |
Remove bogus teletext hotkeys section; it is both wrong and misplaced.
|
2010-08-06 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
2010-08-06 |
greg |
Copyright: add libass
|
2010-08-06 |
diego |
Add 'z' length modifier to %d printf format specifier for size_t argument.
|
2010-08-06 |
greg |
Import libass 0.9.10
|
2010-08-06 |
diego |
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.
|
2010-08-05 |
siretart |
add yasm to build depends for some asm parts in libavcodec
|
2010-08-05 |
diego |
Move mp_a52_framesize from demux_ts.c to parse_es.c.
|
2010-08-05 |
diego |
Add sys/types.h #include before socket.h #include in sockaddr_storage test.
|
2010-08-04 |
reimar |
Return an error when seeking beyond EOF.
|
2010-08-04 |
reimar |
Move one AES initialization out of inner loop.
|
2010-08-04 |
reimar |
Minor optimization/simplification and document the alignment requirements
|
2010-08-04 |
reimar |
Use the "key" type also for the IV constant.
|
2010-08-04 |
reimar |
Simplify ts_sync. Might also make it easier to optimize a bit.
|
2010-08-04 |
reimar |
Remove an unused variable.
|
2010-08-04 |
reimar |
Remove some useless casts.
|
2010-08-04 |
siretart |
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec
|
2010-08-04 |
diego |
whitespace cosmetics: prettyprinting, move statements to the next line.
|
2010-08-03 |
reimar |
100l, do not free vo_spudec if e.g. just the audio is reinitialized.
|
2010-08-03 |
reimar |
Move initialization of vo_spudec further behind to avoid issues with
|
2010-08-03 |
reimar |
Remove useless cast.
|
2010-08-03 |
reimar |
Add support for bd:// streams as a test for a part of the AACS algorithm.
|
2010-08-03 |
reimar |
Add sanity-check for sector size to avoid strange crashes if it is
|
2010-08-03 |
siretart |
various spelling fixes, found by the Debian QA tool 'lintian'
|
2010-08-03 |
siretart |
Add new debian packaging based on official distro packages
|
2010-08-03 |
siretart |
remove old debian packaging
|
2010-08-03 |
diego |
Suppress unsupported compiler options when building with clang on Darwin/PPC.
|
2010-08-03 |
diego |
Add -Wno-parentheses to CFLAGS.
|
2010-08-03 |
diego |
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.
|
2010-08-03 |
reimar |
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream
|
2010-08-02 |
alexc |
Add msvcr100 support to the win32 loader.
|
2010-08-02 |
reimar |
Reuse do_cpuid from cpudetect.c in loader/win32.c.
|
2010-08-02 |
reimar |
Remove outdated cpuid code.
|
2010-08-02 |
reimar |
Add const to avoid warnings.
|
2010-08-02 |
reimar |
Avoid arithmetic on void * pointers.
|
2010-08-02 |
reimar |
Fix type in conditional.
|
2010-08-02 |
reimar |
Make function declarations proper prototypes.
|
2010-08-02 |
reimar |
Avoid mixing code and declarations.
|
2010-08-02 |
reimar |
Make library/export function tables static const.
|
2010-08-02 |
diego |
Add missing libavcore bits: enabling options and help output
|
2010-08-01 |
diego |
dvd: Improve seeking by position.
|
2010-08-01 |
diego |
dvd: Improve seeking by chapters.
|
2010-08-01 |
diego |
Fix the incorrect assumption that the number of chapters of a DVD title
|
2010-08-01 |
diego |
Remove unnecessary #undef (f)printf.
|
2010-08-01 |
diego |
Remove unnecessary libavutil/internal.h #includes.
|
2010-08-01 |
reimar |
Update for libavformat matroska demuxer name change.
|
2010-08-01 |
reimar |
Reindent.
|
2010-08-01 |
reimar |
Use early return instead of large if block.
|
2010-08-01 |
reimar |
More readable OSD rendering code.
|
2010-08-01 |
reimar |
Also allow setting msglevel for MSGT_FIXME.
|
2010-08-01 |
reimar |
Fix typo in documentation.
|
2010-08-01 |
reimar |
Handle failing ioctls more gracefully for dvdcss.
|
2010-08-01 |
reimar |
Fix subtitle selection: make selecting -sid 0 work again by replacing the
|
2010-08-01 |
reimar |
Fix DVD playback with region-free drives.
|
2010-07-31 |
diego |
Default to -O2 optimization level for the clang compiler.
|
2010-07-31 |
ramiro |
swscale-test: merge declaration and initialization
|
2010-07-31 |
reimar |
Fix compilation with --enable-crash-debug
|
2010-07-31 |
diego |
Initialize conf_file variable to kill the warning:
|
2010-07-31 |
diego |
Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.
|
2010-07-31 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
2010-07-31 |
diego |
Initialize frame_length variable to zero to avoid the warning:
|
2010-07-31 |
diego |
10l: Add the Subversion revision to the version string, not "VERSION".
|
2010-07-31 |
compn |
add binary expression codec for fourcc MTS2
|
2010-07-30 |
reimar |
Properly close file on error or uninit.
|
2010-07-30 |
reimar |
Avoid code duplication, use the generate file name instead of generating it twice.
|
2010-07-30 |
greg |
Rename libass types to match upstream libass >= 0.9.7
|
2010-07-30 |
compn |
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
|
2010-07-30 |
jrash |
sync with en/mplayer.1 rev. 31814
|
2010-07-29 |
reimar |
Newly added subtitle support also includes DVB and XSUB in addition to PGS.
|
2010-07-29 |
reimar |
Move function to avoid a forward declaration.
|
2010-07-29 |
reimar |
Update global_sub_pos if we auto-selected a subtitle.
|
2010-07-29 |
siretart |
Start rc5 development in trunk's Changelog as rc4 has been branched now.
|
2010-07-29 |
siretart |
remove libavutil/avconfig.h on distclean
|
2010-07-29 |
reimar |
Use header_check_broken to simplify cdio.h check.
|
2010-07-29 |
reimar |
Add a special header_check_broken to be used for broken
|
2010-07-29 |
reimar |
Make the sys/cdio.h header test work by explictly including
|
2010-07-28 |
stefano |
Revert commit:
|
2010-07-28 |
diego |
Skip searching for an xmllint command.
|
2010-07-28 |
diego |
whitespace cosmetics: fix indentation
|
2010-07-28 |
diego |
Add an XML catalog search path that works for current macports systems.
|
2010-07-28 |
diego |
Simplify adding --catalogs option to xsltproc/xmllint command line.
|
2010-07-28 |
diego |
Remove instructions for installing XML/XSL packages from source.
|
2010-07-28 |
diego |
The package list for Debian systems is not specific to the Sarge release.
|
2010-07-28 |
diego |
cosmetics: Use more compact "if .. then" shell syntax.
|
2010-07-28 |
diego |
Adding XML entities for the English XML files to main.xml is enough.
|
2010-07-28 |
diego |
Remove unused variable fake_docbook_xsl.
|
2010-07-28 |
diego |
cosmetics: Drop leading underscores from variable names.
|
2010-07-28 |
diego |
Simplify xmllint test.
|
2010-07-28 |
diego |
MPlayer is licensed as GPL version 2, not any later version.
|
2010-07-27 |
Gabrov |
synced with r31833
|
2010-07-27 |
cehoyos |
Improve documentation for overlay colour.
|
2010-07-27 |
cehoyos |
Reduce probability that a window on top of VDPAU uses the overlay colour.
|
2010-07-27 |
cehoyos |
Don't allow black windows on top of VDPAU to shine through.
|
2010-07-27 |
cehoyos |
Support FFmpeg's native AMR Narrowband decoder.
|
2010-07-27 |
cehoyos |
Make the VDPAU background black instead of the default green.
|
2010-07-26 |
reimar |
Support for image highlights for dvdnav menus.
|
2010-07-26 |
reimar |
Remove useless end_col/end_row variables.
|
2010-07-25 |
reimar |
Move variable into the only function where it is used.
|
2010-07-25 |
reimar |
Move mouse hiding code to check_events, this allows mouse hiding
|
2010-07-25 |
reimar |
Make the Quit menu entry work.
|
2010-07-25 |
reimar |
Simplify check_events: avoid seemingly pointless untilDate argument.
|
2010-07-25 |
reimar |
Change window-closing handling so it works properly if the
|
2010-07-25 |
diego |
Remove graphics cards subsections from Xv section in video output chapter.
|
2010-07-25 |
diego |
Remove MTRR section from video output chapter.
|
2010-07-25 |
diego |
Split TV chapter in two.
|
2010-07-25 |
diego |
Drop one level of pointless subsectioning.
|
2010-07-25 |
diego |
Remove pointless and non-informative SDL section from video output chapter.
|
2010-07-25 |
diego |
Remove subsection that describes how to tweak CD/DVD drives.
|
2010-07-25 |
diego |
Drop one pointless subsectioning level from radio input chapter.
|
2010-07-25 |
diego |
Teletext keys are always available, not only if TV support is compiled-in.
|
2010-07-25 |
reimar |
Fix wrong option name in example.
|
2010-07-25 |
reimar |
Remove unused kQuitCmd from vo_quartz.
|
2010-07-25 |
reimar |
Remove kQuitCmd, it has no purpose or effect at all.
|
2010-07-25 |
reimar |
Fix indentation.
|
2010-07-25 |
reimar |
Avoid some code duplication.
|
2010-07-25 |
reimar |
Cosmetics: indentation fixes.
|
2010-07-25 |
reimar |
Avoid some code duplication in update_screen_info.
|
2010-07-25 |
reimar |
Simplify update_screen_info.
|
2010-07-25 |
reimar |
Declare variables with proper types to avoid dangerous pointer casts.
|
2010-07-25 |
reimar |
Remove pointless casts.
|
2010-07-25 |
reimar |
Remove yet more useless ()
|
2010-07-25 |
reimar |
Remove useless ().
|
2010-07-25 |
reimar |
Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested
|
2010-07-25 |
reimar |
Remove unused variables.
|
2010-07-25 |
reimar |
Slightly simplify rle decoding.
|
2010-07-25 |
reimar |
Remove a useless condition that is already handled a few lines
|
2010-07-25 |
reimar |
Avoid useless malloc/frees
|
2010-07-25 |
reimar |
Switch to non-deprecated avcodec_decode_video2 API.
|
2010-07-25 |
reimar |
Change cast to avoid a warning.
|
2010-07-25 |
reimar |
Add stream_time_pos property.
|
2010-07-25 |
reimar |
Refuse to compile without yasm unless it was explicitly requested.
|
2010-07-24 |
reimar |
Remove useless NULL checks before freeing and NULL pointers
|
2010-07-24 |
reimar |
Allocate memory for paletted image data separately to avoid
|
2010-07-24 |
reimar |
Slightly simplify dvd subtitle RLE decoding.
|
2010-07-24 |
reimar |
Share paletted -> gray/alpha conversion code, and keep a copy
|
2010-07-24 |
reimar |
Simplify creation of color/alpha map.
|
2010-07-24 |
reimar |
Only try to merge packets if we have a previous packet stored.
|
2010-07-24 |
reimar |
Add least some binary Quicktime codecs now work with -demuxer lavf.
|
2010-07-24 |
reimar |
Some indentation fixes.
|
2010-07-24 |
reimar |
Generate a ImageDescription if none is passed neither via ImageDesc nor
|
2010-07-24 |
reimar |
Fix dependency generation for libav*
|
2010-07-24 |
reimar |
Fix compilation, forgot to add const also to the
|
2010-07-24 |
reimar |
More const-correctness fixes to avoid warnings.
|
2010-07-24 |
reimar |
Add some "const" to avoid incompatible pointer type warnings
|
2010-07-24 |
stefano |
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
|
2010-07-24 |
stefano |
Add some comments to the rgb2yuv_table, clarifying the standard where
|
2010-07-23 |
ramiro |
swscale-test: scale from reference to source only once for each algorithm
|
2010-07-23 |
ramiro |
indent
|
2010-07-23 |
ramiro |
swscale-test: change order tests are run, maintaining the same algorithm for
|
2010-07-23 |
jrash |
sync with en/mplayer.1 rev. 31769
|
2010-07-23 |
jrash |
Synced with help_mp-en.h rev. 31752
|
2010-07-22 |
stefano |
Prefer impersonal form over third person, for consistency with the
|
2010-07-22 |
ramiro |
swscale-test: use only 3 characters to print width/height since they're always
|
2010-07-22 |
ramiro |
swscale-test: print test name before running test, so that it's available in
|
2010-07-22 |
reimar |
Mention -af stats as an alternative to -af volume to find the max volume etc.
|
2010-07-22 |
ramiro |
swscale-test: allocate more memory to prevent scalers from writing out of bounds
|
2010-07-22 |
cehoyos |
ffvp8 is now significantly faster for x86-64 than fflibvpx.
|
2010-07-21 |
greg |
libass: remove yet another version check
|
2010-07-21 |
reimar |
Do not compile subassconvert.c if libass is disabled, the functionality
|
2010-07-21 |
reimar |
Add support for libavcore.
|
2010-07-21 |
reimar |
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.
|
2010-07-21 |
reimar |
Printing maximum volume only works when prefering float format.
|
2010-07-21 |
greg |
subtitles: fix build without libass
|
2010-07-21 |
ramiro |
darwin: allow 64-bit darwin to allocate executable memory
|
2010-07-20 |
ramiro |
swscale-test: use av_pix_fmt_descriptors[].name directly
|
2010-07-20 |
ramiro |
Restore vertical alignment in some defines
|
2010-07-19 |
mstorsjo |
Cosmetics: reindent and unify whitespace
|
2010-07-19 |
mstorsjo |
Do planar copy with a single memcpy only if the stride is equal to the length
|
2010-07-19 |
greg |
Pass libass messages to mp_msg
|
2010-07-19 |
greg |
Require libass version with ass_flush_events
|
2010-07-18 |
greg |
Prefer external libass
|
2010-07-18 |
greg |
subtitles: convert SRT/MicroDVD markup into ASS markup
|
2010-07-18 |
darkshikari |
Another try at fixing swscale on win64, as per r31153.
|
2010-07-18 |
reimar |
Use identical code to -vo gl for -wid mode in gl2.
|
2010-07-17 |
diego |
Rename network build system variable and command line option to networking.
|
2010-07-17 |
diego |
Fix LADSPA test variable initialization so it actually works (without stddef.h).
|
2010-07-17 |
diego |
cosmetics: Use 'elif' instead of 'else .. if'.
|
2010-07-16 |
mstorsjo |
In planarCopyWrapper, Only copy length, not stride of the last line in the plane
|
2010-07-16 |
jrash |
sync with en/mplayer.1 rev. 31715
|
2010-07-16 |
diego |
Fix a few web page links in the documentation.
|
2010-07-15 |
reimar |
Make it possible to select GL_NEAREST scaling.
|
2010-07-15 |
reimar |
Helper macros to build the yuv conversion type number.
|
2010-07-15 |
reimar |
Add () around macro arguments.
|
2010-07-15 |
reimar |
Cosmetics: create luma texture first, then the other textures.
|
2010-07-15 |
reimar |
Reindent.
|
2010-07-15 |
reimar |
Use sigaction() instead of signal(), the latter has a unavoidable
|
2010-07-15 |
reimar |
Add support for parameter changes (e.g. channel count) during playback.
|
2010-07-14 |
reimar |
Allow fullscreen switching during -idle. Useful in combination
|
2010-07-14 |
diego |
Give signal handler function in test programs correct argument list.
|
2010-07-14 |
diego |
Move memalign_hack definition out of the FFmpeg section of config.h.
|
2010-07-13 |
reimar |
Fix gettimeofday type to match the real one.
|
2010-07-13 |
diego |
Enable robust resync for mpg123 decoder.
|
2010-07-13 |
diego |
Port GNU assembler check from FFmpeg.
|
2010-07-13 |
diego |
Add CONFIG_PIC #define for FFmpeg to config.h.
|
2010-07-13 |
diego |
Move PIC test out of the x86 section; it is not only required on x86.
|
2010-07-13 |
diego |
Add IBM ASM check for FFmpeg on PowerPC.
|
2010-07-12 |
diego |
Remove unused static function menu_text_get_next_line, fixes the warning:
|
2010-07-12 |
adrian |
Reindent and align after r31725.
|
2010-07-12 |
adrian |
Improve handling of the "help" suboption in coreaudio:
|
2010-07-12 |
reimar |
Improve MPEG-TS subtitle support: make it use the infrastructure for
|
2010-07-12 |
diego |
Remove some unused variables along with the corresponding warnings.
|
2010-07-12 |
benoit |
Change the type of Y table to pointer to void in fill_table().
|
2010-07-11 |
reimar |
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.
|
2010-07-11 |
reimar |
15 bpp tga format is little endian.
|
2010-07-11 |
reimar |
Use the proper imgfmt names.
|
2010-07-11 |
reimar |
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),
|
2010-07-11 |
adrian |
Process the CoreFoundation runloop in ao_coreaudio in case it's not being processed in the vo, e.g. when vo_corevideo is used with shared_buffer.
|
2010-07-11 |
adrian |
Fix cosmetics after r31715.
|
2010-07-11 |
adrian |
Refactor device selection in ao_coreaudio: Add output device selection and correctly set the default device if it's selected.
|
2010-07-11 |
adrian |
Consistently use types as they are used by the API in ao_coreaudio.
|
2010-07-11 |
adrian |
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.
|
2010-07-11 |
adrian |
Fix printf specifiers used in ao_coreaudio. Fixes warnings:
|
2010-07-11 |
reimar |
Fix calculation of global_sub_size.
|
2010-07-11 |
reimar |
Remove pointless assignments that would assing the value it already
|
2010-07-11 |
reimar |
Avoid incorrectly duplicating initialization code in new_demux_packet,
|
2010-07-11 |
reimar |
Set size correctly for decoded text subs.
|
2010-07-11 |
reimar |
Faster paletted to OSD conversion.
|
2010-07-11 |
reimar |
Document code inefficiency.
|
2010-07-11 |
reimar |
Fix conversion from paletted to MPlayer's OSD format.
|
2010-07-11 |
reimar |
Simplify alpha conversion code.
|
2010-07-11 |
reimar |
Call spudec_draw for the unscaled case instead of duplicating code.
|
2010-07-11 |
reimar |
Remove useless casts
|
2010-07-11 |
reimar |
Fix calc_bbox to always return sensible values.
|
2010-07-11 |
cehoyos |
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).
|
2010-07-11 |
reimar |
Reindent.
|
2010-07-11 |
reimar |
Avoid calling av_resample_init again when the values are the same as before.
|
2010-07-11 |
reimar |
Try to get subtitle scaling somewhat right with libavcodec decoded
|
2010-07-11 |
reimar |
10l, also assign the original width in spudec_new_scaled.
|
2010-07-11 |
reimar |
Fix indentation.
|
2010-07-11 |
reimar |
Add support for DVB and XSUB subtitles, not yet working properly.
|
2010-07-11 |
cehoyos |
Fix compilation with liblive555 after r31675.
|
2010-07-11 |
reimar |
Remove dvdsub_id checks that should not be necessary.
|
2010-07-11 |
reimar |
Avoid status line being mangled together with error messages and other
|
2010-07-11 |
reimar |
Fix memory leak for subtitles decoded by libavcodec.
|
2010-07-10 |
reimar |
Fix some remaining bswap-related compilation issues.
|
2010-07-10 |
reimar |
Add AV_HAVE_FAST_UNALIGNED define.
|
2010-07-10 |
reimar |
bswap compatibility defines.
|
2010-07-10 |
reimar |
Remove disabled and pointless code.
|
2010-07-10 |
reimar |
Remove some pointless uses of be2me/le2me.
|
2010-07-10 |
reimar |
Use AV_WB* where possible and be2me -> be2ne compilation fix.
|
2010-07-10 |
reimar |
100l compialtion fix and use AV_RB32.
|
2010-07-10 |
reimar |
Remove completely nonsensical le2me usages, the only effect
|
2010-07-10 |
reimar |
Remove obfuscating use of le2me_32.
|
2010-07-10 |
reimar |
Use AV_RL* macros instead of typecasts where appropriate.
|
2010-07-10 |
mru |
Add av_ prefix to bswap macros
|
2010-07-10 |
reimar |
Change global subtitle numbering scheme so that demuxers can "asynchronously"
|
2010-07-10 |
reimar |
Fix compilation of tv support.
|
2010-07-10 |
reimar |
Revert and accidentally committed hunk from last commit.
|
2010-07-10 |
reimar |
Make the stream language an argument to the stream creation function
|
2010-07-10 |
reimar |
Automatically allocate a vo_spudec if there is none.
|
2010-07-10 |
reimar |
Get rid of useless INITIALIZED_SPUDEC flag.
|
2010-07-10 |
reimar |
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
|
2010-07-10 |
reimar |
Add packet->len checks to avoid out-of-bounds reads and negative
|
2010-07-10 |
diego |
Add back LIBXVID to $libavencoders once more.
|
2010-07-10 |
reimar |
Check packet size before memmove to avoid crashes e.g. if we recognized the
|
2010-07-10 |
reimar |
Remove unused extern variable declarations.
|
2010-07-10 |
diego |
Move EBX availability #define within config.h; it is not FFmpeg-specific.
|
2010-07-10 |
reimar |
Mention PGS support.
|
2010-07-10 |
reimar |
Add support for PGS subtitle decoding via libavcodec.
|
2010-07-10 |
reimar |
We no longer have a libgsm copy in SVN.
|
2010-07-10 |
reimar |
Make subdelay handling work the same way for all subtitle types and also allow
|
2010-07-10 |
diego |
Remove useless LIBXVID entry from libavencoders list.
|
2010-07-10 |
reimar |
Reuse spudec_visible to avoid code duplication.
|
2010-07-10 |
reimar |
Handle and print a warning about invalid values in the function
|
2010-07-10 |
reimar |
Extract spudec image allocation code to a separate function.
|
2010-07-10 |
reimar |
Fix compilation broken due to GET_UTF8 being undefined.
|
2010-07-10 |
reimar |
Remove copy of old and ugly libgsm code and wrapper.
|
2010-07-10 |
reimar |
Add/fix GSM audio decoding through FFmpeg.
|
2010-07-10 |
reimar |
Make it possible to set all options for lavc audio encoder.
|
2010-07-10 |
michael |
1 memcpy less in lavf demuxing.
|
2010-07-09 |
jrash |
Synced with help_mp-en.h rev. 31631
|
2010-07-09 |
jrash |
sync with en/mplayer.1 rev. 31648
|
2010-07-09 |
cehoyos |
Fix compilation with --disable-mencoder.
|
2010-07-09 |
cehoyos |
Fix 'Xvid in libavcodec', broken in r31649.
|
2010-07-09 |
cehoyos |
Fix compilation after FFmpeg r24137.
|
2010-07-08 |
cehoyos |
Quadbuffered stereo does work on selected hardware.
|
2010-07-08 |
cehoyos |
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
|
2010-07-08 |
reynaldo |
Implement edl-backward-delay to avoid jumping right over an
|
2010-07-07 |
diego |
cosmetics: Drop leading underscore from FFmpeg component variables.
|
2010-07-07 |
diego |
Remove duplicated FFmpeg external codec library variables from config.mak.
|
2010-07-07 |
diego |
Enable libvorbis encoder in FFmpeg if libvorbis is available.
|
2010-07-06 |
aurel |
stricter check for convergence_duration validity, avoid using meaningless values
|
2010-07-05 |
diego |
Move libgsm #define to the FFmpeg section of config.h.
|
2010-07-05 |
ben |
Implement slave mode compatible stream controls for Blu-ray.
|
2010-07-05 |
reimar |
Some small whitespace and {} cosmetics.
|
2010-07-05 |
reimar |
Try to get a quadbuffered visual if the corresponding 3D mode was selected.
|
2010-07-05 |
reimar |
Use a more sensible variable name.
|
2010-07-05 |
reimar |
Move declaration to where it is actually used.
|
2010-07-05 |
reimar |
Mention stereo support in Changelog.
|
2010-07-05 |
reimar |
Fix outdated -vo gl usage example.
|
2010-07-05 |
reimar |
Add initial stereo support to -vo gl.
|
2010-07-05 |
diego |
Fix Bulgarian vs. Hungarian typo in Czech manual page.
|
2010-07-05 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
2010-07-04 |
reimar |
Add a manifest file to disable file and registry
|
2010-07-03 |
reimar |
Support decoding and encoding via libgsm via libavcodec.
|
2010-07-03 |
cehoyos |
Fix 'assignment from incompatible pointer type' warning.
|
2010-07-03 |
jrash |
Synced with help_mp-en.h rev. 31579
|
2010-07-02 |
reimar |
Avoid out-of-bounds read if mp_msg prints an empty string.
|
2010-07-02 |
reimar |
Factor out a large conditional, hopefully making it easier to
|
2010-07-02 |
reimar |
Move the subtitle pts handling code to demuxer.c
|
2010-07-02 |
reimar |
Get window dimensions also for -wid 0.
|
2010-07-02 |
reimar |
Re-enable keyboard input for GUI video window.
|
2010-07-02 |
reimar |
Remove useless ()
|
2010-07-02 |
reimar |
Remove some commented-out code that has no purpose and is only confusing.
|
2010-07-02 |
cehoyos |
Hopefully fix librtmp detection.
|
2010-07-02 |
diego |
Use cflag_check utility function in cross-compilation check.
|
2010-07-02 |
diego |
Add return statement to function_check test program.
|
2010-07-01 |
diego |
Replace some more manual compiler flag checks with cflag_check function.
|
2010-07-01 |
diego |
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.
|
2010-07-01 |
diego |
Separate automatic dependency generation flags from general CFLAGS.
|
2010-07-01 |
diego |
Add convenience function to check for compiler flags directly and use it.
|
2010-07-01 |
diego |
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.
|
2010-07-01 |
reimar |
Give functions proper prototypes.
|
2010-07-01 |
reimar |
Use AV_RL32 also in x86, it is well enough optimized nowadays.
|
2010-07-01 |
reimar |
Fix function prototypes to match the required type.
|
2010-07-01 |
reimar |
Avoid void *-arithmentic warnings.
|
2010-07-01 |
reimar |
Fix ffmpeg logging: mp_msg_test must be called after the proper target
|
2010-07-01 |
reimar |
Add some const, the ad_functions structs are in rodata.
|
2010-07-01 |
reimar |
Always request expose events, we have to handle them, the application
|
2010-07-01 |
reimar |
Fix resizing with -wid after previous commit.
|
2010-07-01 |
attila |
* fix compilation using external libfaad
|
2010-07-01 |
reimar |
Some indentation fixes.
|
2010-07-01 |
reimar |
Do not try to grab input from -wid windows, it will most likely break
|
2010-07-01 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
2010-07-01 |
reimar |
skinName is already declared in interface.h, so remove
|
2010-07-01 |
reimar |
Fix win32 gui compilation.
|
2010-07-01 |
reimar |
Avoid some deprecated functions.
|
2010-07-01 |
attila |
config.log belongs into mplayer's root directory, not into the tmp directory
|
2010-07-01 |
reimar |
Add disabling input to hints.
|
2010-07-01 |
diego |
Fix variable name for tmpdir selection iterator.
|
2010-07-01 |
diego |
Add convenience function to check for the availability of system functions.
|
2010-07-01 |
diego |
Place temporary files in a subdirectory of their own.
|
2010-06-30 |
diego |
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
|
2010-06-30 |
diego |
MP3 decoding through libmpg123
|
2010-06-30 |
astrange |
configure: Fix detection of SDL backend for vo_gl on OS X
|
2010-06-29 |
reimar |
Add config.h include needed for other included files
|
2010-06-29 |
reimar |
Avoid a crash if stream->url is not set, but print a warning since this
|
2010-06-29 |
diego |
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.
|
2010-06-29 |
cehoyos |
Update ffvp8 comment.
|
2010-06-28 |
diego |
Place swap_palette declaration under the same #ifdef as its usage; fixes:
|
2010-06-28 |
diego |
Remove help target that prints available targets.
|
2010-06-28 |
diego |
Remove some commented-out cruft.
|
2010-06-28 |
diego |
Clean up #include handling in mplayer.c and mencoder.c.
|
2010-06-28 |
diego |
cosmetics: Move volstep global var to the top where all other global vars live.
|
2010-06-28 |
diego |
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.
|
2010-06-28 |
siretart |
Revert the previous two commits to configure and clarify the res_comment.
|
2010-06-28 |
diego |
Factorize MPlayer/MEncoder version string handling.
|
2010-06-27 |
cehoyos |
ffvp8 decodes all reference vectors fine.
|
2010-06-27 |
cehoyos |
fflibvpx is significantly faster than ffvp8 for nearly all users.
|
2010-06-27 |
siretart |
reindent after last commit
|
2010-06-27 |
siretart |
libvpx does not require static libavcodec
|
2010-06-27 |
reimar |
Fix indentation.
|
2010-06-27 |
reimar |
Simplify clang version extraction.
|
2010-06-27 |
reimar |
clang also does not support -march=native.
|
2010-06-27 |
reimar |
Experimental support for clang compiler.
|
2010-06-27 |
reimar |
Include internal.h last to avoid a conflict between its dprintf()
|
2010-06-27 |
reimar |
100l, actually enable libvpx encoder if libvpx is detected.
|
2010-06-27 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
2010-06-27 |
reimar |
Remove (or for now actually only disable) support for external libfaad.
|
2010-06-27 |
reimar |
Update VP8 support information.
|
2010-06-27 |
reimar |
Fix arpa/inet.h configure check.
|
2010-06-27 |
reimar |
Add missing include for usec_sleep.
|
2010-06-27 |
reimar |
Fix missing iopl declaration on x86_64 systems.
|
2010-06-26 |
reimar |
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
|
2010-06-25 |
reimar |
Ensure that e.g. -af-pre will not cause the filter list to be
|
2010-06-25 |
reimar |
ladspa: ensure that activate is called on each filter instance, even
|
2010-06-25 |
jrash |
Synced with help_mp-en.h rev. 31512
|
2010-06-25 |
jrash |
sync with en/mplayer.1 rev. 31552
|
2010-06-24 |
diego |
Clean up sub-related extern declarations.
|
2010-06-24 |
diego |
Add libvo/sub.h #include instead of declaring sub_visibility extern.
|
2010-06-24 |
diego |
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
|
2010-06-24 |
attila |
make clear that -frames 0 surpresses all _video_ output and not the
|
2010-06-24 |
diego |
Add prototypes for exported FilterGraph_ functions.
|
2010-06-24 |
diego |
Remove redundant mp_msg_levels[] extern declaration.
|
2010-06-24 |
diego |
Move rtsp_port extern declaration to demuxer.h.
|
2010-06-24 |
diego |
Fix catch() callback function declaration in two compile tests.
|
2010-06-24 |
diego |
whitespace cosmetics
|
2010-06-24 |
diego |
Remove unnecessary #includes from libnut test.
|
2010-06-24 |
diego |
Replace manual header checks by header_check function.
|
2010-06-23 |
diego |
Improve extrastereo audio filter description.
|
2010-06-23 |
cehoyos |
Improve LATM recognition.
|
2010-06-23 |
reimar |
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
|
2010-06-23 |
reimar |
Change libvpx configure check to match FFmpeg's and also enable the encoder.
|
2010-06-23 |
reimar |
Replace ever-growing-to-uglyness IS_* macros to by functions
|
2010-06-23 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
2010-06-23 |
diego |
Get rid of xsltproc wrapper redirection; run commands directly from make.
|
2010-06-23 |
diego |
Move xsltproc target file hack to the Makefile.
|
2010-06-23 |
diego |
Drop support for the Saxon XSLT processor.
|
2010-06-23 |
diego |
Drop configure support for Jade/OpenJade XSLT processors.
|
2010-06-23 |
diego |
Get rid of xmllint wrapper redirection; run commands directly from make.
|
2010-06-23 |
diego |
Fix iopl() function declaration, fixes the warning:
|
2010-06-23 |
diego |
Remove pointless __linux__ preprocessor checks.
|
2010-06-23 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
2010-06-23 |
diego |
Change timer_name type from char* to char[]; patch taken from Uoti's tree.
|
2010-06-23 |
diego |
Add CONFIG_SHARED to config.h for FFmpeg.
|
2010-06-22 |
diego |
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
|
2010-06-22 |
diego |
Remove disabled and unused timer-linux test main routine.
|
2010-06-22 |
diego |
Remove some unnecessary #includes from configure tests.
|
2010-06-21 |
reynaldo |
Improves EDL to avoid jumping into a skipped out scene. It also
|
2010-06-21 |
diego |
typo fixes; mention lowering of hardware MPEG decoder priority
|
2010-06-21 |
diego |
Move video decoder option array extern declarations to vd.h.
|
2010-06-21 |
diego |
Add header file for video encoder extern variable declarations.
|
2010-06-21 |
reimar |
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
|
2010-06-21 |
reimar |
Make demux_ts detect LATM AAC as a separate type.
|
2010-06-21 |
diego |
Surround conditionally used orig_lines variable declaration by #ifdefs.
|
2010-06-21 |
diego |
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
|
2010-06-21 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
2010-06-21 |
diego |
Use angular brackets for system #includes.
|
2010-06-21 |
diego |
Fix type of dvbin_opts_conf extern declaration.
|
2010-06-21 |
diego |
Move cddb_data_t and cd_toc_t structs to the only place they are used.
|
2010-06-21 |
diego |
Shut up strict prototype warnings from the gui subdirectory.
|
2010-06-21 |
diego |
Adjust printf length modifier, fixes the warning:
|
2010-06-21 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
|
2010-06-21 |
diego |
Remove unused static function cddb_freedb_sites_parse().
|
2010-06-21 |
diego |
Move declarations for functions defined in stream_cddb.c to cdd.h.
|
2010-06-21 |
diego |
Remove unused static function cddb_get_freedb_sites(), fixes the warning:
|
2010-06-21 |
diego |
Reorder #includes and drop an unnecessary set of #ifdefs.
|
2010-06-21 |
diego |
Move cdda_priv structure to the only place it is used.
|
2010-06-21 |
diego |
Move demuxer-specific option array declarations to demuxer.h.
|
2010-06-21 |
diego |
Move faac/lame/toolame/twolame option array declarations to appropriate headers.
|
2010-06-21 |
diego |
Move mpae_twolame_ctx structure to ae_twolame.c.
|
2010-06-21 |
diego |
Move mpae_toolame_ctx structure to ae_toolame.c.
|
2010-06-21 |
diego |
Remove redundant dvd_device extern variable declaration.
|
2010-06-21 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
2010-06-21 |
diego |
Remove redundant cdrom_device extern variable declarations.
|
2010-06-20 |
attila |
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
|
2010-06-20 |
cehoyos |
Fix compilation after r31490.
|
2010-06-20 |
diego |
Move noconfig_opts extern variable declaration to mpcommon.h.
|
2010-06-20 |
diego |
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
|
2010-06-20 |
diego |
Mark data parameter of my_write function as const.
|
2010-06-20 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
2010-06-20 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
2010-06-20 |
diego |
Move af_cfg extern variable declaration to dec_audio.h.
|
2010-06-20 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
2010-06-20 |
diego |
Add appropriate #include instead of duplicating mf_ extern var declarations.
|
2010-06-20 |
diego |
Move rtsp_transport_ extern variable declarations to demuxer.h.
|
2010-06-20 |
diego |
Move audio_stream_cache extern variable declaration to demuxer.h.
|
2010-06-20 |
diego |
Move more sws_ extern variable declarations to vf_scale.h.
|
2010-06-20 |
diego |
Move pvr_ extern variable declarations to stream/pvr.h.
|
2010-06-20 |
diego |
Move hr_mp3_seek extern variable declaration to demux_audio.h.
|
2010-06-20 |
diego |
Move cdda_opts extern declaration to stream/cdd.h.
|
2010-06-20 |
diego |
Move sws_flags extern variable declaration to vf_scale.h.
|
2010-06-20 |
diego |
Add appropriate #include instead of duplicating pp_help extern declaration.
|
2010-06-20 |
diego |
Add header file for externally used variable ps_probe.
|
2010-06-20 |
diego |
Add header file for VIVO extern variable declarations.
|
2010-06-20 |
diego |
Remove duplicate dvd_device extern variable declaration.
|
2010-06-20 |
diego |
Move demuxer-related extern variable declarations to demuxer.h.
|
2010-06-20 |
diego |
Add correct #include instead of duplicating dvd_speed extern declaration.
|
2010-06-19 |
reimar |
Remove unused parsehtml parameters.
|
2010-06-19 |
reimar |
Add static to functions used only locally.
|
2010-06-19 |
reimar |
Remove incorrect additional printf arguments.
|
2010-06-19 |
reimar |
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.
|
2010-06-18 |
diego |
Move audio_substream_id extern variable declaration to demux_ts.h.
|
2010-06-18 |
reimar |
Remove examples of no longer supported gui commands.
|
2010-06-18 |
diego |
Move ts_* extern variable declarations to demux_ts.h.
|
2010-06-18 |
diego |
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.
|
2010-06-18 |
diego |
Move field_dominance extern variable declaration to dec_video.h.
|
2010-06-18 |
diego |
Move codecs_file extern variable declaration to codec-cfg.h.
|
2010-06-18 |
reimar |
100l, never just ignore a backwards skip, even if the stream is not
|
2010-06-18 |
reimar |
Error messages should not be hidden at -v level.
|
2010-06-18 |
reimar |
Remove includes that break building if X11 is not available.
|
2010-06-18 |
reimar |
Fix type: struct mp_image_s no longer exists, it is now
|
2010-06-18 |
jrash |
sync with en/mplayer.1 rev. 31372
|
2010-06-18 |
jrash |
Synced with help_mp-en.h rev. 31430
|
2010-06-18 |
diego |
Move extern variable declarations for network.c to network.h.
|
2010-06-18 |
diego |
Move mp_msg-related extern variable declarations to mp_msg.h.
|
2010-06-17 |
diego |
Simplify fribidi check - console output is not necessary.
|
2010-06-17 |
diego |
Rename loader/qt_comp.h --> loader/qt_comp_template.c.
|
2010-06-17 |
diego |
Add header file for externally used dxr2_opts array.
|
2010-06-17 |
diego |
Add appropriate header files for GUI variables.
|
2010-06-17 |
diego |
Add extern declaration for guiWinID variable.
|
2010-06-17 |
diego |
Add #include for unrar_exec.h instead of declaring unrar_executable extern.
|
2010-06-17 |
diego |
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
|
2010-06-17 |
diego |
Add #include for geometry.h instead of declaring vo_geometry variable extern.
|
2010-06-17 |
diego |
Move vo_panscanrange extern declaration to aspect.h, where it belongs.
|
2010-06-17 |
diego |
Move LIRC-related extern variable declarations to lirc.h.
|
2010-06-17 |
diego |
Move extern variable declarations for mp_fifo.c to mp_fifo.h.
|
2010-06-17 |
diego |
Move menu-related extern variable declarations to menu.h.
|
2010-06-17 |
diego |
Add header file for externally used variables from vo_fbdev.c.
|
2010-06-17 |
diego |
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
|
2010-06-17 |
diego |
Add header file for the extern declarations from muxer_avi.c.
|
2010-06-17 |
diego |
Lower priority of hardware MPEG decoder cards below software decoders.
|
2010-06-17 |
diego |
Factorize monitor_aspect extern declaration into aspect.h.
|
2010-06-17 |
diego |
Add vd.h #include instead of declaring movie_aspect extern.
|
2010-06-17 |
diego |
Place vo_osd_list extern declaration in sub.h instead of all over the code.
|
2010-06-17 |
diego |
Remove unused 'extern int vo_osd_changed_flag' declaration.
|
2010-06-16 |
reimar |
Disable only G200 support when compiling against dynamic libswscale instead
|
2010-06-16 |
diego |
Add header_check convenience function to check for header availability.
|
2010-06-16 |
diego |
Remove unused extern fs_layer declaration.
|
2010-06-16 |
diego |
Replace common options template by a common options array.
|
2010-06-16 |
diego |
Use a struct timezone as second parameter for gettimeofday in the function test.
|
2010-06-16 |
reimar |
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
|
2010-06-16 |
diego |
Remove some unnecessary #includes from compilation tests.
|
2010-06-16 |
diego |
Rename libvo/mga_common.c --> libvo/mga_template.c.
|
2010-06-16 |
diego |
Remove commented-out forward declaration for removed function.
|
2010-06-15 |
reimar |
More sensible behaviour for -geometry with -wid and -vo gl.
|
2010-06-15 |
reimar |
Add symver defines for FFmpeg. Since we don't care about
|
2010-06-15 |
reimar |
Make sure we always have exactly one CONFIG_LIBRTMP define.
|
2010-06-15 |
diego |
Remove an unused extern declaration.
|
2010-06-15 |
diego |
Remove some unused extern declarations.
|
2010-06-14 |
reimar |
Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).
|
2010-06-14 |
reimar |
Consistently use "None" instead of "NULL" for X resources.
|
2010-06-14 |
diego |
Rename cfg-common-opts.h --> cfg-common_template.c.
|
2010-06-14 |
diego |
Fix embarassing OCNFIG vs. CONFIG typo.
|
2010-06-14 |
diego |
Add header for ivtv_write() instead of forward declaring it.
|
2010-06-14 |
diego |
Mark first parameter of ivtv_write as const; it is never changed.
|
2010-06-14 |
diego |
cosmetics: Reindent after last commit.
|
2010-06-14 |
diego |
Drop linux-devfs configure option.
|
2010-06-14 |
diego |
Rename configure.log file to the more standard name config.log.
|
2010-06-14 |
diego |
Replace forward declarations by proper loader/wine/winbase.h #include.
|
2010-06-14 |
diego |
Ignore generated .d files below loader/qtx/.
|
2010-06-14 |
diego |
Adjust comment after the removal of the pt_iter_add_gui_file macro.
|
2010-06-14 |
diego |
Remove unnecessary and unused #defines.
|
2010-06-14 |
diego |
Replace forward declarations by loader/wine/winbase.h #include.
|
2010-06-14 |
diego |
Remove unnecessary get_path() declaration.
|
2010-06-14 |
diego |
Remove unnecessary get_path() declaration.
|
2010-06-14 |
diego |
Add path.o to the dependency list of the loader test programs.
|
2010-06-14 |
diego |
Remove unused function ComponentDummy().
|
2010-06-14 |
diego |
Add ad_mp3lib.h #include for the mplayer_audio_read prototype.
|
2010-06-14 |
diego |
Revert marking mplayer_audio_read() as static; it is used from linked .o files.
|
2010-06-14 |
diego |
Mark exit_sig() function as static; it is only used within the file.
|
2010-06-14 |
diego |
Add a command to the binary build rule.
|
2010-06-14 |
diego |
typo: Add missing '$' to EXESUF variable in binary build rule.
|
2010-06-14 |
diego |
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
|
2010-06-14 |
diego |
Ignore .d files with dependency information.
|
2010-06-14 |
diego |
get_path.c was renamed to path.c.
|
2010-06-14 |
diego |
Remove redundant monitor_aspect extern declaration, fixes the warning:
|
2010-06-14 |
diego |
Mark mplayer_audio_read() function as static; it is not used outside the file.
|
2010-06-14 |
lu_zero |
Reinstate libmpeg2 hook to export quantization
|
2010-06-13 |
reimar |
Remove more gui-related code from libvo.
|
2010-06-13 |
reimar |
Remove some unused win32 GUI code.
|
2010-06-13 |
reimar |
Fix sub_window default.
|
2010-06-13 |
reimar |
Move wsSearch function and make it static.
|
2010-06-13 |
reimar |
Drop inline attribute, it does not really make sense and without
|
2010-06-13 |
reimar |
Install error handler as early as possible to avoid crashing.
|
2010-06-13 |
reimar |
Fix function pointer types in tvi_functions struct
|
2010-06-13 |
diego |
Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
|
2010-06-13 |
diego |
Remove unused function pt_add_gui_file().
|
2010-06-13 |
reimar |
Remove unused mp_input_init parameter.
|
2010-06-13 |
reimar |
100l, add missing 0-termination of keymap file.
|
2010-06-13 |
reimar |
Add missing font_load.h include (previously hidden by gui include).
|
2010-06-13 |
reimar |
Remove unused includes.
|
2010-06-13 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
2010-06-13 |
reimar |
Gui: Do not just exit on X error, just ignoring problems is already
|
2010-06-13 |
reimar |
Indentation fix.
|
2010-06-13 |
reimar |
Remove Gui-specific slave commands and associated key-bindings and other code.
|
2010-06-13 |
reimar |
Remove mp_msg related GUI hacks.
|
2010-06-13 |
reimar |
Allow LGPL for csputils as well, they were previously part of gl_common
|
2010-06-13 |
reimar |
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
|
2010-06-13 |
reimar |
Extend libvpx configure check to reject too old versions.
|
2010-06-13 |
reimar |
Add QuantizeBuffer function call to gif test to actually test linking.
|
2010-06-12 |
tack |
Add quotes around tune names, otherwise "(psy tuning)" does not get
|
2010-06-12 |
reimar |
Respect -cache-seek-min also for on-disk files to reduce issues with mov.
|
2010-06-11 |
diego |
mga_vid depends on static libswscale.
|
2010-06-11 |
jrash |
sync with en/mplayer.1 rev. 31364
|
2010-06-11 |
jrash |
Synced with help_mp-en.h rev. 31353
|
2010-06-11 |
diego |
Drop hunk that was forgotten in the quantizer_scale removal.
|
2010-06-11 |
siretart |
move the mga video check below the libswscale check
|
2010-06-10 |
tack |
Cosmetics: properly indent block after introducing if statement in r31363.
|
2010-06-10 |
tack |
-x264encopts: document preset, tune, and profile options; remove
|
2010-06-10 |
tack |
ve_x264: rewrite option parsing and add support for x264's presets,
|
2010-06-10 |
cehoyos |
yuv422 is not supported by current VDPAU hardware.
|
2010-06-10 |
diego |
Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.
|
2010-06-10 |
diego |
Add support for compiling against external libmpeg2.
|
2010-06-10 |
diego |
libmpeg2: Remove local quantizer scale changes related to postprocessing.
|
2010-06-09 |
tack |
ao_jack: increase maximum allowed channels from 6 to 8.
|
2010-06-09 |
reimar |
We use unmodified r231 of libdvdcss, no point in mentioning older revisions.
|
2010-06-09 |
diego |
libmpeg2: Move pending_buffer stuff to local decoder context.
|
2010-06-09 |
diego |
cosmetics: Remove commented-out cruft.
|
2010-06-09 |
diego |
Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.
|
2010-06-09 |
diego |
Reduce verbosity about suboption parsing in vo drivers.
|
2010-06-09 |
diego |
Split internal and external libmpeg2 support in the build system.
|
2010-06-09 |
diego |
cosmetics: Drop leading underscore from configuration variable.
|
2010-06-09 |
siretart |
remove libmpcodecs/vf_rgb2bgr.c
|
2010-06-08 |
cehoyos |
Make -mc 1 the default.
|
2010-06-08 |
cehoyos |
Fix compilation with nemesi and live555.
|
2010-06-08 |
cehoyos |
Support RTSP/RTP over HTTP via LIVE555.
|
2010-06-07 |
reimar |
Extract duplicated code into a separate function.
|
2010-06-07 |
reimar |
Ensure the SAMI subtitle reader does not read more lines than we support.
|
2010-06-07 |
reimar |
Print media start time with -identify.
|
2010-06-07 |
reimar |
Move code printing -identify output for a file to a separate function.
|
2010-06-07 |
cehoyos |
M701: Matrox MPEG-2 intra-only.
|
2010-06-06 |
hyc |
Fix typo in comment
|
2010-06-06 |
reimar |
Remove nonsense commented-out function header.
|
2010-06-06 |
reimar |
Update common.mak and subdir.mak to latest FFmpeg versions.
|
2010-06-06 |
reimar |
Fix ds_get_next_pts to also work for the first packet of a stream.
|
2010-06-06 |
reimar |
Fix the ds->first documentation to actually match reality.
|
2010-06-06 |
reimar |
Minor code simplification.
|
2010-06-06 |
reimar |
Disable index reading in real demuxer if stream is not seekable.
|
2010-06-06 |
reimar |
Some more Changelog updates.
|
2010-06-06 |
reimar |
yuv4mpeg interlaced changes.
|
2010-06-05 |
reimar |
Update codecs.conf version again, we had quite a few additions to it.
|
2010-06-05 |
reimar |
Extend -vf format to allow substituting the format for a compatible one
|
2010-06-05 |
reimar |
Fix -vf format and -vf noformat to work with slices.
|
2010-06-05 |
reimar |
Add webm/VP8 support to native matroska demuxer.
|
2010-06-05 |
reimar |
If we have no FPS value, try enabling -correct-pts mode, it does
|
2010-06-05 |
reimar |
Add partial support for dirac to TS demuxer.
|
2010-06-05 |
reimar |
Also print current stream position in mp_read debug output.
|
2010-06-05 |
reimar |
Remove explicit eof check for mp_read code, stream code handles this case
|
2010-06-05 |
reimar |
Di not do a stream_reset on seeking backwards, the seek itself should
|
2010-06-05 |
reimar |
Do not make seek fail explicitly simply because eof was hit somewhen,
|
2010-06-05 |
cehoyos |
Fix compilation after FFmpeg r23485.
|
2010-06-05 |
jrash |
sync with en/mplayer.1 rev. 31292
|
2010-06-05 |
reimar |
Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
|
2010-06-05 |
reimar |
Sync libdvdcss with their latest SVN.
|
2010-06-05 |
reimar |
Add support for -geometry x syntax since the documentation claims
|
2010-06-04 |
reimar |
Do not use libass functions if it is disabled.
|
2010-06-04 |
reimar |
Default to -correct-pts off if -fps was given, since -fps has no effect
|
2010-06-04 |
reimar |
Force window placement also if -xineramascreen was set >= 0,
|
2010-06-03 |
siretart |
apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
|
2010-06-03 |
reimar |
Try always enabling correct pts again for lavf demuxer, since the know
|
2010-06-03 |
reimar |
Limit buffered PTS only when we actually got a frame from the decoder.
|
2010-06-03 |
reimar |
If an invalid pts value is detected, try to to make up some if it seems
|
2010-06-03 |
siretart |
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
|
2010-06-03 |
cehoyos |
Simplify libass version check.
|
2010-06-03 |
cehoyos |
Raise LIBASS_VERSION, forgotten in r31293.
|
2010-06-02 |
reimar |
Add the -march fallback for amdfam10 also to the x86_64 case.
|
2010-06-02 |
cehoyos |
libavcodec/libx264.c requires x264 0.98 since r23430.
|
2010-06-02 |
cehoyos |
Fix compilation with external libass.
|
2010-06-02 |
cehoyos |
ass_set_aspect_ratio() takes three arguments since 0x00907010.
|
2010-06-01 |
siretart |
avoid using swscale internals by copying in palette8torbg16 and its bgr variant
|
2010-06-01 |
reimar |
Extend geometry parsing to reject all invalid strings.
|
2010-06-01 |
siretart |
deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
|
2010-06-01 |
stefano |
Move internal scale context fields initialization from
|
2010-06-01 |
cehoyos |
Fix compilation after FFmpeg r23402.
|
2010-06-01 |
siretart |
remove palette8torgb15 and palette8tobgr15
|
2010-05-31 |
reimar |
Factor out some common code and ensure we will not try to draw OSD
|
2010-05-31 |
reimar |
Reindent.
|
2010-05-31 |
reimar |
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv
|
2010-05-31 |
aurel |
Switch mkv demuxing to lavf by default.
|
2010-05-31 |
aurel |
backport ass_flush_events() from upstream libass and make use of it
|
2010-05-31 |
reimar |
Extend the range of the -a52drc range up to two, as a experimental feature
|
2010-05-30 |
diego |
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
|
2010-05-30 |
Gabrov |
synced with r31289
|
2010-05-30 |
reimar |
Change code to let Window Manager chose window location by default.
|
2010-05-30 |
reimar |
Add a referrer option to set the HTTP Referer field.
|
2010-05-30 |
reimar |
Forgotten part of previous commit (extern declaration of drc_level).
|
2010-05-30 |
reimar |
Use the -a52drc option also for the libavcodec decoder.
|
2010-05-30 |
cehoyos |
Fix compilation without librtmp.
|
2010-05-30 |
reimar |
Treat a NULL renderer string as indication for software renderer.
|
2010-05-30 |
reimar |
Prefer -vo sdl over "probably software" OpenGL.
|
2010-05-30 |
reimar |
Change compiler argument order for compile_check to avoid incorrect linking
|
2010-05-30 |
reimar |
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
|
2010-05-30 |
diego |
Add codec-cfg.h to the dependency list of codec-cfg.
|
2010-05-30 |
diego |
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
|
2010-05-30 |
diego |
Remove GPL-licensed YUV to RGB MMX routines.
|
2010-05-30 |
hyc |
Add librtmp support
|
2010-05-29 |
diego |
Cast void* pointer to appropriate type before using it in an addition; fixes
|
2010-05-29 |
diego |
Update 1.0rc3 release name and date.
|
2010-05-29 |
siretart |
minor spelling fixes
|
2010-05-29 |
siretart |
add myself to the AUTHORS file
|
2010-05-29 |
reimar |
Use edi instead of ebx to avoid issues with PIC.
|
2010-05-29 |
reimar |
Remove obsolete may_alias-related defines, lavu handles this now
|
2010-05-29 |
reimar |
Actually run a detection whether external libass exists, instead
|
2010-05-29 |
reimar |
Fix compilation if the compiler does not support -march=amdfam10
|
2010-05-29 |
diego |
cosmetics: Drop leading '_' from noinputmodules variable.
|
2010-05-29 |
diego |
misc cosmetics: K&R style nits, #include placement, indentation
|
2010-05-29 |
diego |
Mark key_type structure as const.
|
2010-05-29 |
diego |
getch2-os2.c: Add #include for the header that declares the public functions.
|
2010-05-29 |
diego |
cosmetics: Remove some commented-out #includes, fix a comment grammar error.
|
2010-05-29 |
diego |
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.
|
2010-05-28 |
compn |
add "lpcJ" fourcc for the RealAudio 1.0 codec.
|
2010-05-28 |
reimar |
Fix typo in message.
|
2010-05-28 |
reimar |
stream_check_interrupt should sleep even if no callback is set.
|
2010-05-28 |
reimar |
100l, stream_check_for_interrupt argument is not in usec,
|
2010-05-28 |
reimar |
Document time scale for stream_check_interrupt argument.
|
2010-05-28 |
reimar |
Document thatg time argument is in milliseconds.
|
2010-05-28 |
reimar |
Improve handling of cache process/thread hanging/being killed.
|
2010-05-28 |
reimar |
Fix cache process accidentally being killed by SIGUSR1.
|
2010-05-28 |
cehoyos |
Use MSGT_DECVIDEO in a video decoder.
|
2010-05-28 |
diego |
Remove commented-out declaration of nonexisting function uGetTimer().
|
2010-05-28 |
diego |
Drop pointless _t suffix from 'struct lavf_priv'.
|
2010-05-27 |
diego |
Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
|
2010-05-27 |
diego |
cosmetics: vertical alignment in msg module help output.
|
2010-05-27 |
diego |
vf_yuy2 was removed after the 1.0rc3 branch was cut.
|
2010-05-27 |
diego |
small cosmetics for the 1.0rc3 changelog
|
2010-05-27 |
diego |
Fix a bunch of typos in the stream cache code.
|
2010-05-27 |
diego |
Drop pointless _s suffix from 'struct af_stream'.
|
2010-05-27 |
diego |
Drop pointless _st suffix from 'struct stream'.
|
2010-05-27 |
diego |
Drop pointless _s suffix from struct ao_data.
|
2010-05-27 |
diego |
cosmetics: Reformat in K&R coding style.
|
2010-05-27 |
diego |
Remove two pointless void* casts.
|
2010-05-27 |
diego |
Remove unnecessary demux_mkv_seek() forward declaration.
|
2010-05-27 |
diego |
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
|
2010-05-27 |
diego |
cosmetics: Drop pointless _s suffix from 'struct mp_image'.
|
2010-05-27 |
diego |
cosmetics: Drop _s suffix from 'struct vd_functions'.
|
2010-05-27 |
diego |
cosmetics: K&R coding style
|
2010-05-27 |
diego |
cosmetics: K&R coding style
|
2010-05-26 |
reimar |
Retry reading even if we hit eof before.
|
2010-05-26 |
reimar |
Switch ogg demuxing to lavf by default.
|
2010-05-26 |
reimar |
Re-enable wakeup-on-signal for cache process.
|
2010-05-26 |
reimar |
Disable waking the cache process up via a signal, it
|
2010-05-26 |
cehoyos |
Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
|
2010-05-26 |
diego |
Add missing RGB12 version of the fast OSD table.
|
2010-05-25 |
diego |
Add support for decoding VP8 through libvpx wrapper in FFmpeg.
|
2010-05-25 |
diego |
Remove obsolete new policy proposal draft from Michael.
|
2010-05-25 |
hyc |
Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
|
2010-05-25 |
diego |
whitespace cosmetics
|
2010-05-25 |
diego |
whitespace cosmetics: fix indentation
|
2010-05-25 |
diego |
cosmetics: vertical alignment in msg module help output
|
2010-05-25 |
diego |
Remove some commented-out duplicate option entries.
|
2010-05-25 |
diego |
K&R cosmetics: Fix '*' placement.
|
2010-05-25 |
diego |
Remove unused forward declarations.
|
2010-05-25 |
cehoyos |
Samsung uses SIPP as FourCC for MPEG-4 ASP.
|
2010-05-24 |
siretart |
support linking to fribidi without pkg-config
|
2010-05-24 |
siretart |
make configure use pkg-config for fribidi checks
|
2010-05-24 |
reimar |
Change -vo md5sum to not interleave U and V lines when calculating
|
2010-05-24 |
reimar |
Fix OpenGL autodetection to not leave values at -1.
|
2010-05-23 |
reimar |
Avoid decoding of 0-size packets. This also fixes that the main loop believes
|
2010-05-23 |
reimar |
Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
|
2010-05-23 |
reimar |
Slightly reduce number of #ifs
|
2010-05-23 |
reimar |
Use an extra define to simplify ifdefs
|
2010-05-23 |
reimar |
Try reducing the #ifdef mess for the different cache variants.
|
2010-05-23 |
reimar |
Extract the cache main loop into a separate function.
|
2010-05-23 |
diego |
Remove ambiguous language about indenting if-blocks.
|
2010-05-23 |
reimar |
Optimize cache behaviour for the many-consecutive-seeks case.
|
2010-05-23 |
reimar |
Add code to wake up cache process when e.g. a seek is needed.
|
2010-05-23 |
sesse |
Add ChangeLog entry about CineForm support.
|
2010-05-23 |
sesse |
Add final missing bits of CineForm HD support on Linux (via the Windows
|
2010-05-23 |
diego |
Remove unused function MODULE_DecRefCount(), fixes the warning:
|
2010-05-23 |
diego |
K&R coding style should be applied to new code.
|
2010-05-23 |
diego |
cosmetics: reformat ad_pcm.c in K&R style
|
2010-05-23 |
stefano |
Add empty newline to separate function declarations, for better
|
2010-05-22 |
cehoyos |
Ignore (but print out) offset with libtheora decoder.
|
2010-05-22 |
cehoyos |
Do not use correct-pts for mpeg-ps: It breaks PAFF samples.
|
2010-05-21 |
reimar |
Change WAV header updating in ao_pcm to allow to up to almost 4GB size.
|
2010-05-21 |
jrash |
sync with en/mplayer.1 rev. 31173
|
2010-05-20 |
iive |
Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
|
2010-05-19 |
stefano |
Cosmetics: make more compact the code for handle_jpeg(), this also allows
|
2010-05-19 |
stefano |
Remove PI definition and use M_PI instead.
|
2010-05-19 |
reimar |
Do not return pointer to on-stack memory.
|
2010-05-19 |
reimar |
Fix return value (it was missing completely).
|
2010-05-19 |
reimar |
Handle -wid Window being closed for direct3d and gl vos on Windows.
|
2010-05-19 |
lorenm |
13% faster yuv420 to rgb15 mmx.
|
2010-05-19 |
lorenm |
40% faster yuv420 to rgb24 mmx.
|
2010-05-14 |
reimar |
Quit MPlayer if we receive a DestroyNotify event.
|
2010-05-14 |
diego |
vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.
|
2010-05-14 |
diego |
Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.
|
2010-05-14 |
diego |
Check for termios.h before sys/termios.h.
|
2010-05-14 |
cehoyos |
Enable libavcodecs new MPEG-1 Audio float decoder.
|
2010-05-14 |
cehoyos |
Fix compilation after r31173.
|
2010-05-14 |
siretart |
remove vf_yuy2, functionality is replaced by -vf format=yuv2
|
2010-05-13 |
cehoyos |
Silence a gcc warning about char trying to be packed.
|
2010-05-13 |
compn |
move 'dvdsublang... moviename en,eng,' message to debug level.
|
2010-05-12 |
ramiro |
Revert r31153. It failed to build on:
|
2010-05-12 |
diego |
Mention removal of internal liba52 copy in Changelog.
|
2010-05-11 |
diego |
10l: Use the directory part of the stylesheet path to create a directory.
|
2010-05-11 |
diego |
cosmetics: Invoke all shell scripts during XML documentation build directly.
|
2010-05-11 |
diego |
Create output directory when copying stylesheet.
|
2010-05-11 |
diego |
Merge both XML documentation README files into one.
|
2010-05-11 |
diego |
Do not run xmllint prior to building the XML documentation.
|
2010-05-11 |
diego |
XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.
|
2010-05-11 |
diego |
Only mark targets whose names end in "clean" as phony.
|
2010-05-11 |
diego |
docs: Update documentation to account for recent build system changes.
|
2010-05-11 |
diego |
Make XML documentation build process nonrecursive.
|
2010-05-11 |
diego |
Get rid of pointless variable indirection for XSL stylesheets.
|
2010-05-11 |
diego |
libdvdcss is now synced to a recent upstream Subversion snapshot.
|
2010-05-11 |
diego |
libdvdcss: Fix potential format string crash; check RPC status on disc access.
|
2010-05-11 |
diego |
libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.
|
2010-05-11 |
diego |
libdvdcss: cosmetics: Fix FSF address and program name in license headers.
|
2010-05-11 |
astrange |
Fix compilation with --disable-fastmemcpy on x86
|
2010-05-11 |
ramiro |
Use int instead of long to pass width parameters in non-public functions.
|
2010-05-10 |
diego |
Pass a language variable to submakes instead of reading subdirectory Makefiles.
|
2010-05-09 |
reimar |
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
|
2010-05-09 |
reimar |
Minor code cleanup.
|
2010-05-09 |
reimar |
yuv=5 supports brightness and contrast adjustment.
|
2010-05-09 |
compn |
add FLV4 fourcc to vp6
|
2010-05-09 |
diego |
Remove internal liba52 copy.
|
2010-05-09 |
diego |
Use the system liba52 headers when internal liba52 is disabled, fixes:
|
2010-05-09 |
diego |
cosmetics: Drop leading underscore from some commonly-used variable names.
|
2010-05-09 |
reimar |
Handle Y8/Y800 formats more similar to other YUV formats.
|
2010-05-09 |
reimar |
Handle chroma texture size becoming 0, e.g. due to bad rounding.
|
2010-05-07 |
mru |
blackfin: fix yuv422 to yuv420 conversion
|
2010-05-07 |
diego |
Remove references to some long-removed files.
|
2010-05-07 |
diego |
Remove seemingly misplaced and commented-out liba52 #include.
|
2010-05-06 |
cehoyos |
Add support for 12-bit color mode on framebuffer devices.
|
2010-05-06 |
cehoyos |
Fix compilation with old libschroedinger-dev installed.
|
2010-05-04 |
aurel |
cosmetic: typo, this wasn't supposed to be plural
|
2010-05-04 |
diego |
Remove translated strings that are gone from the master translation.
|
2010-05-04 |
diego |
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
|
2010-05-03 |
diego |
the great MPlayer tab removal: part II
|
2010-05-03 |
diego |
Put symlinks under revision control instead of generating them during make.
|
2010-05-03 |
aurel |
print a more detailed and more useful description of each stream with lavf
|
2010-05-03 |
aurel |
10l: correctly use video_stream instead of audio_stream in the video section
|
2010-05-03 |
aurel |
add ID_..._NAME to -identify for each lavf stream which has a title
|
2010-05-03 |
aurel |
uniformize handling of aid and vid with lavf so that it matches handling of sid
|
2010-05-02 |
cehoyos |
Silence permanent warning messages when decoding H264 over rtsp with
|
2010-05-01 |
reimar |
Also print OpenGL renderer string with vendor and version with -v
|
2010-05-01 |
reimar |
Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
|
2010-05-01 |
reimar |
Use av_probe_input_format2 and avoid accepting detection
|
2010-04-30 |
reimar |
Revert accidental change to default CFLAGS.
|
2010-04-30 |
reimar |
Add configure detection for SDL backend for -vo gl.
|
2010-04-30 |
reimar |
Avoid duplicating the GL/gl.h include.
|
2010-04-30 |
reimar |
100l, open the customtex also in binary mode, not just the program.
|
2010-04-28 |
cehoyos |
Fix compilation with gcc 2.95.3 (with --disable-ass).
|
2010-04-27 |
iive |
New hack for vobsub packet merging.
|
2010-04-27 |
reimar |
Move variable declaration into the block where it is actually used.
|
2010-04-27 |
diego |
Add llrintf test for FFmpeg.
|
2010-04-27 |
diego |
Add missing input.h #include, fixes the warnings:
|
2010-04-27 |
diego |
Move "screen" variable declaration below the relevant #ifdef, fixes the warning:
|
2010-04-27 |
Gabrov |
fix typo
|
2010-04-27 |
cehoyos |
Fix compilation with live555 after libavutil r22965.
|
2010-04-25 |
Gabrov |
synced with r31096
|
2010-04-25 |
Gabrov |
typo fixes
|
2010-04-25 |
reimar |
Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.
|
2010-04-25 |
reimar |
Try other methods also if GetBusKey fails instead of failing completely.
|
2010-04-25 |
reimar |
Missing space after if.
|
2010-04-25 |
reimar |
Support mouse movements in SDL.
|
2010-04-25 |
reimar |
Avoid duplicating mouse-movement command-generation code.
|
2010-04-25 |
reimar |
Fix crash if a DVD is played with dvdnav:// and without video
|
2010-04-25 |
reimar |
Deduplicate enable_mouse_movements declaration.
|
2010-04-25 |
reimar |
Minor cosmetics.
|
2010-04-25 |
reimar |
Add comment for endif.
|
2010-04-25 |
reimar |
Support for auto-selecting the OpenGL backend.
|
2010-04-25 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
2010-04-25 |
reimar |
Handle SDL expose events with -vo gl.
|
2010-04-25 |
reimar |
Missing space in error message.
|
2010-04-25 |
reimar |
Simplify SDL key symbol mapping.
|
2010-04-25 |
reimar |
Use the proper define for translating the tab key.
|
2010-04-25 |
reimar |
Make uppercase characters and in general all ASCII characters work
|
2010-04-25 |
reimar |
Share SDL initialization code.
|
2010-04-25 |
reimar |
Remove unnecessary check.
|
2010-04-25 |
reimar |
Fullscreen support for -vo gl using SDL.
|
2010-04-25 |
reimar |
Set SDL window title.
|
2010-04-25 |
reimar |
Window resizing support for -vo gl with SDL backend.
|
2010-04-25 |
reimar |
Add sdl_common file and use it to share the input handling between -vo gl
|
2010-04-25 |
reimar |
Use SDL_GL_ProcAddress to work around conflicts between -lGL
|
2010-04-25 |
reimar |
Update copyright and email address.
|
2010-04-25 |
reimar |
Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,
|
2010-04-24 |
reimar |
Missing gl.h include for SDL backend.
|
2010-04-24 |
reimar |
Slightly more correct ifdefs for vo_gl2.
|
2010-04-24 |
reimar |
Add workaroound for yuv=7 mode - does hurt speed but not much
|
2010-04-24 |
reimar |
Remove code to work around bugs in ancient libSDL versions, the code has been
|
2010-04-24 |
reimar |
Try harder to find linked OpenGL functions.
|
2010-04-24 |
reimar |
Disable OSD support by default if the necessary OpenGL functionality is missing.
|
2010-04-24 |
reimar |
SDL support with related crash-resilience fixes.
|
2010-04-24 |
reimar |
Some crash-resilience fixes.
|
2010-04-24 |
reimar |
First steps to support -vo gl with SDL-based Window handling.
|
2010-04-24 |
diego |
10l: Remove leftover commented-out #include.
|
2010-04-24 |
diego |
Remove unnecessary kd.h #include.
|
2010-04-23 |
siretart |
rename 'struct keymap' -> 'struct mp_keymap'
|
2010-04-23 |
siretart |
include sys/kd.h on non-Linux architectures correctly
|
2010-04-22 |
diego |
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
|
2010-04-22 |
diego |
Merge iopl()-related #ifdefs.
|
2010-04-22 |
diego |
Do not check for __linux__ in a file that is only ever used on Linux.
|
2010-04-21 |
diego |
Revert obscure hack that disables the malloc.h check on certain BSD platforms.
|
2010-04-20 |
reimar |
Update comment describing issues with ffaac.
|
2010-04-20 |
reimar |
Cosmetics/indentation fixes.
|
2010-04-20 |
reimar |
Add workaround for aac-sbr-ffaac-slow.mkv playing to slow with FFmpeg
|
2010-04-20 |
diego |
Remove explicit filename from Doxygen @file commands.
|
2010-04-20 |
lorenm |
Tell x264 that we aren't going to give it timestamps.
|
2010-04-20 |
diego |
Remove unused static function wsDummyEvents and related unused code, fixes:
|
2010-04-20 |
diego |
Remove unused static function wsIOErrorHandler, fixes the warning:
|
2010-04-20 |
diego |
Remove unused static function fsFileExist, fixes the warning:
|
2010-04-20 |
zuxy |
Replace memalign(x) (x > 8) by av_malloc() to prevent crashes on systems
|
2010-04-17 |
jrash |
Synced with help_mp-en.h rev. 31032
|
2010-04-17 |
jrash |
sync with en/mplayer.1 rev. 31028
|
2010-04-16 |
diego |
Merge two redundant if checks, patch by ubitux, ubitux gmail com.
|
2010-04-16 |
diego |
cosmetics: reindent demux_ogg.c to K&R style plus some prettyprinting
|
2010-04-15 |
diego |
Remove commented-out and long-gone dapsync options.
|
2010-04-15 |
reimar |
Mark ffaac as buggy (thus making faad default again) and
|
2010-04-15 |
reimar |
Move functions that really do not need to be inlined from the header
|
2010-04-14 |
cehoyos |
Remove dead code.
|
2010-04-13 |
reimar |
Open cutomtex file in binary mode to avoid potential issues on
|
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.
|
2010-03-19 |
reimar |
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats
|
2010-03-19 |
diego |
Replace wrong condition name in #endif comment by correct instance.
|
2010-03-19 |
diego |
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.
|
2010-03-18 |
diego |
Drop support for XANIM_MOD_DIR environment variable.
|
2010-03-18 |
diego |
Reuse codec path variable used in the binary loader in the XAnim loader.
|
2010-03-18 |
cehoyos |
Extend the generic path of the yuv2rgb converter with support for rgb444
|
2010-03-18 |
aurel |
cosmetics: indentation
|
2010-03-18 |
aurel |
add support for lavf style extradata in vd_theora
|
2010-03-18 |
diego |
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.
|
2010-03-18 |
reimar |
Split codec path related code into a separate file to fix Windows build.
|
2010-03-18 |
cehoyos |
Fix first line(s) of vo vdpau documentation.
|
2010-03-17 |
sesse |
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
|
2010-03-17 |
sesse |
Announce Windows XP SP2 instead of Windows 95 OSR2.
|
2010-03-17 |
sesse |
Announce SMP support for Win32.
|
2010-03-17 |
diego |
Introduce mak_enable function to set variables in config.mak.
|
2010-03-17 |
diego |
Rename SGI_MIPS architecture to plain MIPS.
|
2010-03-17 |
diego |
Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.
|
2010-03-17 |
diego |
Lowercase arch and subarch values.
|
2010-03-17 |
diego |
cosmetics: Drop leading underscore from cpuexts variables.
|
2010-03-17 |
diego |
Make ff_config_enable work with lowercase values.
|
2010-03-17 |
diego |
Split subarch handling off from generic arch handling.
|
2010-03-17 |
diego |
Prefer FFmpeg AAC decoder over libfaad.
|
2010-03-17 |
diego |
Rename libopencore AMR decoder entries.
|
2010-03-17 |
cehoyos |
Fix compilation after FFmpeg r22569 at least for some architectures.
|
2010-03-17 |
diego |
cosmetics: Drop leading underscores from arch variables.
|
2010-03-17 |
komh |
Follow a more proper way to support -codecpath.
|
2010-03-16 |
sesse |
Fix return value of InitializeCriticalSectionAndSpinCount.
|
2010-03-16 |
diego |
Remove unused variable, fixes the warning:
|
2010-03-16 |
sesse |
Fix libmpcodecs/vd_qtvideo.c compilation on OS X:
|
2010-03-16 |
diego |
Remove some commented-out debugging and similar cruft.
|
2010-03-16 |
diego |
Remove unnecessary forward declarations for a bunch of functions.
|
2010-03-16 |
diego |
cosmetics: Move all functions before main().
|
2010-03-16 |
diego |
Remove disabled flip_upside_down function; it has been unused for ages.
|
2010-03-16 |
diego |
Remove unnecessary forward declaration of print_wave_header().
|
2010-03-16 |
cehoyos |
Fix compilation after FFmpeg r22565.
|
2010-03-15 |
cehoyos |
Calculate width and height in mp4_header_process_vop().
|
2010-03-15 |
cehoyos |
Fix value of bit counter at end of functions to prepare for future patches.
|
2010-03-15 |
sesse |
Fix indentation in GetVersionExW.
|
2010-03-15 |
sesse |
Add support for Apple's ProRes and AIC codecs, now that all prerequisites
|
2010-03-15 |
sesse |
Implement GetVersionExW with the same data as GetVersionExA but taking in a
|
2010-03-15 |
sesse |
Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and
|
2010-03-15 |
komh |
Relocate -codecpath description in alphabetical order.
|
2010-03-15 |
komh |
Add -codecpath option.
|
2010-03-15 |
diego |
Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.
|
2010-03-14 |
diego |
Get rid of pointless tmppath variable in set_path_env().
|
2010-03-14 |
diego |
variable renaming cosmetics: _have_yasm --> have_yasm
|
2010-03-14 |
diego |
Remove unused MMX_FFT Makefile variable.
|
2010-03-14 |
diego |
cosmetics: Simplify _codecsdir setting for MinGW and OS/2.
|
2010-03-14 |
diego |
Add -Wstrict-prototypes to CFLAGS.
|
2010-03-14 |
diego |
Use menu instead of GUI as example for an internal feature turned on by a flag.
|
2010-03-14 |
cehoyos |
Fix compilation after FFmpeg r22522.
|
2010-03-14 |
diego |
Replace separate Win32, XAnim and Real codec directories by one global dir.
|
2010-03-13 |
conrad |
fftheora supports 4:2:2 and 4:4:4 now
|
2010-03-13 |
jrash |
sync with en/mplayer.1 rev. 30868
|
2010-03-12 |
reimar |
Add the 0xA109 format for speex, it is claimed to be officially registered (have
|
2010-03-12 |
reimar |
Support extradata format of the speex.acm windows codec formerly available
|
2010-03-12 |
reimar |
Fix crash if speex_packet_to_header fails.
|
2010-03-12 |
reimar |
Add newlines to generated fragment program to make both fragment program dump
|
2010-03-10 |
komh |
Include libavutil/avutil.h for FFMIN
|
2010-03-10 |
komh |
Include osdep/osdep.h instead of checking a platfrom specific macro to include
|
2010-03-09 |
reimar |
Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.
|
2010-03-09 |
reimar |
Improve handling of 0-size ogg packets.
|
2010-03-09 |
siretart |
unbreak compilation after cleanups in libavutil/common.h
|
2010-03-09 |
cehoyos |
Fix alpabetical order.
|
2010-03-09 |
cehoyos |
Support SEGA CRI adx codec with demuxer lavf.
|
2010-03-09 |
sesse |
Fix a syntax error in graph.h.
|
2010-03-09 |
sesse |
Add copyright headers.
|
2010-03-09 |
sesse |
Style changes as requested by Diego.
|
2010-03-09 |
cehoyos |
Fix help text for --disable-win32dll.
|
2010-03-09 |
cehoyos |
Commit files by Steinar Gunderson, forgotten in r30866.
|
2010-03-09 |
siretart |
Fix compilation on powerpc with --disable-altivec
|
2010-03-09 |
corey |
Document x264 VUI options.
|
2010-03-09 |
corey |
Add a note about what x264's 'aud' parameter is for.
|
2010-03-08 |
sesse |
Implement DirectShow filter graph.
|
2010-03-08 |
sesse |
Correct QuickTime dpi output.
|
2010-03-08 |
reimar |
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
|
2010-03-08 |
reimar |
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RELEASE.
|
2010-03-08 |
diego |
We have some sort of DVD menu support nowadays.
|
2010-03-08 |
sesse |
Implement ResumeThread and SignalObjectAndWait.
|
2010-03-07 |
iive |
Increase mplayer buffer padding size to match the new one from ffmpeg.
|
2010-03-07 |
reimar |
Use FBIOPAN_DISPLAY for switching between pages, seems to work for more
|
2010-03-07 |
reimar |
Add double-buffering support to vo_fbdev.
|
2010-03-07 |
reimar |
Use int64_t instead of long for variable containing current playback time.
|
2010-03-06 |
stefano |
Avoid duplication of usePal() macro.
|
2010-03-06 |
stefano |
Add support to BGR444/RGB444 foreign endian output in libswscale.
|
2010-03-06 |
sesse |
Fix QuickTime emulated OSErr type.
|
2010-03-06 |
sesse |
Implement Win32 mutexes.
|
2010-03-06 |
sesse |
Fix semaphore behavior in WaitForSingleObject.
|
2010-03-06 |
sesse |
Make Win32 mutex and thread linked lists thread safe.
|
2010-03-06 |
komh |
Define O_BINARY in stream/stream.h unless it is defined yet, and use it
|
2010-03-05 |
greg |
Enable ASS/SSA subtitle support in mencoder
|
2010-03-05 |
sesse |
Make GetModuleHandle(NULL) return a valid pointer.
|
2010-03-05 |
michael |
try to avoid returning odd slices.
|
2010-03-05 |
reimar |
Reuse fb_tty_fd for setting up the text area.
|
2010-03-05 |
jrash |
sync with en/mplayer.1 rev. 30822
|
2010-03-05 |
sesse |
Partial revert of r30843.
|
2010-03-05 |
sesse |
Support thread handles in WaitForSingleObject.
|
2010-03-05 |
benoit |
Cosmetics: fix vertical alignment.
|
2010-03-05 |
benoit |
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
|
2010-03-04 |
cehoyos |
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
|
2010-03-04 |
diego |
Remove NUT specification stubs.
|
2010-03-04 |
diego |
Run script with /bin/sh instead of bash.
|
2010-03-04 |
sesse |
Make emulated Win32 critical sections thread safe.
|
2010-03-04 |
diego |
cosmetics: Use consistent if expression syntax.
|
2010-03-04 |
diego |
Use $() syntax instead of backticks, it is easier to nest.
|
2010-03-04 |
diego |
Clarify that ssh is not required for committing to MPlayer.
|
2010-03-04 |
diego |
Update URL for Subversion homepage.
|
2010-03-04 |
sesse |
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
|
2010-03-04 |
sesse |
Fix manual reset behavior of Win32 events.
|
2010-03-04 |
sesse |
Fix return values of WaitForSingleObject when checking an event.
|
2010-03-04 |
komh |
Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead
|
2010-03-04 |
komh |
1. Move the macros for priority classes for OS/2 from priority.c to osdep.h
|
2010-03-04 |
stefano |
Revert r30825, it was not supposed to be committed.
|
2010-03-04 |
stefano |
Fill the r, g, b values used for computing the c->pal_yuv table in the
|
2010-03-04 |
stefano |
Make swscale-test take in input the name of the input and the output
|
2010-03-03 |
reimar |
Partially revert r30645, the final output format is determined by
|
2010-03-03 |
reimar |
Save the new width and height earlier so that e.g. -geometry 30x30-50-50
|
2010-03-03 |
reimar |
Add support for specifying window position relative to right and bottom
|
2010-03-03 |
reimar |
Simplify sscanf format strings and get rid of useless percent variable.
|
2010-03-03 |
reimar |
Avoid very deep indentation level and RESET_GEOMETRY macro in -geometry
|
2010-03-03 |
komh |
Add a VCD support for OS/2
|
2010-03-02 |
diego |
Drop support for old-style DVB code.
|
2010-03-02 |
rectalogic |
Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network
|
2010-03-02 |
diego |
Add CONFIG_LSP to config.h for libavcodec compilation.
|
2010-03-01 |
reimar |
Remove unused and useless define.
|
2010-03-01 |
reimar |
Fix memleak due to strdup'd filename not being freed.
|
2010-03-01 |
reimar |
Move functions into proper order to avoid extra declarations.
|
2010-03-01 |
reimar |
Deduplicate code to set stream start_pos/end_pos.
|
2010-03-01 |
reimar |
Set stream->pos correctly after seeking to a VCD title.
|
2010-03-01 |
reimar |
Ensure that cue_current_pos.track is not set to an invalid value after
|
2010-03-01 |
reimar |
Fix off-by-one error in chapter<->VCD track conversion.
|
2010-03-01 |
reimar |
Fix cue_read_toc_entry to also reject negative track numbers
|
2010-03-01 |
reimar |
Implement cue:// track switching via chapter forward/backward like for audio CDs.
|
2010-03-01 |
reimar |
Fix cue_vcd_get_track_end to not change the current position.
|
2010-03-01 |
reimar |
Avoid fd_bin and fd_cue global variables.
|
2010-03-01 |
reimar |
Avoid a global variable and a strcpy.
|
2010-03-01 |
reimar |
Reindent.
|
2010-03-01 |
reimar |
Avoid code duplication and excessively deep nesting in cue_find_bin
|
2010-03-01 |
reimar |
Use sizeof instead of hardcoded size.
|
2010-02-28 |
cehoyos |
Documentation: Add linebreak and try to be less ambiguous.
|
2010-02-28 |
reimar |
Extend stream_read_line to support reading lines from UTF-16 encoded files
|
2010-02-28 |
reimar |
sub_utf8 is handled as a value, not flags everywhere else, so change
|
2010-02-28 |
reimar |
Make array describing the subtitle reader modules const.
|
2010-02-28 |
reimar |
Move stream_read_line implementation from stream.h to stream.c,
|
2010-02-28 |
reimar |
Simplify handling of 0-termination in stream_read_line
|
2010-02-28 |
reimar |
Remove useless cast.
|
2010-02-28 |
reimar |
Use negative return values for errors in pls_read_entry to make it match
|
2010-02-28 |
reimar |
A playlist entry number of 0 is invalid for pls playlists.
|
2010-02-28 |
reimar |
Improve integer overflow and realloc error handling in playlist parser.
|
2010-02-28 |
reimar |
Reuse the keyframe flag from x264 instead of trying to derive it on our own.
|
2010-02-28 |
reimar |
Use the KEYFRAME define instead of some magic number.
|
2010-02-28 |
komh |
Add cddb:// support for OS/2
|
2010-02-28 |
cehoyos |
Make sws_dcVec static: It is only used inside libswscale/utils.c.
|
2010-02-28 |
cehoyos |
Get rid of many ugly casts.
|
2010-02-28 |
cehoyos |
Make close_toolame() static, only used in ae_toolame.c.
|
2010-02-28 |
reimar |
Add support for reading key events from MinGW xterm.
|
2010-02-28 |
cehoyos |
Make close_twolame() static, only used in ae_twolame.c.
|
2010-02-27 |
cehoyos |
Fix warning "missing braces around initializer".
|
2010-02-27 |
cehoyos |
Remove unused functions.
|
2010-02-27 |
reimar |
Make -slave also work with the normal console on Windows.
|
2010-02-27 |
reimar |
Support all line ending types in mp_input_read_cmd.
|
2010-02-27 |
cehoyos |
Actually use existing uninit() function in remove_logo filter.
|
2010-02-27 |
reimar |
Do not misuse the stdin name.
|
2010-02-27 |
reimar |
Include getch2.h to get rid of some warnings.
|
2010-02-27 |
cehoyos |
Fix cd_info_new() prototype.
|
2010-02-27 |
cehoyos |
Remove unused static function mp_mp3_get_lsf().
|
2010-02-27 |
reimar |
Threaded cache fixes: do not free the stream_t struct twice on windows
|
2010-02-27 |
cehoyos |
Make function Gsm_Long_Term_Synthesis_Filtering() static, only used in xa_gsm.c.
|
2010-02-27 |
cehoyos |
Remove unused static function play_tree_set_flag().
|
2010-02-27 |
cehoyos |
Remove unused static function m_config_get_option_ptr().
|
2010-02-27 |
cehoyos |
Remove unused static functions asx_list_add() and asx_list_remove().
|
2010-02-27 |
cehoyos |
Remove unused static function vdlPlaybackCopyFrame().
|
2010-02-27 |
cehoyos |
Include lirc.h in lirc.c to add missing prototypes.
|
2010-02-27 |
cehoyos |
Remove unused static function send_lpcm_packet().
|
2010-02-27 |
cehoyos |
Remove unused static function streaming_stop().
|
2010-02-27 |
reimar |
Fix windows Gui compilation and remove some related typecasts.
|
2010-02-27 |
reimar |
Update -vo gl info structs, it isn't X11-only since ages and there's basically
|
2010-02-27 |
reimar |
100l, remove forgotten debugging code.
|
2010-02-27 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
2010-02-27 |
reimar |
Enable StructureNotifyMask before waiting for a DestroyNotify event.
|
2010-02-27 |
diego |
Remove pointless #ifdef checks for DEMUXER_H, which is never set.
|
2010-02-27 |
diego |
Remove unnecessary stream.h #includes.
|
2010-02-27 |
zuxy |
10l correct type for =a and =d constraints under x86-32
|
2010-02-27 |
zuxy |
Replace =A with =a and =d; make frequency calculation correct under x86-64
|
2010-02-27 |
cehoyos |
Fix compilation of C++ source files (partly reverts r30744).
|
2010-02-27 |
reimar |
Restructure #ifs to be clearer, also ensures that we return from the thread
|
2010-02-26 |
reimar |
Port yuv=... auto-detection from gl to gl2.
|
2010-02-26 |
diego |
cosmetics: Rename "codecs_st" struct to just plain "codecs".
|
2010-02-26 |
diego |
Mark character arrays as const.
|
2010-02-26 |
diego |
Mark all fmt_list arrays as const.
|
2010-02-26 |
diego |
Mark vf_opts/vf_opts_fields structures as const.
|
2010-02-26 |
ptt |
dots at end of sentences (kai driver section)
|
2010-02-26 |
ptt |
synced to r30610
|
2010-02-26 |
ptt |
new sentences on new lines, cropdetect filter
|
2010-02-26 |
ptt |
it's synced up to r30515
|
2010-02-26 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
2010-02-26 |
attila |
mention that on windows, you've to use the netstream.exe to build the
|
2010-02-26 |
jrash |
sync with en/mplayer.1 rev. 30677
|
2010-02-25 |
reimar |
Reorder vos: prioritize -vo gl above -vo x11 and -vo matrixview down with aa, caca etc.
|
2010-02-25 |
reimar |
Add const to ass_read_stream fname argument, the string is not modified.
|
2010-02-25 |
reimar |
Mark stream open filename parameter as const, the filename string is not
|
2010-02-25 |
reimar |
Add cast to proper type.
|
2010-02-25 |
reimar |
Make more option-parsing related function arguments const.
|
2010-02-25 |
reimar |
Remove unused function declaration.
|
2010-02-25 |
reimar |
Make local-only cddb functions static.
|
2010-02-25 |
reimar |
Add const to mpvdec declaration
|
2010-02-25 |
reimar |
Remove declarations of functions now already declared in stream.h
|
2010-02-25 |
reimar |
Fix check for wrong variable: len can be unitialized but not normally < 0,
|
2010-02-25 |
reimar |
Fix silly type of guiGetEvent argument to use void * instead of char * and
|
2010-02-25 |
stefano |
Remove pointless empty line.
|
2010-02-25 |
stefano |
Apply consistency nit.
|
2010-02-25 |
diego |
Unconditionally declare fast_memcpy() and mem2agpcpy().
|
2010-02-25 |
komh |
Define O_BINARY if it is undefined.
|
2010-02-25 |
zuxy |
Include libmpcodecs/vd.h for declaration of "fullscreen".
|
2010-02-23 |
reimar |
Disable old-style implicit rules to fix MinGW/Cygwin compilation
|
2010-02-23 |
reimar |
Fix compilation: the dct64_MMX_func variable should be declared only once,
|
2010-02-23 |
diego |
Add #includes for mp_input_check_interrupt() and mplayer_put_key(), fixes:
|
2010-02-23 |
ramiro |
Reorder buffer debug. Also print out if slice was buffered.
|
2010-02-23 |
compn |
add older lhacm codec for formats 0x70-0x73 to codecs.conf
|
2010-02-23 |
kostya |
FFmpeg Bink video now supports alpha channel
|
2010-02-23 |
diego |
Add -Wmissing-prototypes to CFLAGS if available.
|
2010-02-23 |
diego |
Mark theRenderProc() as static, it is only used within the file.
|
2010-02-23 |
diego |
Add header for macosx_finder_args() instead of forward declaring it.
|
2010-02-23 |
zuxy |
Reset output color after each line.
|
2010-02-22 |
diego |
Mark sleep_accurate() as static, it is only used within the file.
|
2010-02-22 |
tack |
Clarify that AC3/DTS passthrough is also possible with HDMI.
|
2010-02-22 |
tack |
Update my (Jason Tackaberry) email address and contributions in AUTHORS
|
2010-02-22 |
diego |
Mark vcd_get_track_end () and vcd_read_toc() as static.
|
2010-02-22 |
diego |
Conditionally declare mp_input_slave_cmd_func().
|
2010-02-22 |
diego |
Properly declare get_term_charset() instead of forward declaring it.
|
2010-02-22 |
tack |
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
|
2010-02-22 |
tack |
Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
|
2010-02-22 |
diego |
Add required mplayer.h and access_mpcontext.h #includes.
|
2010-02-22 |
diego |
Mark data argument of my_ao_write() function as const.
|
2010-02-22 |
diego |
Mark member info of struct ad_functions_s as const.
|
2010-02-22 |
diego |
Mark a bunch of video filter structures as const.
|
2010-02-22 |
diego |
Remove commented-out cruft line.
|
2010-02-22 |
diego |
Remove pointless '#if 1' preprocessor directive.
|
2010-02-22 |
diego |
Add declaration for exp_EH_prolog_dummy().
|
2010-02-22 |
diego |
Declare all public mp3lib functions in mpg123.h.
|
2010-02-22 |
diego |
wording fixes
|
2010-02-22 |
diego |
Declare functions from network.c in network.h.
|
2010-02-22 |
diego |
Move struct streaming_control from network.h to stream.h, where it is used.
|
2010-02-22 |
diego |
Remove commented-out declaration of non-existing function streaming_start.
|
2010-02-22 |
diego |
Declare externally used variables from vd.c as extern in vd.h.
|
2010-02-21 |
diego |
Declare public function print_vprp() in aviprint.h.
|
2010-02-21 |
diego |
Add public function VideoForWindowsVersion() to the appropriate header file.
|
2010-02-21 |
diego |
Add header for v4l2_write() instead of forward declaring it.
|
2010-02-21 |
diego |
Declare stream_fill_buffer() and stream_seek_long() unconditionally.
|
2010-02-21 |
diego |
Add header for asf_mmst_streaming_start() instead of forward declaring it.
|
2010-02-21 |
diego |
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
|
2010-02-21 |
diego |
Add header for exported DVB-related functions.
|
2010-02-21 |
diego |
cosmetics: Move functions around to avoid forward declarations and #ifdefs.
|
2010-02-21 |
diego |
Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
|
2010-02-21 |
diego |
Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
|
2010-02-21 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
2010-02-21 |
reimar |
Fix fps output with -identify when frame rate extension is used for MPEG-2
|
2010-02-21 |
reimar |
Initialize frame rate extension fields in mp_header_process_sequence_header
|
2010-02-21 |
reimar |
Parse and use the information from the frame rate extension header for MPEG-2.
|
2010-02-21 |
diego |
Rename open() vf initialization function to vf_open().
|
2010-02-21 |
kostya |
FFmpeg supports Bink, let MPlayer play it as well
|
2010-02-21 |
diego |
Add malloc.h #include for memalign(), fixes the warning:
|
2010-02-20 |
reimar |
Explain that -mc 0 will need -noskip.
|
2010-02-20 |
diego |
Mark ad_functions_t structures and mpcodecs_ad_drivers array as const.
|
2010-02-20 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
2010-02-20 |
diego |
Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
|
2010-02-20 |
diego |
Mark m_config_get_option_ptr() as static, it is only used within the file.
|
2010-02-20 |
diego |
Add standard license header.
|
2010-02-20 |
diego |
cosmetics: K&R coding style, indent with 4 spaces, no tabs
|
2010-02-20 |
reimar |
Print response headers as debugging output also for HTTP seeks.
|
2010-02-20 |
reimar |
10l, fix a close() that should be a closesocket()
|
2010-02-20 |
reimar |
Do not discard stream buffer on eof, instead reuse it to slightly improve
|
2010-02-20 |
reimar |
Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.
|
2010-02-20 |
reimar |
Print demuxer name in "freeing demuxer" message.
|
2010-02-20 |
diego |
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
|
2010-02-20 |
diego |
FFmpeg: Add tomi to architecture list.
|
2010-02-20 |
reimar |
Fix mov reference files: for video/quicktime mime do not force a demuxer
|
2010-02-20 |
reimar |
Print all 64 bits of seek position.
|
2010-02-20 |
reimar |
Make sure we do not try to use IPv6 with winsock2, we end up connecting
|
2010-02-19 |
reimar |
Send VOCTRL_PAUSE/VOCTRL_RESUME events also when pausing for idle mode.
|
2010-02-19 |
reimar |
Move code that makes the filter chain match the desired output format into
|
2010-02-19 |
diego |
Remove some pointless '#if 1' preprocessor directives.
|
2010-02-19 |
diego |
Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.
|
2010-02-19 |
komh |
Fix the stack crash(SYS3171) on OS/2 when playing qtaudio/qtvideo.
|
2010-02-19 |
komh |
Add missing 'defined' for __bsdi__.
|
2010-02-19 |
diego |
Remove pointless '#if 1' preprocessor directives.
|
2010-02-19 |
diego |
cosmetics: Remove commented-out #include.
|
2010-02-19 |
diego |
TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives.
|
2010-02-19 |
jrash |
sync with en/mplayer.1 rev. 30611
|
2010-02-19 |
komh |
Replace platform preprocessor check by HAVE_DOS_PATHS.
|
2010-02-19 |
komh |
Remove useless CONFIG_SETLOCALE
|
2010-02-18 |
reimar |
DirectShow requires stride to be a multiple of 4 for RGB24/BGR24, add
|
2010-02-18 |
reimar |
Merge declaration and initialization.
|
2010-02-18 |
reimar |
DShow and DMO decoders need MP_IMGFLAG_COMMON_PLANE
|
2010-02-18 |
reimar |
Call mpcodecs_config_vo with the proper image format for dmo and dshow codecs.
|
2010-02-18 |
reimar |
Add av_alias define as a hack to fix compilation of intreadwrite.h without
|
2010-02-18 |
stefano |
Reindent and fix brace placement.
|
2010-02-18 |
stefano |
Vertically align a list of comparisons in sws_getCachedContext().
|
2010-02-18 |
stefano |
Merge two if conditions, allow to decrese the level of indentation of
|
2010-02-18 |
reimar |
Add a InitializeCriticalSectionAndSpinCount function.
|
2010-02-18 |
reimar |
Add a GetModuleHandleW implementation.
|
2010-02-18 |
reimar |
Use snprintf to ensure we do not write outside the buffer bounds
|
2010-02-18 |
cehoyos |
Use new FFmpeg WMA Voice decoder.
|
2010-02-18 |
diego |
Add header #include for print_wave_header() instead of a forward declaration.
|
2010-02-18 |
diego |
Add header for functions exported from vo_zr.c and use it appropriately.
|
2010-02-18 |
diego |
Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.
|
2010-02-18 |
diego |
Add required header #include for config.h.
|
2010-02-18 |
diego |
Mark some more functions that are not used outside of their files as static.
|
2010-02-18 |
diego |
Add header for AVI print functions; avoids many forward declarations.
|
2010-02-17 |
reimar |
Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since at
|
2010-02-17 |
diego |
Add header for asf_check_header, read_asf_header; avoids forward declarations.
|
2010-02-17 |
diego |
#include proper header for skip_audio_frame() instead of forward declaring it.
|
2010-02-17 |
diego |
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
|
2010-02-17 |
diego |
Remove demux_ogg-related declarations that are no longer necessary.
|
2010-02-17 |
diego |
Mark demux_ogg_sub_id() as static; it is not used outside of the file.
|
2010-02-17 |
diego |
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
|
2010-02-17 |
diego |
Add read_avi_header() to aviheader.h; avoids forward declarations.
|
2010-02-17 |
diego |
Add header file for store_ughvlc(); avoids forward declarations.
|
2010-02-17 |
diego |
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
|
2010-02-17 |
diego |
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
|
2010-02-17 |
diego |
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
|
2010-02-17 |
diego |
Add separate header for mp_a52_framesize(); avoids forward declarations.
|
2010-02-17 |
diego |
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
|
2010-02-17 |
diego |
Add separate header for aac_parse_frame(); avoids forward declarations.
|
2010-02-17 |
diego |
Add separate header for real_fix_timestamp(); avoids forward declarations.
|
2010-02-17 |
diego |
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
|
2010-02-17 |
diego |
Mark mov_build_index() as static; it is not used outside of the file.
|
2010-02-17 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
2010-02-17 |
corey |
Document several new x264 parameters.
|
2010-02-17 |
corey |
Update x264 defaults listed in the man page.
|
2010-02-17 |
diego |
Ignore .ho files in loader/wine/.
|
2010-02-17 |
diego |
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
|
2010-02-17 |
diego |
Revert marking seemingly unused XAnim-binary-related functions as static.
|
2010-02-17 |
diego |
Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
|
2010-02-17 |
reimar |
Mark ALS fourcc as internal only.
|
2010-02-16 |
reimar |
Support FFmpeg's ALS decoder.
|
2010-02-16 |
reimar |
Move struct typedef pixbuf into the only .c file where it is used.
|
2010-02-16 |
reimar |
Remove useless malloc casts.
|
2010-02-16 |
reimar |
Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
|
2010-02-16 |
reimar |
Fix win32 gui compilation.
|
2010-02-16 |
diego |
stream: Mark functions not used outside of their files as static.
|
2010-02-16 |
diego |
libvo: Mark functions not used outside of their files as static.
|
2010-02-16 |
diego |
libmpcodecs: Mark functions not used outside of their files as static.
|
2010-02-16 |
diego |
#include corresponding .h files in .c files.
|
2010-02-16 |
diego |
Add header for init_global_rawdv_decoder() instead of forward declaring it.
|
2010-02-16 |
diego |
Add header file for mplayer_audio_read() instead of forward declaring it.
|
2010-02-16 |
diego |
Add header file for sis_init_video_bridge() instead of forward declaring it.
|
2010-02-16 |
diego |
VIDIX: #include drivers.h in drivers.c.
|
2010-02-16 |
diego |
VIDIX: Mark some functions not used outside their files as static.
|
2010-02-16 |
diego |
Remove pointless header #includes; #include only required header stdint.h.
|
2010-02-14 |
reimar |
Remove unused variable.
|
2010-02-14 |
reimar |
Use memset to initialize huge arrays.
|
2010-02-14 |
reimar |
Remove pointless explicit member initialization to 0 when the struct
|
2010-02-14 |
reimar |
Use calloc instead of malloc+memset
|
2010-02-14 |
reimar |
Add support for decoding 4:2:2 and 4:4:4 Theora files.
|
2010-02-14 |
reimar |
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
|
2010-02-14 |
reimar |
Simplify and slightly speed up avi_stream_id function.
|
2010-02-14 |
diego |
Declare vf_menu_pause_update in libmenu/menu.h.
|
2010-02-14 |
diego |
Directly mark structs as WINE_PACKED where all members are marked as packed.
|
2010-02-14 |
reimar |
Simplify.
|
2010-02-14 |
diego |
Move movie_aspect extern declaration to libmpcodecs/vd.h.
|
2010-02-14 |
diego |
Move GUI-related extern declarations to a GUI header file.
|
2010-02-14 |
diego |
GUI: Mark functions that are not used outside their files as static.
|
2010-02-14 |
reimar |
Avoid using sscanf for basic parsing, it is horribly slow.
|
2010-02-14 |
diego |
Avoid forward declarations for import_initial_playtree_into_gui() and
|
2010-02-14 |
diego |
Add xscreensaver_heartbeat() declaration to x11_common.h.
|
2010-02-14 |
diego |
Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].
|
2010-02-14 |
diego |
Declare mp_input_register_options() in input/input.h.
|
2010-02-14 |
diego |
GUI: #include associated .h files in .c files.
|
2010-02-14 |
reimar |
Check that fontconfig version is at least 2.4.2, which is required for the
|
2010-02-14 |
reimar |
Reindent
|
2010-02-14 |
reimar |
Just use goto instead of reimplementing it badly with a do { } while (0) and
|
2010-02-14 |
reimar |
Change aspect calculation code to switch to floating point earlier so integer
|
2010-02-14 |
diego |
QuickTime X supports SAR in H.264.
|
2010-02-14 |
reimar |
Return NULL instead of 0 for function returning a pointer.
|
2010-02-14 |
diego |
Mark uninit() as static; it is only used within the file.
|
2010-02-14 |
reimar |
Remove useless casts.
|
2010-02-14 |
reimar |
Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
|
2010-02-14 |
reimar |
Make vd_functions_t describing codecs const.
|
2010-02-14 |
diego |
Rename exit_reason_t enum to exit_reason and do not typedef it.
|
2010-02-14 |
reimar |
Make vd_info_t const for pointer in vd_functions, avoids some warnings about
|
2010-02-14 |
diego |
Fix exit_player() usage throughout the codebase.
|
2010-02-14 |
reimar |
Remove excessive ()
|
2010-02-13 |
diego |
Remove stray '/' from comment block, fixes the warning:
|
2010-02-13 |
diego |
Remove unused variables, fixes the warnings:
|
2010-02-13 |
compn |
add netspeak versions of truespeech and gsm audio codecs to codecs.conf
|
2010-02-13 |
diego |
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
|
2010-02-13 |
diego |
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
|
2010-02-13 |
diego |
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
|
2010-02-13 |
diego |
Fix shared library libavutil check: test for av_clip instead of av_gcd.
|
2010-02-13 |
diego |
osdep/mplayer.rc.o depends on version.h.
|
2010-02-13 |
reimar |
Move the check for valid sh_video into the init_vo_spudec, this fixes a crash
|
2010-02-12 |
reimar |
Dynamically increase probe size for lavf demuxer up to 2 MB.
|
2010-02-12 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
2010-02-12 |
diego |
Explain WIN32_LOADER definition hack.
|
2010-02-12 |
diego |
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
|
2010-02-12 |
jrash |
Synced with help_mp-en.h rev. 30515
|
2010-02-12 |
diego |
Fix linking of loader test programs when loader is disabled.
|
2010-02-12 |
komh |
Add win32 loader support for OS/2
|
2010-02-11 |
cehoyos |
Improve comment for GeoCodec.dll
|
2010-02-11 |
diego |
Remove pointless egcs #ifdefs; that compiler was never supported.
|
2010-02-11 |
diego |
Remove extern "C" declarations from loader code.
|
2010-02-11 |
diego |
Move one more FFmpeg-related definition to the FFmpeg section of config.h.
|
2010-02-11 |
diego |
Move some FFmpeg-related definitions to the FFmpeg section of config.h.
|
2010-02-11 |
diego |
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
|
2010-02-11 |
compn |
add comment about geov codec crashing on win32 in codecs.conf
|
2010-02-11 |
cehoyos |
GeoCodec.dll also supports fourcc GEOX.
|
2010-02-11 |
cehoyos |
Support GEOV video codec: Hangs on exit
|
2010-02-09 |
reimar |
Add stubs for several functions, needed for CineForm codec.
|
2010-02-09 |
greg |
libass: fix PAR correction
|
2010-02-09 |
kostya |
There is Indeo 5 decoder in FFmpeg now, so register it
|
2010-02-08 |
diego |
Fix linking of mp3lib test programs when internal mp3lib is disabled.
|
2010-02-08 |
diego |
Fix linking of liba52 test program when internal liba52 is disabled.
|
2010-02-08 |
diego |
Remove disabled AVIFILE-specific preprocessor code.
|
2010-02-08 |
diego |
Merge some preprocessor conditionals where appropriate.
|
2010-02-06 |
reimar |
Fix subtitle display for DVDs using fade-in/fade-out.
|
2010-02-06 |
reimar |
Make mkalpha function simpler, faster and more correct.
|
2010-02-06 |
Gabrov |
synced with r30515
|
2010-02-06 |
jrash |
sync with en/mplayer.1 r30436
|
2010-02-05 |
stefano |
Simplify how usesVFilter and usesHFilter are set.
|
2010-02-05 |
stefano |
Apply misc fixes to sws_getCoefficients() doxy.
|
2010-02-05 |
stefano |
Satisfy consistency need:
|
2010-02-05 |
reimar |
Prefer libavformat over our own mov demuxer also for video/quicktime
|
2010-02-05 |
reimar |
Release pin enumerator after we are done using it.
|
2010-02-05 |
reimar |
Add support for loading ASS subtitles through the stream layer and thus e.g.
|
2010-02-05 |
reimar |
Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
|
2010-02-05 |
conrad |
Add function to translate SWS_CS_* to coefficient array
|
2010-02-05 |
komh |
Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
|
2010-02-05 |
komh |
Remove '.section' causing the following assembler error on OS/2.
|
2010-02-05 |
reimar |
Print messages only after we are sure preinit will not fail anymore.
|
2010-02-04 |
reimar |
Add support for VOFLAG_HIDDEN to the w32 backend.
|
2010-02-04 |
reimar |
Set the PixelFormat right after creating the window and set it only once.
|
2010-02-04 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
2010-02-04 |
reimar |
Mention rtmp and rtsp specifically as formats supported via ffmpeg.
|
2010-02-04 |
reimar |
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
|
2010-02-04 |
cehoyos |
100l: Fix compilation (broken by me).
|
2010-02-04 |
cehoyos |
Clarify -vo vdpau:pullup
|
2010-02-04 |
komh |
Audio buffer is too large so that it takes too long time to respond to audio
|
2010-02-03 |
stefano |
Implement shuffle_bytes_abcd() functions and use them for shuffling
|
2010-02-03 |
reimar |
Replace incorrect usage of strncpy.
|
2010-02-03 |
reimar |
Reindent
|
2010-02-03 |
reimar |
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
|
2010-02-03 |
reimar |
Use vo_x11_clearwindow instead of XClearWindow, both for consistency and also
|
2010-02-03 |
reimar |
Fix argument order for lseek, fixes cookie loading in Windows and in general
|
2010-02-03 |
komh |
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
|
2010-02-03 |
diego |
Add missing license headers to test programs for external libraries.
|
2010-02-02 |
reimar |
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
|
2010-02-02 |
reimar |
Remove pointless initializers and also set geometry_*_changed to 0 when
|
2010-02-02 |
reimar |
Mention yuv=2 auto-detection in Changelog.
|
2010-02-02 |
reimar |
Document auto-detection of -vo gl:yuv=... value.
|
2010-02-02 |
reimar |
Add support for autodetection during preinit and use that to detect a default
|
2010-02-02 |
reimar |
Avoid using options before autodetectGlExtensions to allow it to change them properly.
|
2010-02-02 |
reimar |
Remove vo_config_count check from uninit, it should always be safe to run.
|
2010-02-02 |
reimar |
Revert r30324 which broken the struct addrinfo check by making it always pass.
|
2010-02-01 |
reimar |
Estimate pts of additional frame generated by tfields also if correct-pts is
|
2010-02-01 |
reimar |
Enable query_format for vf_tfields to make sure it isn't used for formats
|
2010-02-01 |
reimar |
Fix -vf tfields=1 so it does not read out of bounds or leave parts of the
|
2010-02-01 |
reimar |
Reword tfields documentation to reflect that it works mostly with MPlayer,
|
2010-02-01 |
komh |
Add OS/2 KAI audio driver support
|
2010-02-01 |
diego |
misc fixes
|
2010-01-31 |
reimar |
Disable FFmpeg's network protocols if --disable-network was specified.
|
2010-01-31 |
cehoyos |
Fix compilation for new Bink audio decoder.
|
2010-01-31 |
diego |
Explain the need for a MEncoder version of the logging facilities.
|
2010-01-31 |
diego |
Add missing license header.
|
2010-01-31 |
diego |
Fix layout for the mouse/joystick controls sections.
|
2010-01-31 |
stefano |
Declare support for the pixel formats:
|
2010-01-31 |
reimar |
Document that -af-adv force=0 currently does the same as =1
|
2010-01-31 |
mru |
Blackfin: use SRAM only when CONFIG_SRAM is set
|
2010-01-30 |
diego |
Add license header to all top-level files missing them.
|
2010-01-30 |
diego |
Add missing multiple inclusion guards.
|
2010-01-30 |
diego |
Add missing #include, fixes the warning:
|
2010-01-30 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
2010-01-30 |
stefano |
Reindent.
|
2010-01-30 |
stefano |
Use a consistent convention for the names of the internal wrapper
|
2010-01-30 |
diego |
stream/rtp.h appears not to originate from dvbstream.
|
2010-01-30 |
diego |
Add some more definitions for FFmpeg to config.h:
|
2010-01-30 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
2010-01-30 |
diego |
Remove confusing comment.
|
2010-01-30 |
diego |
Add missing license headers.
|
2010-01-30 |
diego |
cosmetics: Convert DOS linebreaks to Unix linebreaks.
|
2010-01-30 |
diego |
license header cosmetics
|
2010-01-30 |
diego |
Add standard license header to C tools missing them.
|
2010-01-30 |
stefano |
Fix randomness of the swscale-test output.
|
2010-01-30 |
diego |
Add missing license header and multiple inclusion guards.
|
2010-01-30 |
reimar |
Make the code match the documentation by making higher-quality but slower
|
2010-01-29 |
reimar |
Support more qscale types in most post-processing filters.
|
2010-01-29 |
jrash |
sync with en/mplayer.1 r30436
|
2010-01-28 |
reimar |
Explain why we still disable the ALSA resampler even though it is probably
|
2010-01-28 |
reimar |
Try the more specific names first for the SwapInterval function to make it less
|
2010-01-28 |
reimar |
glXSwapIntervalEXT is defined to take different arguments from glXSwapIntervalSGI,
|
2010-01-28 |
diego |
Fix input/output channel mixup in the pan filter description.
|
2010-01-27 |
attila |
Stopping maintainership for -vo (x)mga
|
2010-01-27 |
reimar |
Simplify and correct loop condition, also avoids a compiler warning for unused result.
|
2010-01-27 |
reimar |
Fix newline removal code that might read and write out of bounds.
|
2010-01-27 |
reimar |
Make mp3lib the default MP3 decoder again, it is a good bit faster on
|
2010-01-27 |
reimar |
Declare variable closer to where it is used.
|
2010-01-27 |
reimar |
Remove a useless global variable.
|
2010-01-27 |
reimar |
Do not needlessly make local variable static.
|
2010-01-27 |
reimar |
Remove useless initializers.
|
2010-01-27 |
reimar |
Do not needlessly use (file-)global variables.
|
2010-01-27 |
stefano |
Rename swscale-example to swscale-test, to better reflect the intended
|
2010-01-26 |
reimar |
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
|
2010-01-26 |
reimar |
Enable parsing for ASF audio streams.
|
2010-01-26 |
reimar |
Add an option to cropdetect to periodically reset the detected area.
|
2010-01-26 |
michael |
Use isAnyRGB() where possible
|
2010-01-26 |
michael |
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
|
2010-01-26 |
michael |
Rename isRGB() and isBGR() as their meaning is confusing.
|
2010-01-25 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
|
2010-01-24 |
stefano |
Fix mis-computation of the needsDither variable erroneously introduced
|
2010-01-24 |
reimar |
Use av_malloc to ensure sufficient alignment and also free at least some
|
2010-01-24 |
reimar |
If audio was identified as DTS in the PMT do not override that with TrueHD
|
2010-01-24 |
reimar |
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
|
2010-01-24 |
reimar |
Add support for parsing MLP and TrueHD.
|
2010-01-24 |
cehoyos |
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
|
2010-01-24 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
|
2010-01-24 |
reimar |
Add forgotten declaration of ds_clear_parser.
|
2010-01-24 |
reimar |
Remove now unused variables.
|
2010-01-24 |
cehoyos |
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
|
2010-01-24 |
reimar |
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
|
2010-01-24 |
reimar |
Move the resync-related code into more consistent places instead of having it
|
2010-01-24 |
stefano |
Use av_get_bits_per_pixel() for computing the bits per pixel of the
|
2010-01-24 |
reimar |
Fix ftp support to properly support large files > 2GB.
|
2010-01-24 |
Gabrov |
new year in version string
|
2010-01-24 |
Gabrov |
typo fix, accidently reverted the new year patch with previous commit
|
2010-01-24 |
Gabrov |
synced with r30414
|
2010-01-24 |
Gabrov |
big new year patch for documentations
|
2010-01-24 |
ramiro |
Indent.
|
2010-01-24 |
ramiro |
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
|
2010-01-24 |
ramiro |
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
|
2010-01-23 |
reimar |
Switch -vf halfpack to use only public API of libswscale.
|
2010-01-23 |
reimar |
Make the scale filter prefer yuv conversions that do not need chroma scaling.
|
2010-01-23 |
reimar |
Remove the query_format_cache, it is extra complexity that makes improvements
|
2010-01-23 |
reimar |
Simplify loop condition
|
2010-01-23 |
compn |
clean up netstream docs in TOOLS/README
|
2010-01-23 |
reimar |
Make sure that a qstride of 0 (intentional or not) does not completely break
|
2010-01-23 |
reimar |
Always call cache_uninit to immediately free everything cache-related if we
|
2010-01-23 |
reimar |
Call cache-uninit unconditionally, it should always be safe to call.
|
2010-01-23 |
reimar |
Change code to allow playing a stream even if enabling the cache failed
|
2010-01-23 |
reimar |
Make cache_init static, it is not used outside this file
|
2010-01-23 |
reimar |
Support more formats for -ao pcm in raw mode.
|
2010-01-23 |
reimar |
Handle Content-Length also when Content-Type is not set.
|
2010-01-23 |
reimar |
Use atoll to parse Content-Length to support http for files > 2GB.
|
2010-01-23 |
reimar |
Add an exit() to silence a gcc warning and ensure forked code will never
|
2010-01-23 |
reimar |
100l, shouldn't write to memory after freeing it.
|
2010-01-23 |
reimar |
Reindent.
|
2010-01-23 |
reimar |
Zero freed pointers.
|
2010-01-23 |
reimar |
Check for fork failing and make sure cache_uninit always frees the cache data
|
2010-01-22 |
jrash |
sync with en/mplayer.1 r30336
|
2010-01-22 |
reimar |
Remove any auto-inserted lavc filter.
|
2010-01-22 |
reimar |
Fix sub_free to actually free the subtitle data.
|
2010-01-22 |
reimar |
Fix a memory leak in the subreader.
|
2010-01-22 |
reimar |
Replace strncat by av_strlcat which is easier to verify for correctness.
|
2010-01-22 |
reimar |
Also handle ASS subtitles when removing subtitles via sub_remove slave command.
|
2010-01-22 |
reimar |
Avoid duplicating code to remove subtitles (sub_remove slave command).
|
2010-01-22 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
|
2010-01-21 |
diego |
Disable all hwaccel glue code from FFmpeg.
|
2010-01-21 |
cehoyos |
x264 version 0.83 is required.
|
2010-01-21 |
cehoyos |
Fix compilation after FFmpeg r21353.
|
2010-01-21 |
conrad |
More const-correctness for sws_scale
|
2010-01-20 |
ramiro |
Document some more of SwsContext.
|
2010-01-20 |
stefano |
Avoid more pointless tests, the input and output formats need to be
|
2010-01-19 |
stefano |
Split overly long line.
|
2010-01-19 |
stefano |
Make selfTest() perform tests where both the input and output formats
|
2010-01-19 |
diego |
Create libavutil/avconfig.h, required for FFmpeg compilation.
|
2010-01-19 |
ptt |
synced with r30336
|
2010-01-19 |
benoit |
Make const prototypes for input sources of sws_scale_* stricter.
|
2010-01-19 |
ramiro |
swscale-example: Add comment about the use of av_{malloc,free}.
|
2010-01-19 |
zuxy |
Set HAVE_FAST_CLZ according to CPU type.
|
2010-01-19 |
ramiro |
Remove useless forward declaration.
|
2010-01-19 |
zuxy |
User friendly warning message that gives out names of source and target formats
|
2010-01-19 |
mru |
swscale-example: use av_malloc()
|
2010-01-18 |
stefano |
Split long line.
|
2010-01-18 |
stefano |
Convert int -> enum PixelFormat in doTest().
|
2010-01-18 |
ptt |
synced with r30197
|
2010-01-18 |
zuxy |
Define out currently unused static functions.
|
2010-01-18 |
compn |
add uldx and vspx fourcc to ffodivx in codecs.conf
|
2010-01-18 |
zuxy |
Support for detection of AMD Phenom.
|
2010-01-17 |
stefano |
Remove stray '\' at the end of macro definitions.
|
2010-01-17 |
stefano |
Remove duplicated or pointless newlines.
|
2010-01-17 |
stefano |
Factorize error message logging, log it if the converter cannot be
|
2010-01-17 |
stefano |
Reindent after the last commit.
|
2010-01-17 |
stefano |
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
|
2010-01-17 |
mru |
Remove double const
|
2010-01-17 |
stefano |
Factorize error message logging in rgb2rgbWrapper().
|
2010-01-17 |
reimar |
Add a proper header for our strsep implementation so strsep will
|
2010-01-17 |
reimar |
Reuse the fmt-conversion code instead of duplicating the functionality.
|
2010-01-17 |
reimar |
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
|
2010-01-17 |
reimar |
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
|
2010-01-17 |
reimar |
More format support in fmt-conversion.c: split RGB32 and BGR32
|
2010-01-17 |
mru |
Reindent
|
2010-01-17 |
mru |
Remove inline from initFilter()
|
2010-01-17 |
reimar |
Hack to avoid a GUID_NULL clash on 64 bit MinGW.
|
2010-01-17 |
reimar |
Add hack to fix tvi_dshow compilation with 64-bit MinGW
|
2010-01-17 |
reimar |
Mention systems that have received major build fixes recently in the Changelog.
|
2010-01-17 |
reimar |
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
|
2010-01-17 |
reimar |
Also try linking against dxguid for SDL test.
|
2010-01-17 |
reimar |
Change GUID declarations in vo_directx to be static.
|
2010-01-17 |
reimar |
Change GUID declarations in tvi_dshow so they are not exported and thus
|
2010-01-17 |
stefano |
Add a const qualifier in a cast, fix the gcc warning:
|
2010-01-17 |
stefano |
Add a const qualifier in a cast, fix the gcc warning:
|
2010-01-16 |
reimar |
Allow anything starting with "arm" to be used as --target for ARM CPUs
|
2010-01-16 |
stefano |
Fix typo, "get rid off" -> "get rid of".
|
2010-01-16 |
reimar |
Mention levelconv -vo gl suboption in Changelog.
|
2010-01-16 |
reimar |
Document levelconv -vo gl suboption.
|
2010-01-16 |
reimar |
Add support for adjustable TV <-> PC level conversion.
|
2010-01-16 |
stefano |
Revert r30331, which broke compilation.
|
2010-01-16 |
stefano |
Prefer enum PixelFormat to int as the parameter type of
|
2010-01-16 |
stefano |
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
|
2010-01-16 |
stefano |
Factorize the code which calls the non optimized C functions in
|
2010-01-16 |
stefano |
Prefer "to %s%s" over "to%s %s", slightly more readable.
|
2010-01-16 |
stefano |
Simplify code in sws_getContext() which logs if the destination format
|
2010-01-16 |
ramiro |
Document some of SwsContext.
|
2010-01-16 |
ramiro |
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
|
2010-01-16 |
stefano |
Factorize code which logs the source and destination formats in
|
2010-01-16 |
reimar |
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
|
2010-01-16 |
reimar |
Fix struct addrinfo check, its definition might not allow actually allocating it.
|
2010-01-16 |
reimar |
Fix sockaddr_storage check to work with winsock/MinGW
|
2010-01-16 |
reimar |
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
|
2010-01-16 |
reimar |
HAVE_INLINE_ASM for FFmpeg should be one since we only support
|
2010-01-16 |
reimar |
Document some of the ext_stub magic.
|
2010-01-16 |
reimar |
100l, forgot to change the "magic" value in the stub also in the place replacing it.
|
2010-01-16 |
compn |
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
|
2010-01-16 |
stefano |
Simplify reset_ptr(): employ usePal() macro rather than enumerating
|
2010-01-16 |
Gabrov |
synced with r30311
|
2010-01-16 |
mru |
Add symbol versioning for shared libraries
|
2010-01-15 |
reimar |
We only need to disable seeking back in ad_ffmpeg when we actually _use_
|
2010-01-15 |
ramiro |
Don't initialize normal horizontal filter if MMX2 filter is used.
|
2010-01-15 |
reimar |
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw
|
2010-01-15 |
ptt |
added a missing full stop
|
2010-01-15 |
zuxy |
Set _optimizing for x86-64.
|
2010-01-15 |
zuxy |
The undocumented x86-64 is a better fallback for core2 than nocona.
|
2010-01-15 |
zuxy |
Add -fno-common to avoid misalignment for global var under win32 like what
|
2010-01-15 |
zuxy |
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
|
2010-01-15 |
zuxy |
Const correctness for src pointer. Remove all constness related warnings in
|
2010-01-15 |
zuxy |
Fix typo in r30302
|
2010-01-15 |
stefano |
Fix typo.
|
2010-01-14 |
ramiro |
Remove unused clip_table code.
|
2010-01-14 |
cehoyos |
Fix compilation after recent changes in FFmpeg.
|
2010-01-14 |
ramiro |
Add const qualifier to rgb48 to YV12 functions' src.
|
2010-01-14 |
ramiro |
Add missing parameter to rgb48 to YV12 functions.
|
2010-01-13 |
reimar |
Use double-precision constants instead of single precision that gets cast to double.
|
2010-01-12 |
cehoyos |
Use double instead of float for pts.
|
2010-01-12 |
reimar |
Avoid linking in assembler-optimized code that will never be used.
|
2010-01-12 |
reimar |
Add very experimetal support for the Sun C compiler.
|
2010-01-12 |
reimar |
Change -pipe check to avoid misdetecting it as available for Sun's compiler.
|
2010-01-12 |
reimar |
Use ARCH_X86_32 instead of the compiler-specific __i386__
|
2010-01-12 |
reimar |
Remove hackish and not actually working code to make vidix compile with
|
2010-01-12 |
reimar |
Remove a check that simply can not have worked since it relied on a completely
|
2010-01-12 |
reimar |
Add checks for exp2, exp2 and log2f required by FFmpeg.
|
2010-01-12 |
reimar |
100l, fix typo that caused ad_hwac3 to fail to compile.
|
2010-01-12 |
conrad |
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
|
2010-01-12 |
reimar |
Attempt a simple hack to fix -ac hwdts
|
2010-01-12 |
zuxy |
Make sure that sfence is used after any non temporal stores.
|
2010-01-11 |
reimar |
More changes needed to make ad_hwac3 truly independent from liba52.
|
2010-01-11 |
reimar |
Let the format filter do the AC3 endianness conversion instead of duplicating
|
2010-01-11 |
reimar |
MPlayer's format now correctly identifies AC3 as either little- or big-endian,
|
2010-01-11 |
reimar |
Add support for distinguishing between little- and big-endian SPDIF AC3
|
2010-01-11 |
reimar |
More uses of AF_FORMAT_IS_AC3
|
2010-01-11 |
reimar |
Use AF_FORMAT_IS_AC3 in ao_oss.c
|
2010-01-11 |
reimar |
Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
|
2010-01-11 |
reimar |
Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
|
2010-01-11 |
reimar |
Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this
|
2010-01-11 |
reimar |
Use af_fmt2bits instead of reimplementing it.
|
2010-01-11 |
reimar |
Add and use AF_FORMAT_IS_AC3 macro.
|
2010-01-11 |
reimar |
Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
|
2010-01-11 |
compn |
mark cfhdvfw decoder as working on windows only
|
2010-01-11 |
zuxy |
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
|
2010-01-11 |
ramiro |
cosmetics: {} placement.
|
2010-01-10 |
reimar |
Search X11 headers and libraries also in /usr/local/..., should ease
|
2010-01-10 |
reimar |
Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
|
2010-01-10 |
reimar |
FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
|
2010-01-10 |
reimar |
Place a volatile at a more appropriate place.
|
2010-01-10 |
reimar |
Change dummy value to fit into int.
|
2010-01-10 |
reimar |
Remove return statement from function that has no return value.
|
2010-01-10 |
reimar |
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
|
2010-01-10 |
reimar |
Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
|
2010-01-10 |
reimar |
Only print "using sdl-config" if we actually used it for SDL detection.
|
2010-01-10 |
reimar |
Avoid excessive fflush in dbgprintf if we didn't even print anything.
|
2010-01-10 |
reimar |
Fix RegCloseKey to not return an error on success.
|
2010-01-10 |
reimar |
Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
|
2010-01-10 |
reimar |
Prefer libdca over libdts
|
2010-01-10 |
zuxy |
Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
|
2010-01-10 |
reimar |
Quote test arguments that may be empty
|
2010-01-10 |
reimar |
Disable internal copy of liba52 by default, libavcodec should be an
|
2010-01-09 |
reimar |
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
|
2010-01-09 |
zuxy |
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
|
2010-01-09 |
zuxy |
Remove unused PREFETCHW macro
|
2010-01-09 |
reimar |
Add several make variables to make --enable-hardcoded-tables actually compile.
|
2010-01-09 |
reimar |
Add support for --enable-hardcoded-tables like FFmpeg has.
|
2010-01-09 |
cehoyos |
Fix MP1 with demuxer lavf in MPEG (PS) files.
|
2010-01-09 |
reimar |
Fix fbdev2 to work with Intel framebuffer.
|
2010-01-09 |
reimar |
Fix vo_fbdev to also work with Intel framebuffer.
|
2010-01-08 |
compn |
add binary cineform hd vfw decoder to codecs.conf
|
2010-01-08 |
reimar |
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
|
2010-01-08 |
reimar |
vf crop: do not generate 0-size slices, they are pointless and also confuse
|
2010-01-08 |
greg |
libass needs at least freetype 2.2.1
|
2010-01-08 |
compn |
mark ffqclp as working in codecs.conf, works on all my samples
|
2010-01-08 |
greg |
Update internal libass copy to commit 8db4a5
|
2010-01-08 |
cehoyos |
Cosmetics: Fix indentation
|
2010-01-08 |
cehoyos |
QCELP is part of libavcodec.
|
2010-01-08 |
greg |
Fix libass API checks
|
2010-01-08 |
compn |
update wishlist
|
2010-01-08 |
jrash |
sync with en/mplayer.1 r30197
|
2010-01-07 |
stefano |
Implement sws_isSupportedInput() and sws_isSupportedOutput().
|
2010-01-07 |
zuxy |
Happy new year!
|
2010-01-07 |
zuxy |
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
|
2010-01-07 |
zuxy |
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
|
2010-01-06 |
reimar |
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
|
2010-01-06 |
reimar |
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
|
2010-01-06 |
compn |
add MVLZ and MVDV binary decoders to codecs.conf
|
2010-01-05 |
compn |
map zjpeg to ffmjpeg in codecs.conf
|
2010-01-05 |
compn |
add blox binary codec to codecs.conf
|
2010-01-05 |
compn |
add three ADV1 binary codecs to codecs.conf
|
2010-01-05 |
diego |
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
|
2010-01-05 |
diego |
vo_png now depends on libavcodec, not libpng.
|
2010-01-05 |
reimar |
Change license terms for matrixview to GPLv2 "or later", all known
|
2010-01-04 |
diego |
Remove pointless variable declaration from DirectFB check.
|
2010-01-04 |
diego |
Add missing stdlib.h #include to fribidi check.
|
2010-01-04 |
diego |
Remove pointless printf call in libmp3lame test.
|
2010-01-04 |
diego |
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
|
2010-01-04 |
diego |
Pass a proper va_list type to vsscanf() test in configure.
|
2010-01-04 |
reimar |
At startup and while seeking avoid to introduce pointless sleeps and possibly
|
2010-01-04 |
reimar |
Also reset time_frame and next_frame_time on reset, it makes no sense to
|
2010-01-04 |
diego |
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
|
2010-01-04 |
diego |
cosmetics: Break multiple statements on one line apart.
|
2010-01-04 |
diego |
Remove previous failed attempt at disabling that auto-generation of some C code.
|
2010-01-04 |
diego |
Add required header #includes to satisfy 'make checkheaders'.
|
2010-01-04 |
diego |
Drop -Iloader from CPPFLAGS for the loader subdirectory.
|
2010-01-04 |
diego |
Add loader/wine/ to DIRS; its headers should be part of checkheaders.
|
2010-01-04 |
diego |
Add missing config.h #include.
|
2010-01-04 |
diego |
Refactor real --> float #define to a typedef in a common header.
|
2010-01-04 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2010-01-04 |
diego |
Add a few missing header #includes and #defines.
|
2010-01-04 |
diego |
Remove unused variable; fixes the warning:
|
2010-01-04 |
diego |
Add multiple inclusion guards to all mp3lib headers.
|
2010-01-04 |
diego |
Add missing config.h #include; remove a redundant one.
|
2010-01-04 |
diego |
Add missing license headers for vo_matrixview code.
|
2010-01-04 |
diego |
Refer to MatrixView instead of MPlayer in code taken from MatrixView.
|
2010-01-04 |
diego |
Clarify which version of the GPL applies to MPlayer.
|
2010-01-04 |
diego |
cosmetics: tabs to spaces, some reindentation
|
2010-01-04 |
diego |
Fix fribidi check to avoid spamming the console with error messages.
|
2010-01-04 |
reimar |
Remove ARGB support from matrixview vo, it is quite pointless and causes
|
2010-01-04 |
diego |
Fix a few typos in the matrixview section.
|
2010-01-04 |
diego |
Add a few definitions used by FFmpeg to config.h:
|
2010-01-04 |
diego |
prettyprinting cosmetics
|
2010-01-04 |
diego |
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
|
2010-01-03 |
reimar |
Make vo gl print the OpenGL vendor and version strings.
|
2010-01-03 |
reimar |
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
|
2010-01-03 |
reimar |
Avoid memleaks when vo_direct3d initialization fails.
|
2010-01-03 |
reimar |
Modify -vo direct3d so we do not have to link against d3d9.dll, it might
|
2010-01-03 |
reimar |
Some Changelog updates.
|
2010-01-03 |
reimar |
Enable all FFmpeg protocols by default, they seem to build without issue
|
2010-01-03 |
reimar |
100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.
|
2010-01-03 |
reimar |
Change vo_png to use FFmpeg's png encoder instead of libpng.
|
2010-01-03 |
reimar |
Add missing avcodec_close to vf_screenshot.
|
2010-01-03 |
stefano |
Prefer enum PixelFormat over int for the type of the format parameter
|
2010-01-03 |
reimar |
Basic -vo matrixview documentation.
|
2010-01-03 |
reimar |
Finally add matrixview vo.
|
2010-01-03 |
reimar |
Document -vo gl colorspace suboption.
|
2010-01-03 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
|
2010-01-03 |
reimar |
Add pointers to a few more standard OpenGL functions to ease future extensions.
|
2010-01-03 |
reimar |
Fixup SDL configure check:
|
2010-01-03 |
reimar |
Do not assume that "long" is the size of a register.
|
2010-01-03 |
reimar |
Also detect fontconfig when it requires -liconv
|
2010-01-03 |
reimar |
Change fribidi check to also work without fribidi-config.
|
2010-01-03 |
reimar |
Add support for JPEG2000 via FFmpeg/OpenJPEG
|
2010-01-03 |
reimar |
Also support decoding of 8-bit-per-component dpx files.
|
2010-01-03 |
stefano |
Simplify usePal() macro, make it use av_pix_fmt_descriptors.
|
2010-01-03 |
stefano |
Simplify getSubSampleFactors(), make it use the values provided by
|
2010-01-02 |
reimar |
Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes
|
2010-01-02 |
reimar |
Several hacks to fix compilation of tvi_dshow on MinGW64.
|
2010-01-02 |
reimar |
Fix typo in code disabling VIDIX on mingw64
|
2010-01-02 |
reimar |
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
|
2010-01-01 |
reimar |
Fix compilation if FreeType is not available, in particular do not try to build
|
2010-01-01 |
reimar |
Simplify range-checking functions for subopt parsing.
|
2010-01-01 |
reimar |
Fix function declarations to avoid casting function pointers.
|
2010-01-01 |
reimar |
Slightly generalize code to generate YUV->RGB conversion table and add
|
2010-01-01 |
jrash |
sync with en/mplayer.1 r30135
|
2010-01-01 |
reimar |
Make YUV->RGB conversion coefficients selectable for -vo gl.
|
2010-01-01 |
reimar |
Do not needlessly use the BP register in x86_64-specific code, there are
|
2010-01-01 |
reimar |
One more fix for -vf scale with alpha.
|
2010-01-01 |
reimar |
Also pass alpha plane to swscale, avoids crashes when converting between
|
2009-12-31 |
reimar |
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
|
2009-12-31 |
reimar |
Also pass the 4th plane for planar formats on to libavcodec.
|
2009-12-31 |
reimar |
Try to put the list of output formats for vf_scale in a more sensible
|
2009-12-31 |
reimar |
Deduplicate the mp_image planes allocation code.
|
2009-12-31 |
reimar |
Add support for FFmpeg's ffv210 codec.
|
2009-12-31 |
reimar |
Add support for 16-bit per component YUV formats.
|
2009-12-31 |
reimar |
First steps to supporting different YUV->RGB conversion definitions.
|
2009-12-31 |
reimar |
Extract functions to generate yuv->rgb matrices and lookup tables into a
|
2009-12-31 |
reimar |
Put the colourspace-related variables into a separate struct to ease
|
2009-12-31 |
reimar |
Make code slightly more readable.
|
2009-12-31 |
reimar |
Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
|
2009-12-31 |
reimar |
More readable fourcc for ffflac
|
2009-12-30 |
reimar |
Add a hack for broken youtube servers not returning Accept-Ranges.
|
2009-12-30 |
compn |
add tm2x / tm2a binary decoder
|
2009-12-30 |
reimar |
Make the ffmpeg decoders for DTS and AC3 the default.
|
2009-12-30 |
reimar |
Support 440P in scale filter.
|
2009-12-30 |
reimar |
FFmpeg JPEG codecs can output 440p format.
|
2009-12-30 |
reimar |
Add support for 440p colorspace.
|
2009-12-30 |
reimar |
Support all planar YUV formats in OpenGL vos.
|
2009-12-30 |
reimar |
Add a helper function to get the chroma scale shift and use to simplify mpi setup.
|
2009-12-29 |
gpoirier |
sync w/r30135 (up to date at last!)
|
2009-12-29 |
diego |
cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
|
2009-12-29 |
compn |
change bandwidth value to bandwidth bytes
|
2009-12-28 |
cehoyos |
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
|
2009-12-28 |
cehoyos |
Revert r30100: It breaks some mov and asf samples.
|
2009-12-28 |
diego |
Remove unused variable, fixes the warning:
|
2009-12-27 |
compn |
add lavc yuv rawcodecs to codecs.conf
|
2009-12-27 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 |
reimar |
Remove currently unneeded members accidentally added in the last revision.
|
2009-12-27 |
reimar |
Introduce a sh_common struct that contains the parts in common by the audio, video
|
2009-12-27 |
reimar |
Remove one more incorrect direct ass.h include.
|
2009-12-27 |
reimar |
Move do_render_osd function to avoid a forward declaration.
|
2009-12-27 |
reimar |
vo_x11_classhint name argument should be const, since we pass string constants there.
|
2009-12-27 |
reimar |
Return the actually playing audio/video id for get_property, not the one
|
2009-12-27 |
kostya |
lavc Interplay Video decoder now supports 16-bit mode too
|
2009-12-27 |
reimar |
Subtitle are now also available without video, so remove that
|
2009-12-27 |
reimar |
Use the same condition to decide if the audio/video id property is
|
2009-12-27 |
reimar |
When setting audio or video track make sure we will not try to
|
2009-12-27 |
reimar |
Print a ANS_ERROR reply if one of the *_property slave command fails.
|
2009-12-26 |
reimar |
Set some freed pointers to NULL.
|
2009-12-26 |
reimar |
Free playtree_iter upon exiting MPlayer
|
2009-12-26 |
reimar |
Support mp_image with allocated palette.
|
2009-12-26 |
reimar |
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
|
2009-12-26 |
reimar |
Restore the old value of planes[1] in vf_palette at the end to ensure
|
2009-12-26 |
jrash |
sync with en/mplayer.1 r30075
|
2009-12-25 |
reimar |
Fix grammar/missing verb in description.
|
2009-12-25 |
reimar |
Remove unnecessary entries from extension_table, these formats are already
|
2009-12-25 |
reimar |
Add a (unfortunately rather long) explanation on how and when to use it
|
2009-12-24 |
compn |
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
|
2009-12-24 |
reimar |
Revert renaming of process_force_style to restore compilation against
|
2009-12-24 |
reimar |
Some ugly hacks to make compiling against a newer external version of libass work.
|
2009-12-24 |
reimar |
rename process_force_style to ass_process_force_style to match the API
|
2009-12-24 |
reimar |
Remove more direct includes of libass/ass.h
|
2009-12-24 |
compn |
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
|
2009-12-23 |
kostya |
Register lavc Aura 2 decoder
|
2009-12-23 |
kostya |
Register lavc Aura decoder
|
2009-12-23 |
diego |
Allow passing variants of "mingw32" as system name to --target. This ensures
|
2009-12-22 |
cehoyos |
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
|
2009-12-21 |
ramiro |
Remove parameters no longer used in h[yc]scale().
|
2009-12-21 |
ramiro |
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
|
2009-12-21 |
ramiro |
Rename function pointers used to convert from the input pixel format to the
|
2009-12-21 |
ramiro |
Check if chroma horizontal scaler is needed in sws_init_swScale().
|
2009-12-21 |
ramiro |
Remove unused fields from SwsContext.
|
2009-12-20 |
diego |
Do not auto-generate the C code to handle PCI vendor and device names.
|
2009-12-20 |
gpoirier |
sync w/r29731
|
2009-12-20 |
diego |
Remove unused debugging output about total number of printed lines.
|
2009-12-20 |
diego |
Employ slightly better variable names for output files.
|
2009-12-20 |
diego |
Eliminate completely pointless print_includes function.
|
2009-12-20 |
diego |
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
|
2009-12-20 |
diego |
Do not autogenerate vidix/pci_names.h.
|
2009-12-20 |
ramiro |
Indentation.
|
2009-12-20 |
ramiro |
Indent.
|
2009-12-20 |
ramiro |
Set fast_bilinear functions in sws_init_swScale().
|
2009-12-20 |
diego |
Remove pointless return statements from functions that return nothing.
|
2009-12-20 |
diego |
Move code to write multiple inclusion guards to generated files into functions.
|
2009-12-20 |
ramiro |
Set horizontal scaler's range conversion in context in sws_init_swScale().
|
2009-12-20 |
ramiro |
Set horizontal scaler's src offsets in context in sws_init_swScale().
|
2009-12-20 |
diego |
cosmetics: Use more consistent formatting style for generated files.
|
2009-12-20 |
diego |
cosmetics: Use a consistent formattting style; tabs to spaces.
|
2009-12-20 |
reimar |
Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
|
2009-12-20 |
diego |
Run vidix/pci_db2c.awk directly instead of passing it to awk.
|
2009-12-20 |
cehoyos |
VP6F has to be flipped for binary decoder.
|
2009-12-19 |
reimar |
Slightly improve vo_gl suboption documentation.
|
2009-12-19 |
reimar |
Define GL_GENERATE_MIPMAP ourselves if necessary.
|
2009-12-19 |
reimar |
Fix compilation with internal ASS when no ass header is installed system-wide.
|
2009-12-19 |
reimar |
Add support for auto-generating mipmaps in vo_gl, should ease
|
2009-12-19 |
reimar |
Make -vo gl:customprog also work with RGB input (obviously those need to be
|
2009-12-19 |
reimar |
Fix a broken indentation.
|
2009-12-19 |
reimar |
Enable running fragment programs with YUV_CONVERSION_NONE
|
2009-12-19 |
reimar |
Make ass_mp.h use the system-libass headers when the internal one is disabled.
|
2009-12-19 |
reimar |
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
|
2009-12-19 |
reimar |
Experimental support for external libass.
|
2009-12-19 |
reimar |
Rename GL_* defines to CONFIG_GL_*
|
2009-12-19 |
reimar |
Add x11_common as dependency for OpenGL with X11 backend.
|
2009-12-19 |
reimar |
Make the check for X11 and WIN32 backends for OpenGL separate.
|
2009-12-18 |
reimar |
Add a missing const, fixes a compiler warning.
|
2009-12-18 |
reimar |
Allow pulseaudio to restore the previous volume on init instead of forcing to
|
2009-12-18 |
reimar |
Get rid of global volume variable, it is only used for temporary values.
|
2009-12-18 |
reimar |
Use on-stack subtitle struct for temporary storage for passing subtitles on
|
2009-12-18 |
ptt |
synced to r30044
|
2009-12-18 |
ptt |
divided a line in two, was too long
|
2009-12-18 |
ptt |
synced with r30043
|
2009-12-18 |
jrash |
Synced with help_mp-en.h r30044
|
2009-12-18 |
jrash |
sync with en/mplayer.1 r30053
|
2009-12-17 |
cehoyos |
Support R210 uncompressed 10 bit RGB codec.
|
2009-12-17 |
reimar |
Do not modify priv->idx_pos when regenerating the index, use a local
|
2009-12-17 |
cehoyos |
Cosmetics: Reindent after r30050.
|
2009-12-17 |
cehoyos |
Slightly increase hardware decoding performance by always using more
|
2009-12-17 |
adrian |
Cosmetics: reindent
|
2009-12-17 |
cehoyos |
Improve VDPAU render performance by increasing number of output surfaces.
|
2009-12-16 |
diego |
Make vidix/pci_db2c.awk executable.
|
2009-12-16 |
adrian |
The fontconfig check added in r30044 wasn't safe. This makes it more robust.
|
2009-12-16 |
diego |
Simplify the evaluation of the lang-def template:
|
2009-12-16 |
adrian |
Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
|
2009-12-15 |
adrian |
Add support for -geometry to corevideo.
|
2009-12-15 |
adrian |
Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
|
2009-12-15 |
compn |
add spdif example from beandog
|
2009-12-14 |
diego |
Filter list of missing source files so that it only contains nonexisting files.
|
2009-12-14 |
diego |
Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
|
2009-12-14 |
diego |
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
|
2009-12-14 |
diego |
Avoid hackish shell loop to symlink missing XML source files.
|
2009-12-14 |
diego |
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
|
2009-12-14 |
diego |
Reuse SYMLINKS_DEPS variable in the symlink targets.
|
2009-12-14 |
diego |
Simplify shell command to symlink missing translated source files.
|
2009-12-14 |
diego |
Ignore errors from failing rm commands in clean targets.
|
2009-12-14 |
diego |
Do not ignore errors from mkdir invocations.
|
2009-12-14 |
diego |
The general xmllint target should only check configured languages.
|
2009-12-14 |
diego |
Improve declaration of phony targets.
|
2009-12-14 |
diego |
Factorize dependencies of language-specific HTML generation targets.
|
2009-12-14 |
diego |
spelling cosmetics
|
2009-12-14 |
diego |
Remove pointless dependency on xmllint.sh from phony xmllint target.
|
2009-12-14 |
diego |
Drop pointless dependencies of the phony targets html-chunked and html-single.
|
2009-12-14 |
diego |
Fix dependencies of html-chunked and html-single targets.
|
2009-12-14 |
diego |
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
|
2009-12-14 |
diego |
Factorize all components generated by configure into a variable.
|
2009-12-14 |
diego |
Remove outdated comment about build system behavior.
|
2009-12-14 |
diego |
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
|
2009-12-14 |
diego |
Drop support for per-language XSL stylesheets.
|
2009-12-14 |
diego |
Remove pointless Polish stylesheet; it provides no real benefit.
|
2009-12-14 |
diego |
Drop support for per-language stylesheets.
|
2009-12-14 |
diego |
Unconditionally symlink documentation files missing from a translation.
|
2009-12-14 |
diego |
Use variable for HTML stylesheet so individual languages can use their own.
|
2009-12-14 |
diego |
Factorize stylesheet installation into its own target.
|
2009-12-14 |
diego |
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
|
2009-12-13 |
diego |
Factorize generating the list of all main.xml files.
|
2009-12-13 |
diego |
configure also generates all main.xml files.
|
2009-12-13 |
diego |
Add html-chunk.xsl and html-single.xsl to targets generated by configure.
|
2009-12-13 |
diego |
Avoid '&>' bashism for redirecting both stdout and stderr.
|
2009-12-13 |
diego |
Simplify one more command via automatic variables.
|
2009-12-13 |
diego |
Simplify setting COMMON_XSL_DEPS variable:
|
2009-12-13 |
diego |
Do not build monolithic documentation in a separate directory.
|
2009-12-13 |
diego |
- Remove now unnecessary dependency on intermediate directories.
|
2009-12-13 |
diego |
Do not pointlessly set the HTMLFILE variable when running xmllint.
|
2009-12-13 |
diego |
Simplify some commands via automatic variables.
|
2009-12-13 |
diego |
Create required directories directly without intermediate steps.
|
2009-12-13 |
diego |
Declare common dependencies for chunked and single HTML targets together.
|
2009-12-13 |
diego |
cosmetics: Remove pointless trailing /.
|
2009-12-13 |
diego |
xmllint.sh is not a phony target.
|
2009-12-13 |
diego |
Do not use symlinks for translations that comprise all XML files.
|
2009-12-13 |
diego |
Remove pointless warning about Make being called from the wrong place.
|
2009-12-13 |
compn |
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec
|
2009-12-13 |
diego |
Replace shell command substitution by Makefile syntax construct.
|
2009-12-13 |
diego |
Use automatic variables instead of the target name.
|
2009-12-13 |
diego |
Do not pointlessly remove all targets before recreating them.
|
2009-12-13 |
diego |
Declare a dependency on xmllint instead of duplicating the target's commands.
|
2009-12-11 |
reimar |
Avoid miscompilation issues with the grow_array function more permanently
|
2009-12-11 |
reimar |
100l, fix check for V4L2 capture capability flag.
|
2009-12-10 |
cehoyos |
Update the SuperH VEU vidix driver with experimental support for VEU3F.
|
2009-12-10 |
cehoyos |
Fix build on SuperH.
|
2009-12-10 |
cehoyos |
Update the SuperH VEU vidix driver with code that calls fsync() after each
|
2009-12-09 |
compn |
vdpau codecs config entry by beandog
|
2009-12-09 |
reimar |
Disable winsock when we already found a working socklib instead of checking
|
2009-12-09 |
reimar |
DShow TV input needs part of the our DirectShow code, so add the proper
|
2009-12-09 |
reimar |
Use a fallback to make sure the basic OpenGL functions are available instead of
|
2009-12-09 |
reimar |
Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
|
2009-12-08 |
cehoyos |
Support FourCC's AVI1 and AVI2 as MJPEG.
|
2009-12-08 |
reimar |
Pass all OpenGL functions through a function pointer indirection.
|
2009-12-08 |
reimar |
Very preliminary code to allow selecting the OpenGL backend at runtime.
|
2009-12-07 |
reimar |
Add braces to avoid ambiguous else.
|
2009-12-07 |
ramiro |
Document the differences between the two asm fragments in initMMX2HScaler().
|
2009-12-06 |
ramiro |
Start using intermediate buffers at index 0.
|
2009-12-05 |
ramiro |
Fix compilation with runtime cpu detection.
|
2009-12-03 |
compn |
fix apple.com trailer example, via carl
|
2009-12-03 |
ramiro |
Add support for nv12/nv21 input.
|
2009-12-01 |
compn |
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
|
2009-11-29 |
lorenm |
sync to x264-r1327. (only needed for x264-in-libavcodec)
|
2009-11-28 |
tack |
Fix mangling of 24-bit audio during channel reorder.
|
2009-11-28 |
attila |
when using -v, print also which lavc codec has been used, not
|
2009-11-27 |
jrash |
improve previous translation
|
2009-11-26 |
stefano |
Make sws_format_name() use av_pix_fmt_descriptors.
|
2009-11-26 |
compn |
add user-agent example to fix apple.com/trailers
|
2009-11-26 |
compn |
map 0x20736D to ffac3, fixes broken mov sample
|
2009-11-26 |
compn |
mime type [video/x-ms-wmv] is not an ASF redirector.
|
2009-11-24 |
reimar |
Readjust the global number of subs when switching dvdnav track to take
|
2009-11-23 |
compn |
small update wishlist
|
2009-11-22 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-22 |
reimar |
Some MinGW awk versions can not handle reading from files with CRLF
|
2009-11-22 |
reimar |
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
|
2009-11-22 |
reimar |
av_alloc_format_context -> avformat_alloc_context
|
2009-11-22 |
reimar |
Fix initialization values for vf_expand priv struct.
|
2009-11-22 |
reimar |
Remove unused variable.
|
2009-11-22 |
reimar |
Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
|
2009-11-22 |
reimar |
Switch ad_ffmpeg to avcodec_decode_audio3
|
2009-11-22 |
reimar |
Remove unused variable.
|
2009-11-22 |
reimar |
Reuse buffer in priv context instead of allocating the 32kB probe buffer
|
2009-11-22 |
reimar |
Fix crash with partial fribidi conversion.
|
2009-11-22 |
reimar |
Mention right-to-left support for embedded subtitles also in the Changelog.
|
2009-11-22 |
reimar |
Make fribidi (i.e. right-to-left) support work with embedded subtitles.
|
2009-11-21 |
jrash |
Synced with help_mp-en.h r29912
|
2009-11-21 |
reimar |
Print which visual glXChooseVisual chose when running in verbose mode.
|
2009-11-21 |
reimar |
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
|
2009-11-21 |
reimar |
Add support for Windows OpenGL rendering onto a device instead of into a window.
|
2009-11-21 |
reimar |
Remove unreachable parsing code: for filters that use the option parser,
|
2009-11-21 |
reimar |
Support RGB48NE format in OpenGL vos (only really useful once they are modified
|
2009-11-21 |
reimar |
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
|
2009-11-21 |
reimar |
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
|
2009-11-21 |
reimar |
Add a define for IMGFMT_RGB48NE that depends on machine endianness.
|
2009-11-20 |
reimar |
Move 128kB buffer from stack to demuxer context.
|
2009-11-20 |
reimar |
calloc instead of malloc+memset.
|
2009-11-20 |
reimar |
Use calloc to allocate a rather large (currently 32k) array instead of
|
2009-11-20 |
reimar |
sub_fribidi should be static, it is not used outside subreader.c
|
2009-11-20 |
reimar |
Use early return instead of block over whole function.
|
2009-11-20 |
reimar |
Use FFMAX instead of a custom max macro.
|
2009-11-18 |
cehoyos |
Silence two gcc warnings: suggest parentheses around && within ||
|
2009-11-18 |
diego |
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
|
2009-11-18 |
diego |
Add functions to return library license and library configuration.
|
2009-11-18 |
cehoyos |
10l to Reimar: Fix typo.
|
2009-11-17 |
reimar |
Deobfuscate the special hack to disable cache for live555.
|
2009-11-17 |
reimar |
Merge malloc+memset -> calloc
|
2009-11-17 |
reimar |
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
|
2009-11-17 |
reimar |
Remove useless check for valid fd with -dumpstream, the code does not
|
2009-11-17 |
reimar |
Enable the read-based forward seek fallback also when CONFIG_NETWORK is
|
2009-11-17 |
reimar |
Use fill_buffer if available also for STREAMTYPE_STREAM
|
2009-11-17 |
reimar |
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
|
2009-11-17 |
reimar |
Add preliminary support for streaming via FFmpeg's URProtocol functions.
|
2009-11-17 |
reimar |
Complete configure support for compiling in FFmpeg's protocol support.
|
2009-11-17 |
reimar |
Use avcodec_align_dimensions to appropriately align width and height in
|
2009-11-16 |
cehoyos |
Set display size in sh_video when decoding H264.
|
2009-11-16 |
cehoyos |
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
|
2009-11-16 |
Gabrov |
synced with r29912
|
2009-11-16 |
ptt |
synced with help_mp-en.h r29912
|
2009-11-16 |
ptt |
added -name, -title, -use-filename-title options to Changelog
|
2009-11-16 |
compn |
more changes
|
2009-11-16 |
reimar |
Use calloc instead of initializing each struct member individually to 0.
|
2009-11-16 |
reimar |
Try to detect broken files with unaligned chunks.
|
2009-11-14 |
cehoyos |
Show OSD message when enabling/disabling de-interlacing.
|
2009-11-13 |
ptt |
cosmetics and grammar fixes
|
2009-11-13 |
reimar |
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
|
2009-11-13 |
jrash |
sync with en/mplayer.1 r29905
|
2009-11-13 |
reimar |
Check that mpctx->audio_out is not NULL when trying to uninit it.
|
2009-11-13 |
ptt |
synced with r29905
|
2009-11-12 |
ptt |
synced with r29885
|
2009-11-12 |
ptt |
cosmetic fixes as pointed out by diego
|
2009-11-12 |
ptt |
Added -name, -title and -use-filename-title options and implementation in X11 vos
|
2009-11-11 |
cehoyos |
Do not dynamically load libvdpau.so.1, but link at compile time.
|
2009-11-11 |
tack |
Replace dead link explaining why not to use HTML on the mailing lists.
|
2009-11-11 |
reimar |
Fix declarations in mp_taglists.h and include it in mp_taglists.c to
|
2009-11-11 |
reimar |
Add a "tips and tricks" section to the slave mode documentation.
|
2009-11-11 |
reimar |
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
|
2009-11-11 |
reimar |
Do not call resume on unpausing if we have already reached eof while
|
2009-11-11 |
reimar |
Remember which subtitle was auto-selected for dvdnav due to -slang
|
2009-11-11 |
reimar |
Factor out code that decides which subtitle to play.
|
2009-11-11 |
reimar |
Avoid modifying dvdsub_id in command.c where possible.
|
2009-11-11 |
reimar |
Move headers related to setting dvd speed to dvd_common.
|
2009-11-11 |
reimar |
Set the EOF flag when dvdnav reached the end of the requested title.
|
2009-11-11 |
reimar |
Support the range syntax (like dvd://2-5) also for dvdnav.
|
2009-11-11 |
cehoyos |
10l: Fix compilation without VDPAU.
|
2009-11-10 |
reimar |
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
|
2009-11-10 |
reimar |
Move arrays used by both dvd and dvdnav to dvd_common.
|
2009-11-10 |
reimar |
Remove unused extern declarations.
|
2009-11-10 |
reimar |
Share dvd_device extern declaration between dvd and dvdnav.
|
2009-11-10 |
reimar |
Remove an unused variable.
|
2009-11-10 |
cehoyos |
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
|
2009-11-10 |
diego |
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
|
2009-11-10 |
tack |
Update man page to reflect support for up to 8 channels.
|
2009-11-10 |
reimar |
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
|
2009-11-10 |
reimar |
Calculate length of ASF files with more than 1 second precision.
|
2009-11-10 |
reimar |
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
|
2009-11-10 |
reimar |
Remove useless cast
|
2009-11-10 |
tack |
Changelog: add note that 8 channel audio is now supported.
|
2009-11-10 |
reimar |
Use configure code to define PIC instead of duplicating the check in mangle.h.
|
2009-11-10 |
zuxy |
Delete "auto-close" from configuration whose support has long been removed.
|
2009-11-10 |
reimar |
Add support for DVB teletext.
|
2009-11-10 |
reimar |
Free demuxer->teletext when closing the demuxer.
|
2009-11-10 |
reimar |
Set demuxer->teletext to NULL when closing the TV interface,
|
2009-11-10 |
cehoyos |
100: Fix function parameters when calling create_vdp_decoder() from query_format().
|
2009-11-10 |
cehoyos |
Cosmetics: Fix indentation after last commit.
|
2009-11-10 |
cehoyos |
Fail in query_format() if a VDPAU decoder is not available.
|
2009-11-10 |
cehoyos |
Add a default to switch(image_format), suppresses a warning after a future patch.
|
2009-11-10 |
tack |
Add support for 8 channel audio.
|
2009-11-10 |
tack |
Cosmetics: remove trailing whitespace from file.
|
2009-11-09 |
reimar |
Properly free the pthread mutex for teletext.
|
2009-11-09 |
reimar |
Allow teletext compilation without pthreads
|
2009-11-09 |
reimar |
Fix compilation of teletext code without freetype support
|
2009-11-09 |
reimar |
Change type of teletext color specification from unsigned char
|
2009-11-09 |
reimar |
Make sure the teletext property stuff does not crash if no demuxer is available.
|
2009-11-09 |
reimar |
The code for the non-networking case is the same whether networking
|
2009-11-09 |
reimar |
Factor out triplicated break statement.
|
2009-11-09 |
reimar |
Remove unused mp_dvdnav_aid_from_audio_num function
|
2009-11-09 |
reimar |
Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
|
2009-11-08 |
cehoyos |
Use enum PixelFormat instead of int for srcFormat and dstFormat.
|
2009-11-08 |
reimar |
Remove macho64 special-case for yasm options, -DPIC is already added
|
2009-11-08 |
reimar |
Remove a pointless undeclared function reference, #error is assumed
|
2009-11-08 |
reimar |
Add a comment that the PIC handling in mangle.h is duplicate also in
|
2009-11-08 |
reimar |
Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
|
2009-11-08 |
reimar |
Clarify possible issues with gmplayer commandline options due to conflicts
|
2009-11-07 |
cehoyos |
Remove CONFIG_TV_TELETEXT.
|
2009-11-07 |
cehoyos |
Factorise vbi_decode().
|
2009-11-07 |
cehoyos |
Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
|
2009-11-07 |
cehoyos |
Separate teletext from tv support.
|
2009-11-07 |
reimar |
Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
|
2009-11-07 |
reimar |
Use switch_program property from mplayer.c to set ts_prog.
|
2009-11-07 |
reimar |
Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
|
2009-11-07 |
stefano |
Document sws_freeContext().
|
2009-11-06 |
reimar |
Whitespace cosmetics: reindent reinit_audio_chain function
|
2009-11-06 |
reimar |
Remove some useless comments/commented-out code.
|
2009-11-06 |
reimar |
Split assignment from error value check to avoid overcomplicated if () condition.
|
2009-11-06 |
reimar |
Reuse the init_error exit path also for init_best_audio_codec errors.
|
2009-11-06 |
reimar |
Simplify: use &= instead of a = b & a;
|
2009-11-06 |
reimar |
Remove some unnecessary else blocks
|
2009-11-06 |
reimar |
Use an early return instead of a {} block over the whole function in reinit_audio_chain
|
2009-11-06 |
reimar |
Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
|
2009-11-06 |
reimar |
Only call avcodec_close if the open succeeded before, otherwise avcodec_close
|
2009-11-06 |
attila |
PPC: make inline asm xform address test work with Apple tools
|
2009-11-06 |
jrash |
sync with en/mplayer.1 r29823
|
2009-11-05 |
reimar |
dvdnav: print ID_SID_..._LANG, just like dvd://
|
2009-11-05 |
reimar |
Cosmetics: indentation, merge two consecutive ifs.
|
2009-11-05 |
reimar |
Make dvdnav also print info about audio streams with unknown language, just like dvd://
|
2009-11-05 |
reimar |
Make the dvdnav stream language information output more similar to the dvd one.
|
2009-11-05 |
reimar |
Change the subtitle numbers in the dvdnav subtitle language info to match
|
2009-11-05 |
reimar |
Change dvdnav_reset_stream to not disable subtitles, since that breaks
|
2009-11-05 |
reimar |
Add cast to signed for 64 bit check, since according to an FFmpeg bug report
|
2009-11-05 |
reimar |
Add a profile example and (commented-out) useful defaults for dvdnav
|
2009-11-05 |
reynaldo |
So Long, and Thanks for All the Fish
|
2009-11-04 |
cehoyos |
Add new VDPAU feature high-quality-scaling (and require newer library).
|
2009-11-04 |
tack |
reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
|
2009-11-04 |
tack |
ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
|
2009-11-03 |
compn |
cosmetics: alphabetize
|
2009-11-03 |
compn |
10l for breaking compilation. change eatgv to tgv
|
2009-11-03 |
reynaldo |
Remove unneeded initialization
|
2009-11-03 |
compn |
add yuvs fourcc, fixes yuvs.mov
|
2009-11-03 |
compn |
add ffmpeg eatgv codec
|
2009-11-03 |
compn |
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
|
2009-11-02 |
diego |
The "ilaced" suboption of vf_scale was renamed to "interlaced".
|
2009-11-02 |
cehoyos |
Improve VDPAU noforce-mixer documentation.
|
2009-11-02 |
uau |
demuxer.c: Add initialization missing from previous commit
|
2009-11-02 |
compn |
add VYUY and Y42B fourccs to rawcodecs
|
2009-11-01 |
reimar |
Unbreak the demuxer-specific code in video.c with e.g.
|
2009-10-31 |
cehoyos |
Teletext display does support font scaling via OSD font scaling, remove
|
2009-10-31 |
cehoyos |
Replace two more occurences of tvi_vbi with dec_teletext.
|
2009-10-31 |
cehoyos |
Remove incorrect comment.
|
2009-10-31 |
jrash |
sync with en/mplayer.1 r29805
|
2009-10-30 |
corey |
Slightly change behavior of "none" if fstype specification.
|
2009-10-30 |
stefano |
Document slice ordering assumption done by sws_scale().
|
2009-10-30 |
cehoyos |
Support ISDB-Tb tunning in Brazil
|
2009-10-29 |
cehoyos |
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
|
2009-10-29 |
cehoyos |
Move teletext specific code from stream into libmpcodecs.
|
2009-10-28 |
diego |
consistency fix: Give all CONFIG_ definitions the value 1.
|
2009-10-27 |
cehoyos |
Cosmetics: Reindent after last commit.
|
2009-10-27 |
cehoyos |
Allow image format BGRA when using vo vdpau.
|
2009-10-26 |
reimar |
Move 64 bit check below compiler detection since it needs the compiler
|
2009-10-24 |
cehoyos |
Fix teletext character set auto-detection.
|
2009-10-24 |
diego |
Move some variable initializations to the beginning of vo_x11_fullscreen().
|
2009-10-23 |
cehoyos |
Implement VFCAP_FLIP for vo_vdpau.
|
2009-10-22 |
cehoyos |
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
|
2009-10-22 |
ptt |
synced with r29791
|
2009-10-22 |
diego |
Break an output line for consistency.
|
2009-10-22 |
ptt |
cosmetic fixes in bs2b and vdpau sections
|
2009-10-20 |
compn |
add V422, YUNV to rawyuy2
|
2009-10-20 |
compn |
add HDYC fourcc to rawuyvy
|
2009-10-19 |
lorenm |
sync to x264-r1296
|
2009-10-19 |
cehoyos |
Fix playback of Intel JPEG Library Video Codec.
|
2009-10-19 |
diego |
Fix aspect test program linking.
|
2009-10-19 |
diego |
Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
|
2009-10-19 |
diego |
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
|
2009-10-19 |
diego |
Add CONFIG_LPC to config.h as well (needed by FFmpeg).
|
2009-10-19 |
diego |
Add CONFIG_LPC to config.mak (needed by FFmpeg).
|
2009-10-19 |
compn |
add binary codec for fourcc slif
|
2009-10-18 |
diego |
Merge rules for building mencoder and mplayer.
|
2009-10-18 |
diego |
Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
|
2009-10-17 |
cehoyos |
Try to recover from VDPAU display pre-emptions.
|
2009-10-16 |
reimar |
Find and take into account stream start time for ogg files.
|
2009-10-15 |
compn |
add MVJP fourcc (mjpeg) from ffmpeg
|
2009-10-14 |
reimar |
Add support for "Forward Uncompressed" decoding via FFmpeg
|
2009-10-14 |
ptt |
removed daniele forghieri from italian man mantainers (as said by diego and him)
|
2009-10-14 |
ptt |
synced with r29771
|
2009-10-12 |
cehoyos |
Support SMPTE-240M colourspace in vo_vdpau.
|
2009-10-11 |
cehoyos |
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
|
2009-10-10 |
cehoyos |
Add colorspace option to vo_vdpau.
|
2009-10-10 |
adrian |
Remove redundant duplicate option handling in the playtree.
|
2009-10-10 |
reimar |
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
|
2009-10-08 |
ptt |
some coherence's fixes
|
2009-10-08 |
ptt |
cosmetics in channels/capture sections
|
2009-10-08 |
ptt |
synced with r29762
|
2009-10-08 |
ptt |
added myself to italian man mantainers section, since i'm the one that does that
|
2009-10-08 |
ptt |
various little aesthetic fixes
|
2009-10-08 |
diego |
Fix 100l typo introduced in last commit.
|
2009-10-08 |
ptt |
synced with r28576
|
2009-10-08 |
diego |
cosmetics: Remove some pointless parentheses from return calls.
|
2009-10-08 |
diego |
cosmetics: Break two more lines.
|
2009-10-08 |
ptt |
Updated to help_mp-en.h r29742
|
2009-10-06 |
diego |
Clarify screenshot filter description.
|
2009-10-06 |
diego |
K&R coding style and whitespace cosmetics
|
2009-10-06 |
adrian |
Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
|
2009-10-06 |
reimar |
Remove many uses of tmp_run.
|
2009-10-05 |
attila |
add a warning to the description of -vf screenshot to add it after
|
2009-10-05 |
cehoyos |
Play TrueHD in BluRay with demuxer lavf.
|
2009-10-05 |
cladisch |
fix calculation of ao_data.bps for sample formats with more than 16 bits
|
2009-10-04 |
cehoyos |
Fix definition of KEY_PAGE_DOWN.
|
2009-10-02 |
reimar |
Make the ao_alsa play function always process a multiple of ao_data.outburst
|
2009-10-02 |
reimar |
Add EXTERN_ASM define needed by FFmpeg on ARM.
|
2009-10-01 |
jrash |
sync with en/mplayer.1 r29731
|
2009-10-01 |
compn |
updates
|
2009-09-30 |
diego |
Mark some functions that do not need external visibility as static.
|
2009-09-30 |
reimar |
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
|
2009-09-30 |
diego |
Reduce console output verbosity: Move colorspace information to verbose mode.
|
2009-09-30 |
reimar |
lavf: if seeking in the desired direction failed, also try in the opposite one,
|
2009-09-30 |
reimar |
Avoid void * arithmetic.
|
2009-09-30 |
reimar |
Simplify aac_get_sample_rate_index
|
2009-09-30 |
reimar |
Check for grow_array allocation failure.
|
2009-09-30 |
reimar |
Avoid a possible crash if num_cluster_pos is 0.
|
2009-09-30 |
reimar |
Check for integer overflow in grow_array.
|
2009-09-30 |
reimar |
Rearrange code of grow_array to make it easier to extend.
|
2009-09-30 |
reimar |
Avoid a memleak if realloc fails in grow_array.
|
2009-09-30 |
reimar |
Change grow_array argument from void ** to void *, this avoids a aliasing
|
2009-09-29 |
reimar |
Make -nosub work to disable subtitles even if -slang and dvd streams are used.
|
2009-09-28 |
reimar |
Document -nosub option
|
2009-09-28 |
reimar |
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
|
2009-09-28 |
reimar |
Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
|
2009-09-28 |
reimar |
Enable loading of external subtitles also for audio-only files.
|
2009-09-28 |
reimar |
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
|
2009-09-28 |
reimar |
Call set_osd_subtitle also for external subs (i.e. in find_subs).
|
2009-09-27 |
cehoyos |
Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
|
2009-09-27 |
cehoyos |
Cosmetics: Fix whitespace.
|
2009-09-27 |
reimar |
Set sensible write frequency/priority values for AllocateMemoryMESA
|
2009-09-27 |
reimar |
Print error instead of crashing when mesa-buffer is used on systems
|
2009-09-27 |
reimar |
Also check GLX client and server strings for extensions
|
2009-09-26 |
reimar |
Amend previous commit: both zlib decoder and encoder must be disabled
|
2009-09-26 |
reimar |
Disable libavcodec zlib decoder when zlib is not available, fixes compilation
|
2009-09-26 |
reimar |
Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
|
2009-09-25 |
reimar |
Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
|
2009-09-25 |
reimar |
Change type to avoid void * arithmetic.
|
2009-09-25 |
reimar |
Set codec_type and codec_id in codec context for lavc encoders.
|
2009-09-24 |
diego |
Sync with current FFmpeg HEAD.
|
2009-09-24 |
diego |
sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
|
2009-09-23 |
reimar |
Add support for displaying subtitles on the command-line when playing
|
2009-09-23 |
reimar |
Make function argument name in header match name in .c file.
|
2009-09-23 |
reimar |
Make update_subtitles work without sh_video for text subtitles.
|
2009-09-23 |
reimar |
Make sure avctx->codec_type and codec_id are set, since libavcodec
|
2009-09-23 |
reimar |
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
|
2009-09-23 |
reimar |
Factor out sh_video->pts into a refpts variable. This simplifies a future patch
|
2009-09-23 |
reimar |
Rename ambiguous "pts" variable to subpts.
|
2009-09-23 |
reimar |
Use x264_encoder_delayed_frames instead of the current hack to flush delayed
|
2009-09-23 |
lorenm |
sync to x264-r1260 (which changed api)
|
2009-09-23 |
diego |
Add 0x85 ad ID for DTS audio.
|
2009-09-22 |
cehoyos |
Fix teletext font autoscaling.
|
2009-09-22 |
diego |
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
|
2009-09-22 |
cehoyos |
Allow playback of dnxhd files, as produced by FFmpeg regression test.
|
2009-09-20 |
adrian |
Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
|
2009-09-20 |
compn |
sync faad / ffaac supported fourccs as spotted by reimar
|
2009-09-20 |
compn |
add another aac tag
|
2009-09-20 |
compn |
add newer microsoft screen binary codec
|
2009-09-20 |
compn |
add coreavc entry, works on windows only.
|
2009-09-19 |
reimar |
Add autodetection for ARM NEON SIMD.
|
2009-09-19 |
reimar |
Use a compilation check to distinguish between x86 and x86_64, uname and
|
2009-09-19 |
reimar |
Add a check for availability of ebx register, needed for
|
2009-09-19 |
reimar |
Treat Haiku as BeOS (only changes the displayed name actually)
|
2009-09-18 |
reimar |
Re-add some ifdefs, partially reverting r29688, since mDisplay and
|
2009-09-18 |
reimar |
Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
|
2009-09-18 |
reimar |
Get rid of several (probably) pointless ifdefs
|
2009-09-17 |
reimar |
Use ecx instead of ebx to avoid unnecessary issues with PIC.
|
2009-09-16 |
ramiro |
Cleanup buffer debugs in swScale().
|
2009-09-16 |
ramiro |
Use correct buffers in vertical scaler in unscaled YV12 case.
|
2009-09-16 |
reimar |
Merge two Windows-specific #if sections to simplify the condition.
|
2009-09-16 |
reimar |
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
|
2009-09-16 |
compn |
add YAXPAX and YAPAXI exports to msvcr80
|
2009-09-14 |
reimar |
Add several HAVE_EBX_AVAILABLE conditions where necessary
|
2009-09-14 |
reimar |
%lf is not a valid printf format specifier, use just %f instead.
|
2009-09-14 |
compn |
kegavideo codec requires msvcr80 on windows
|
2009-09-14 |
reimar |
Add support for decoding sgi files via FFmpeg's sgi decoder.
|
2009-09-14 |
reimar |
Get rid of useless indirection and use the demuxer argument directly instead of
|
2009-09-14 |
reimar |
Reduce verbosity if demuxer sets an info value to the same as the current value.
|
2009-09-13 |
ramiro |
Reset slice direction at end of each frame.
|
2009-09-12 |
ramiro |
Remove ; after while(0) in macros.
|
2009-09-12 |
compn |
add kega video binary codec for fourcc kgv1
|
2009-09-12 |
jrash |
sync with en/mplayer.1 r29661
|
2009-09-11 |
Gabrov |
synced with r29670
|
2009-09-10 |
diego |
Convert to UTF-8.
|
2009-09-10 |
diego |
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
|
2009-09-10 |
reimar |
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
|
2009-09-10 |
reimar |
Sort preferred_list alphabetically since the order does not matter otherwise.
|
2009-09-10 |
reimar |
Always keep a backup of the expand values from the command-line, so values
|
2009-09-09 |
ramiro |
Document that slices can be bottom to top or top to bottom.
|
2009-09-08 |
reimar |
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
|
2009-09-08 |
reimar |
Make all mp_*_taglists const.
|
2009-09-08 |
cehoyos |
Allow disabling and enabling lower-case codecs.
|
2009-09-08 |
diego |
Make (no)t23 suboption description more consistent.
|
2009-09-08 |
reimar |
Fix an endless loop if all programs are empty.
|
2009-09-08 |
reimar |
Make indentation consistent with the rest of the file
|
2009-09-08 |
reimar |
Never switch to a program with no audio and no video.
|
2009-09-08 |
reimar |
Always register all streams from libavformat, not just those belonging to a program.
|
2009-09-08 |
reimar |
100l, forgot to use "test" for checking the value of the quicktime variable
|
2009-09-07 |
vitor |
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
|
2009-09-07 |
ramiro |
Indent.
|
2009-09-07 |
diego |
Avoid bash-specific 'let' syntax in shell scripts.
|
2009-09-06 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
|
2009-09-05 |
ramiro |
Indent.
|
2009-09-05 |
ramiro |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
|
2009-09-05 |
reimar |
Add standard license header and move a misplaced comment.
|
2009-09-05 |
jrash |
sync with en/mplayer.1 r29638
|
2009-09-04 |
diego |
Fix grammar mistake noticed by Alexander Strasser.
|
2009-09-04 |
reimar |
Factor out duplicated code to set play video scaled by a certain factor.
|
2009-09-04 |
reimar |
Subopt parser subopts should now be const.
|
2009-09-04 |
reimar |
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
|
2009-09-04 |
reimar |
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
|
2009-09-04 |
reimar |
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
|
2009-09-04 |
reimar |
Split QuickTime check off from quartz check and use the result to enable/disable
|
2009-09-04 |
reimar |
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
|
2009-09-04 |
reimar |
Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
|
2009-09-03 |
reimar |
Improve wording for file/directory specific config file explanation.
|
2009-09-02 |
reimar |
10l, fix misplaced check in r29613, for loop detection we must compare
|
2009-09-02 |
reimar |
Limit amount of data allocated on stack, strlen(filename) is not a good idea for
|
2009-09-02 |
reimar |
Document directory-specific configuration file.
|
2009-09-02 |
reimar |
Add support for directory-specific mplayer.conf configuration file.
|
2009-09-02 |
faust3 |
enable ffwmapro
|
2009-09-02 |
reimar |
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
|
2009-09-02 |
reimar |
Cosmetics: get rid of many pointless ()
|
2009-09-02 |
reimar |
Reduce code duplication for half/normal/double video size handling.
|
2009-09-02 |
reimar |
Remove unused variable.
|
2009-09-02 |
reimar |
The suboption parser now takes a const options list, so mark them all const.
|
2009-09-02 |
reimar |
free(), delete and delete[] are all different and can't just be used at random,
|
2009-09-02 |
reimar |
Fix possible crashes with invalid SDPs that result in stream descriptions
|
2009-09-02 |
reimar |
Fix several more rtsp-related memleaks.
|
2009-09-02 |
reimar |
Fix asmrp_dispose to also free the buffer.
|
2009-09-02 |
reimar |
Use calloc to ensure rmff_new_mdpr returns fully initialized data.
|
2009-09-02 |
reimar |
Move variable declaration to where it is used.
|
2009-09-02 |
reimar |
Make sure we do not strdup(NULL), avoids a crash with non-real streams.
|
2009-09-02 |
reimar |
Fix several memleaks in real_setup_and_get_header
|
2009-09-02 |
reimar |
Change real_setup_and_get_header to use goto a single exit path to simplify
|
2009-09-02 |
reimar |
vo_quartz: change deallocation/uninit to more reliably free allocated data.
|
2009-09-01 |
reimar |
Make glContext a local variable, it is not needed outside the function
|
2009-09-01 |
reimar |
Add a dealloc function to corevideo to reduce the memleaks from
|
2009-09-01 |
reimar |
Fix some of the major memleaks of vo_corevideo with -fixed-vo
|
2009-09-01 |
reimar |
Do not do a unmap/map cycle on Windows given with -wid, with some window
|
2009-09-01 |
reimar |
Make the loop detection for mov reference files less aggressive, fixes
|
2009-09-01 |
reimar |
Check setGlWindow return value to fail properly instead of crashing if e.g.
|
2009-09-01 |
reimar |
Add a hack to ensure data from e.g. mov format -subfile gets read at all
|
2009-09-01 |
reimar |
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
|
2009-09-01 |
reimar |
Make shm_fd a local variable and close it when we need it no longer, thus
|
2009-09-01 |
reimar |
Reduce vo_corevideo memleaks by initializing static context etc. only once
|
2009-09-01 |
reimar |
Fix memleak when using fontconfig without a font name.
|
2009-09-01 |
reimar |
Use MPlayer's standard aspect handling functions in corevideo
|
2009-09-01 |
diego |
The libamrnb *en*coder, not the *de*coder should be added to the list of
|
2009-08-31 |
reimar |
Fix per-file config file loading for DOS paths (i.e. where \ and : can
|
2009-08-31 |
reimar |
Factor out code to try and load a config file only if it exists.
|
2009-08-31 |
reimar |
Move variable declaration into block where it is used and make it const.
|
2009-08-31 |
reimar |
Make m_config_parse_config_file file name argument const
|
2009-08-31 |
cehoyos |
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix EAC3 in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
reimar |
Also check linker flags to make sure that liveMedia libraries are there, too,
|
2009-08-31 |
cehoyos |
Fix DTS in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix AAC in MPEG transport stream for -demuxer lavf.
|
2009-08-31 |
diego |
cosmetics: alphabetically order lists
|
2009-08-30 |
compn |
bpcm is internal mplayer fourcc
|
2009-08-30 |
cehoyos |
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
|
2009-08-30 |
cehoyos |
Revert r29404.
|
2009-08-30 |
cehoyos |
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
|
2009-08-30 |
cehoyos |
Use mp_wav_override_taglists for both audio and video.
|
2009-08-30 |
cehoyos |
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
|
2009-08-30 |
cehoyos |
Support PCM in Bluray streams.
|
2009-08-29 |
ramiro |
Curly brackets cosmetics for previous commit.
|
2009-08-29 |
ramiro |
Check for return value of initFilter().
|
2009-08-29 |
ramiro |
Revert mistakenly commited hunk.
|
2009-08-29 |
ramiro |
swscale: Check for return values of malloc.
|
2009-08-29 |
ramiro |
swscale-example: Free memory used by input data.
|
2009-08-29 |
ramiro |
Restore comment that was partially removed.
|
2009-08-29 |
jrash |
Synced with help_mp-en.h r29549
|
2009-08-29 |
jrash |
sync with en/mplayer.1 r29555
|
2009-08-28 |
reimar |
Port feature from corevideo: remember half/double size settings and reapply
|
2009-08-28 |
reimar |
Make aspect switching work again (used the wrong variable and always
|
2009-08-28 |
reimar |
Fix implicit declaration of mp_input_.. functions.
|
2009-08-28 |
reimar |
1l, use sizeof for snprintf size instead of hard-coding the current value.
|
2009-08-28 |
reimar |
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
|
2009-08-28 |
reimar |
Move aspect change handling from vo_quartz to osx_common.
|
2009-08-28 |
reimar |
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
|
2009-08-28 |
reimar |
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
|
2009-08-27 |
reimar |
Remove unused movie_aspect extern declaration.
|
2009-08-27 |
reimar |
Use lookup_keymap_table function with data structure instead of huge switch-case
|
2009-08-27 |
reimar |
Enable calc_src_dst_rects for windowed aspect and panscan.
|
2009-08-27 |
reimar |
Remove panscan related conditions and code that only breaks future windowed
|
2009-08-27 |
reimar |
Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
|
2009-08-27 |
reimar |
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
|
2009-08-27 |
reimar |
Fix video placement with -vo gl2 -fs -wid.
|
2009-08-27 |
reimar |
-vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
|
2009-08-27 |
reimar |
Simplify -vo gl ass border etc. dimension calculation one bit more.
|
2009-08-27 |
reimar |
Remove useless code that has no effect.
|
2009-08-27 |
reimar |
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
|
2009-08-27 |
reimar |
Make panscan cover the same range in -wid -fs mode as in normal mode.
|
2009-08-27 |
reimar |
Disable -keepaspect with -wid in w32_common code.
|
2009-08-27 |
reimar |
Fix aspect_fit to work correctly when borders need to be added on top and
|
2009-08-27 |
reimar |
Forgotten changes to aspect code to handle -wid with -fs.
|
2009-08-27 |
reimar |
First attempts at supporting -fs with -wid, -vo gl on X11 only so far
|
2009-08-27 |
cehoyos |
Expand wid explanation.
|
2009-08-26 |
reimar |
Reindent
|
2009-08-26 |
reimar |
Retry deciding to get audio parameters several times on errors, this avoids
|
2009-08-26 |
diego |
Adjust documentation about filtering out whitespace changes from 'svn diff'.
|
2009-08-26 |
cehoyos |
Fix DTS in least one Bluray sample with demuxer lavf.
|
2009-08-26 |
cehoyos |
Fix AC3 in least one Bluray sample with demuxer lavf.
|
2009-08-24 |
cladisch |
Use a buffer of about half a second, instead of sizing it to have
|
2009-08-23 |
ramiro |
swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
|
2009-08-23 |
ramiro |
swscale-example: Use SWS_BILINEAR instead of hardcoded value.
|
2009-08-23 |
reimar |
Reuse ds_get_packet in ds_get_packet_pts
|
2009-08-22 |
ramiro |
Fix inconsistent indentation.
|
2009-08-21 |
reimar |
Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
|
2009-08-20 |
ramiro |
Check return values of sws_allocVec() and sws_getConstVec().
|
2009-08-19 |
reimar |
OpenAL: untested support for 8-channel audio.
|
2009-08-19 |
tack |
Fix channel reordering when using 24-bit samples by adding breaks to cases
|
2009-08-19 |
reimar |
Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.
|
2009-08-19 |
diego |
Fix detection of mips arch on NetBSD/sgimips.
|
2009-08-19 |
reimar |
Free initial swscale context, too. Avoids a valgrind warning.
|
2009-08-19 |
reimar |
Remove useless casts of malloc return value.
|
2009-08-19 |
ramiro |
Introduce and use sws_allocVec().
|
2009-08-19 |
ramiro |
Reuse sws_getConstVec() where possible.
|
2009-08-18 |
tack |
Cosmetics: adjust alignment.
|
2009-08-18 |
tack |
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,
|
2009-08-17 |
reimar |
Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.1
|
2009-08-17 |
reimar |
Fix 100l broken flag check found due to compiler warning.
|
2009-08-17 |
reimar |
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
|
2009-08-17 |
reimar |
Get rid of rawaudio control code again that only duplicates the fallback code in
|
2009-08-17 |
reimar |
Handle demuxers that never set filepos by using stream_tell.
|
2009-08-17 |
ramiro |
swscale-example: Make selection of dstW, dstH, and flags more clear.
|
2009-08-16 |
reimar |
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
|
2009-08-16 |
reimar |
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
|
2009-08-16 |
ramiro |
More indentation changes leftover from r29522:
|
2009-08-16 |
ramiro |
Cosmetics:
|