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