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.
|